|
About the ORM category
|
|
1
|
1410
|
September 9, 2019
|
|
Extract() isn't safe to use in db_default on SQLite if TIME_ZONE changes at some point
|
|
7
|
84
|
March 31, 2026
|
|
Improve validation for related fields in ModelAdmin ordering
|
|
4
|
77
|
March 27, 2026
|
|
Proposal: Lightweight N+1 Query Detection for Django ORM (DEBUG-only diagnostic)
|
|
4
|
122
|
March 21, 2026
|
|
Faster bulk_create using dictionaries
|
|
8
|
272
|
March 21, 2026
|
|
ExtractYear transform indexing
|
|
1
|
52
|
March 16, 2026
|
|
(private?) API change for subclassed fields
|
|
5
|
71
|
March 9, 2026
|
|
Proposal: Add generate_series() support to contrib.postgres?
|
|
6
|
1401
|
March 8, 2026
|
|
Deterministic Migration Replay & Schema Drift Detection for Django
|
|
2
|
40
|
March 5, 2026
|
|
UNNEST bulk_create optimisation causes integer overflow for models referencing django_admin_log
|
|
5
|
75
|
February 27, 2026
|
|
Ticket #36915 - Request for Triage Review - select_for_update for implicit transactions
|
|
2
|
66
|
February 27, 2026
|
|
Can the migration system be extended by third-party apps?
|
|
3
|
157
|
January 24, 2026
|
|
Allow querying RelatedManagers on unsaved objects
|
|
2
|
106
|
January 23, 2026
|
|
Handling conflicts when renaming permissions in concert with renaming models
|
|
3
|
130
|
January 19, 2026
|
|
Using non orm database in django
|
|
0
|
43
|
January 10, 2026
|
|
Automatically use `help_text` for `db_comment`?
|
|
6
|
174
|
January 5, 2026
|
|
altering GeneratedFields
|
|
3
|
122
|
December 28, 2025
|
|
Adding hash index support for exclusion constraint in PostgreSQL
|
|
3
|
98
|
December 26, 2025
|
|
Implement Postgresql multirange
|
|
1
|
44
|
December 23, 2025
|
|
How to implement non integer default auto fields
|
|
2
|
49
|
December 22, 2025
|
|
Fix Oracle bug where Substr(NULL) with pattern lookups matches all rows instead of none
|
|
2
|
56
|
December 21, 2025
|
|
ForeignKey `to_field` doesn't require `null=false`
|
|
5
|
74
|
December 18, 2025
|
|
Make UniqueConstraint name required in signature
|
|
4
|
108
|
December 18, 2025
|
|
close_if_unusable_or_obsolete fails to close unusable connections
|
|
4
|
380
|
December 8, 2025
|
|
Let’s build an automatic Django ORM feature matrix!
|
|
9
|
498
|
October 23, 2025
|
|
Why doesn't django have a model.ChoiceField
|
|
3
|
213
|
October 10, 2025
|
|
Question on Django ORM adding not null clause to exclude with not in
|
|
2
|
87
|
October 2, 2025
|
|
"on_delete=models.CASCADE" in OneToOne not work as ForeignKey relationship
|
|
4
|
130
|
September 23, 2025
|
|
Clarifying Migration Docs for ManyToManyField → through model (Ticket #35877)
|
|
0
|
52
|
September 22, 2025
|
|
Add an option for tests to always run against clones
|
|
5
|
162
|
September 11, 2025
|