About the ORM category
|
|
1
|
1353
|
September 9, 2019
|
default_bounds argument in postgres range fields
|
|
2
|
43
|
August 31, 2025
|
Openness to adding .take() as an unordered alt to .first()?
|
|
9
|
63
|
August 29, 2025
|
Ticket #25251 opinions required: Cloning the test DB as an alternative to rollback emulation in TransactionTestCase
|
|
4
|
293
|
August 25, 2025
|
Speeding up Postgres bulk_create by using unnest
|
|
11
|
796
|
August 24, 2025
|
close_if_unusable_or_obsolete fails to close unusable connections
|
|
2
|
86
|
August 23, 2025
|
Towards a more efficient `bulk_update` with `VALUES` and `UPDATE FROM`
|
|
4
|
734
|
August 1, 2025
|
SQLite and database is locked error
|
|
12
|
9086
|
July 28, 2025
|
Add an option for tests to always run against clones
|
|
4
|
93
|
July 19, 2025
|
Case insensitive pattern lookups (icontains, istartswith and iendswith) in postgres don't use ILIKE and thereby miss out on potential performance boosts from Gin indexes
|
|
3
|
468
|
July 15, 2025
|
Simple annotation of related count using OuterRef
|
|
4
|
74
|
July 11, 2025
|
update_or_create(defaults=None) sends update_fields=set() rather than None
|
|
3
|
74
|
July 2, 2025
|
Allow 'Database Router' to override default `connection`
|
|
7
|
348
|
June 23, 2025
|
[Proposal] Exploring Native Database Connection Pooling Support in Django ORM
|
|
6
|
306
|
June 20, 2025
|
Need Assistance for Full Composite Primary Key Support in mssql-django
|
|
5
|
103
|
June 16, 2025
|
Migration optimizer does not optimize choices
|
|
5
|
844
|
June 12, 2025
|
Lookup using annotation from a subquery
|
|
4
|
98
|
May 14, 2025
|
select_related removed when performing a deletion
|
|
3
|
83
|
May 12, 2025
|
KeyError when migrating backward with a squashed migration includes RemoveField operation
|
|
6
|
78
|
May 5, 2025
|
Allow Meta class to have extra Database specific options
|
|
2
|
37
|
April 26, 2025
|
Idea: {make,squash}migrations --no-deps
|
|
11
|
1013
|
April 22, 2025
|
PR #19004 Advice from the ORM team
|
|
1
|
82
|
April 18, 2025
|
Possible Bug: .values("pk") and .values("id") generate different SQL since 5.2
|
|
2
|
67
|
April 17, 2025
|
Database Features by DB Provider for Unit Tests
|
|
4
|
147
|
April 16, 2025
|
QuerySet ".update(...)" silently turns into SELECT+UPDATE? (MySQL)
|
|
6
|
214
|
April 7, 2025
|
Selecting primary key in 5.2
|
|
2
|
120
|
April 5, 2025
|
My Group By Aggregations are Breaking in 5.2
|
|
1
|
61
|
April 3, 2025
|
Django not recognizing library
|
|
8
|
111
|
April 2, 2025
|
Reusable library and incompatible Django core changes
|
|
3
|
74
|
April 1, 2025
|
first() Method Does Not Use prefetch_related
|
|
4
|
171
|
March 15, 2025
|