|
About the ORM category
|
|
1
|
1411
|
September 9, 2019
|
|
Extract() isn't safe to use in db_default on SQLite if TIME_ZONE changes at some point
|
|
7
|
92
|
March 31, 2026
|
|
Improve validation for related fields in ModelAdmin ordering
|
|
4
|
79
|
March 27, 2026
|
|
Proposal: Lightweight N+1 Query Detection for Django ORM (DEBUG-only diagnostic)
|
|
4
|
129
|
March 21, 2026
|
|
Faster bulk_create using dictionaries
|
|
8
|
276
|
March 21, 2026
|
|
ExtractYear transform indexing
|
|
1
|
53
|
March 16, 2026
|
|
(private?) API change for subclassed fields
|
|
5
|
71
|
March 9, 2026
|
|
Proposal: Add generate_series() support to contrib.postgres?
|
|
6
|
1404
|
March 8, 2026
|
|
Deterministic Migration Replay & Schema Drift Detection for Django
|
|
2
|
42
|
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
|
110
|
January 23, 2026
|
|
Handling conflicts when renaming permissions in concert with renaming models
|
|
3
|
131
|
January 19, 2026
|
|
Using non orm database in django
|
|
0
|
44
|
January 10, 2026
|
|
Automatically use `help_text` for `db_comment`?
|
|
6
|
181
|
January 5, 2026
|
|
altering GeneratedFields
|
|
3
|
126
|
December 28, 2025
|
|
Adding hash index support for exclusion constraint in PostgreSQL
|
|
3
|
99
|
December 26, 2025
|
|
Implement Postgresql multirange
|
|
1
|
50
|
December 23, 2025
|
|
How to implement non integer default auto fields
|
|
2
|
50
|
December 22, 2025
|
|
Fix Oracle bug where Substr(NULL) with pattern lookups matches all rows instead of none
|
|
2
|
57
|
December 21, 2025
|
|
ForeignKey `to_field` doesn't require `null=false`
|
|
5
|
76
|
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
|
388
|
December 8, 2025
|
|
Let’s build an automatic Django ORM feature matrix!
|
|
9
|
504
|
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
|
88
|
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
|
55
|
September 22, 2025
|
|
Add an option for tests to always run against clones
|
|
5
|
164
|
September 11, 2025
|