|
Unique constraint not found in bulk_create's unique fields ?
|
|
6
|
200
|
September 11, 2025
|
|
A way to load custom SQL fixture for test database
|
|
1
|
99
|
September 6, 2025
|
|
default_bounds argument in postgres range fields
|
|
2
|
82
|
August 31, 2025
|
|
Openness to adding .take() as an unordered alt to .first()?
|
|
9
|
163
|
August 29, 2025
|
|
Ticket #25251 opinions required: Cloning the test DB as an alternative to rollback emulation in TransactionTestCase
|
|
4
|
347
|
August 25, 2025
|
|
Speeding up Postgres bulk_create by using unnest
|
|
11
|
1285
|
August 24, 2025
|
|
Towards a more efficient `bulk_update` with `VALUES` and `UPDATE FROM`
|
|
4
|
1233
|
August 1, 2025
|
|
SQLite and database is locked error
|
|
12
|
10688
|
July 28, 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
|
684
|
July 15, 2025
|
|
Simple annotation of related count using OuterRef
|
|
4
|
268
|
July 11, 2025
|
|
update_or_create(defaults=None) sends update_fields=set() rather than None
|
|
3
|
147
|
July 2, 2025
|
|
Allow 'Database Router' to override default `connection`
|
|
7
|
470
|
June 23, 2025
|
|
[Proposal] Exploring Native Database Connection Pooling Support in Django ORM
|
|
6
|
818
|
June 20, 2025
|
|
Need Assistance for Full Composite Primary Key Support in mssql-django
|
|
5
|
174
|
June 16, 2025
|
|
Migration optimizer does not optimize choices
|
|
5
|
899
|
June 12, 2025
|
|
Lookup using annotation from a subquery
|
|
4
|
154
|
May 14, 2025
|
|
select_related removed when performing a deletion
|
|
3
|
115
|
May 12, 2025
|
|
KeyError when migrating backward with a squashed migration includes RemoveField operation
|
|
6
|
143
|
May 5, 2025
|
|
FutureDateTime and PastDateTime validators
|
|
11
|
208
|
April 27, 2025
|
|
Allow Meta class to have extra Database specific options
|
|
2
|
65
|
April 26, 2025
|
|
Idea: {make,squash}migrations --no-deps
|
|
11
|
1140
|
April 22, 2025
|
|
PR #19004 Advice from the ORM team
|
|
1
|
106
|
April 18, 2025
|
|
Possible Bug: .values("pk") and .values("id") generate different SQL since 5.2
|
|
2
|
102
|
April 17, 2025
|
|
Database Features by DB Provider for Unit Tests
|
|
4
|
190
|
April 16, 2025
|
|
QuerySet ".update(...)" silently turns into SELECT+UPDATE? (MySQL)
|
|
6
|
334
|
April 7, 2025
|
|
Selecting primary key in 5.2
|
|
2
|
167
|
April 5, 2025
|
|
My Group By Aggregations are Breaking in 5.2
|
|
1
|
92
|
April 3, 2025
|
|
Django not recognizing library
|
|
8
|
175
|
April 2, 2025
|
|
Reusable library and incompatible Django core changes
|
|
3
|
153
|
April 1, 2025
|
|
first() Method Does Not Use prefetch_related
|
|
4
|
260
|
March 15, 2025
|