|
About the ORM category
|
|
0
|
1429
|
September 9, 2019
|
|
PostgreSQL: compile __in lookup to "= ANY(%s)" to avoid O(N) placeholder rewrite
|
|
5
|
207
|
July 29, 2026
|
|
Implementing a table-valued function
|
|
3
|
77
|
July 29, 2026
|
|
Proposal: Leverage Oracle Test Pilot for Django CI
|
|
16
|
313
|
July 22, 2026
|
|
Feedback wanted: pluggable migration recorder (MIGRATION_RECORDER setting)
|
|
0
|
62
|
June 21, 2026
|
|
Should literal db_default values skip model validation?
|
|
1
|
55
|
June 18, 2026
|
|
Proposal: Add generate_series() support to contrib.postgres?
|
|
7
|
1562
|
May 22, 2026
|
|
Ticket #36489 follow up: get_or_create()/update_or_create() calls on a OneToOneField
|
|
2
|
79
|
May 8, 2026
|
|
Dynamically populate constraints in Field.contribute_to_class
|
|
25
|
2409
|
April 24, 2026
|
|
Extract() isn't safe to use in db_default on SQLite if TIME_ZONE changes at some point
|
|
7
|
116
|
March 31, 2026
|
|
Improve validation for related fields in ModelAdmin ordering
|
|
4
|
90
|
March 27, 2026
|
|
Proposal: Lightweight N+1 Query Detection for Django ORM (DEBUG-only diagnostic)
|
|
4
|
176
|
March 21, 2026
|
|
Faster bulk_create using dictionaries
|
|
8
|
323
|
March 21, 2026
|
|
ExtractYear transform indexing
|
|
1
|
61
|
March 16, 2026
|
|
(private?) API change for subclassed fields
|
|
5
|
82
|
March 9, 2026
|
|
Deterministic Migration Replay & Schema Drift Detection for Django
|
|
2
|
83
|
March 5, 2026
|
|
UNNEST bulk_create optimisation causes integer overflow for models referencing django_admin_log
|
|
5
|
88
|
February 27, 2026
|
|
Ticket #36915 - Request for Triage Review - select_for_update for implicit transactions
|
|
2
|
78
|
February 27, 2026
|
|
Can the migration system be extended by third-party apps?
|
|
3
|
168
|
January 24, 2026
|
|
Allow querying RelatedManagers on unsaved objects
|
|
2
|
140
|
January 23, 2026
|
|
Handling conflicts when renaming permissions in concert with renaming models
|
|
3
|
148
|
January 19, 2026
|
|
Using non orm database in django
|
|
0
|
54
|
January 10, 2026
|
|
Automatically use `help_text` for `db_comment`?
|
|
6
|
253
|
January 5, 2026
|
|
altering GeneratedFields
|
|
3
|
152
|
December 28, 2025
|
|
Adding hash index support for exclusion constraint in PostgreSQL
|
|
3
|
123
|
December 26, 2025
|
|
Implement Postgresql multirange
|
|
1
|
60
|
December 23, 2025
|
|
How to implement non integer default auto fields
|
|
2
|
66
|
December 22, 2025
|
|
Fix Oracle bug where Substr(NULL) with pattern lookups matches all rows instead of none
|
|
2
|
75
|
December 21, 2025
|
|
ForeignKey `to_field` doesn't require `null=false`
|
|
5
|
95
|
December 18, 2025
|
|
Make UniqueConstraint name required in signature
|
|
4
|
121
|
December 18, 2025
|