About the ORM category
|
|
1
|
1344
|
September 9, 2019
|
update_or_create(defaults=None) sends update_fields=set() rather than None
|
|
3
|
52
|
July 2, 2025
|
Allow 'Database Router' to override default `connection`
|
|
7
|
318
|
June 23, 2025
|
[Proposal] Exploring Native Database Connection Pooling Support in Django ORM
|
|
6
|
184
|
June 20, 2025
|
Need Assistance for Full Composite Primary Key Support in mssql-django
|
|
5
|
89
|
June 16, 2025
|
Migration optimizer does not optimize choices
|
|
5
|
833
|
June 12, 2025
|
Lookup using annotation from a subquery
|
|
4
|
90
|
May 14, 2025
|
select_related removed when performing a deletion
|
|
3
|
73
|
May 12, 2025
|
KeyError when migrating backward with a squashed migration includes RemoveField operation
|
|
6
|
65
|
May 5, 2025
|
Allow Meta class to have extra Database specific options
|
|
2
|
33
|
April 26, 2025
|
Idea: {make,squash}migrations --no-deps
|
|
11
|
993
|
April 22, 2025
|
PR #19004 Advice from the ORM team
|
|
1
|
75
|
April 18, 2025
|
Possible Bug: .values("pk") and .values("id") generate different SQL since 5.2
|
|
2
|
60
|
April 17, 2025
|
Speeding up Postgres bulk_create by using unnest
|
|
8
|
606
|
April 17, 2025
|
Database Features by DB Provider for Unit Tests
|
|
4
|
131
|
April 16, 2025
|
QuerySet ".update(...)" silently turns into SELECT+UPDATE? (MySQL)
|
|
6
|
187
|
April 7, 2025
|
Selecting primary key in 5.2
|
|
2
|
113
|
April 5, 2025
|
My Group By Aggregations are Breaking in 5.2
|
|
1
|
57
|
April 3, 2025
|
Django not recognizing library
|
|
8
|
97
|
April 2, 2025
|
Reusable library and incompatible Django core changes
|
|
3
|
66
|
April 1, 2025
|
first() Method Does Not Use prefetch_related
|
|
4
|
152
|
March 15, 2025
|
Prefetching relations to arbitrary depth
|
|
8
|
239
|
March 14, 2025
|
Automatically setting update_fields when saving a model instance
|
|
7
|
3911
|
March 13, 2025
|
ManyToManyField Error message with Incorrect "to" argument
|
|
8
|
63
|
March 8, 2025
|
Dynamically populate constraints in Field.contribute_to_class
|
|
23
|
1839
|
March 7, 2025
|
Proposal: Database Router hints
|
|
3
|
137
|
March 3, 2025
|
New feature request: exists_or_create
|
|
3
|
108
|
February 18, 2025
|
Breaking a lance for "get_or_none" feature
|
|
10
|
308
|
February 11, 2025
|
Ticket #10244 - FileField can't be set to NULL in the database
|
|
7
|
249
|
February 11, 2025
|
Ability to specify keys for JSONObject using arbitrary expressions
|
|
3
|
120
|
February 5, 2025
|