|
Clarifying Migration Docs for ManyToManyField → through model (Ticket #35877)
|
|
0
|
56
|
September 22, 2025
|
|
Add an option for tests to always run against clones
|
|
5
|
168
|
September 11, 2025
|
|
Unique constraint not found in bulk_create's unique fields ?
|
|
6
|
212
|
September 11, 2025
|
|
A way to load custom SQL fixture for test database
|
|
1
|
100
|
September 6, 2025
|
|
default_bounds argument in postgres range fields
|
|
2
|
85
|
August 31, 2025
|
|
Openness to adding .take() as an unordered alt to .first()?
|
|
9
|
164
|
August 29, 2025
|
|
Ticket #25251 opinions required: Cloning the test DB as an alternative to rollback emulation in TransactionTestCase
|
|
4
|
350
|
August 25, 2025
|
|
Speeding up Postgres bulk_create by using unnest
|
|
11
|
1328
|
August 24, 2025
|
|
Towards a more efficient `bulk_update` with `VALUES` and `UPDATE FROM`
|
|
4
|
1263
|
August 1, 2025
|
|
SQLite and database is locked error
|
|
12
|
10789
|
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
|
696
|
July 15, 2025
|
|
Simple annotation of related count using OuterRef
|
|
4
|
288
|
July 11, 2025
|
|
update_or_create(defaults=None) sends update_fields=set() rather than None
|
|
3
|
151
|
July 2, 2025
|
|
Allow 'Database Router' to override default `connection`
|
|
7
|
478
|
June 23, 2025
|
|
[Proposal] Exploring Native Database Connection Pooling Support in Django ORM
|
|
6
|
854
|
June 20, 2025
|
|
Need Assistance for Full Composite Primary Key Support in mssql-django
|
|
5
|
178
|
June 16, 2025
|
|
Migration optimizer does not optimize choices
|
|
5
|
899
|
June 12, 2025
|
|
Lookup using annotation from a subquery
|
|
4
|
157
|
May 14, 2025
|
|
select_related removed when performing a deletion
|
|
3
|
120
|
May 12, 2025
|
|
KeyError when migrating backward with a squashed migration includes RemoveField operation
|
|
6
|
146
|
May 5, 2025
|
|
FutureDateTime and PastDateTime validators
|
|
11
|
215
|
April 27, 2025
|
|
Allow Meta class to have extra Database specific options
|
|
2
|
66
|
April 26, 2025
|
|
Idea: {make,squash}migrations --no-deps
|
|
11
|
1147
|
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
|
103
|
April 17, 2025
|
|
Database Features by DB Provider for Unit Tests
|
|
4
|
193
|
April 16, 2025
|
|
QuerySet ".update(...)" silently turns into SELECT+UPDATE? (MySQL)
|
|
6
|
356
|
April 7, 2025
|
|
Selecting primary key in 5.2
|
|
2
|
169
|
April 5, 2025
|
|
My Group By Aggregations are Breaking in 5.2
|
|
1
|
93
|
April 3, 2025
|
|
Django not recognizing library
|
|
8
|
176
|
April 2, 2025
|