|
About the ORM category
|
|
1
|
1376
|
September 9, 2019
|
|
Let’s build an automatic Django ORM feature matrix!
|
|
9
|
341
|
October 23, 2025
|
|
Why doesn't django have a model.ChoiceField
|
|
3
|
126
|
October 10, 2025
|
|
Question on Django ORM adding not null clause to exclude with not in
|
|
2
|
47
|
October 2, 2025
|
|
"on_delete=models.CASCADE" in OneToOne not work as ForeignKey relationship
|
|
4
|
72
|
September 23, 2025
|
|
Clarifying Migration Docs for ManyToManyField → through model (Ticket #35877)
|
|
0
|
31
|
September 22, 2025
|
|
Add an option for tests to always run against clones
|
|
5
|
126
|
September 11, 2025
|
|
Unique constraint not found in bulk_create's unique fields ?
|
|
6
|
77
|
September 11, 2025
|
|
A way to load custom SQL fixture for test database
|
|
1
|
55
|
September 6, 2025
|
|
default_bounds argument in postgres range fields
|
|
2
|
60
|
August 31, 2025
|
|
Openness to adding .take() as an unordered alt to .first()?
|
|
9
|
128
|
August 29, 2025
|
|
Ticket #25251 opinions required: Cloning the test DB as an alternative to rollback emulation in TransactionTestCase
|
|
4
|
316
|
August 25, 2025
|
|
Speeding up Postgres bulk_create by using unnest
|
|
11
|
964
|
August 24, 2025
|
|
close_if_unusable_or_obsolete fails to close unusable connections
|
|
2
|
144
|
August 23, 2025
|
|
Towards a more efficient `bulk_update` with `VALUES` and `UPDATE FROM`
|
|
4
|
895
|
August 1, 2025
|
|
SQLite and database is locked error
|
|
12
|
9628
|
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
|
538
|
July 15, 2025
|
|
Simple annotation of related count using OuterRef
|
|
4
|
123
|
July 11, 2025
|
|
update_or_create(defaults=None) sends update_fields=set() rather than None
|
|
3
|
91
|
July 2, 2025
|
|
Allow 'Database Router' to override default `connection`
|
|
7
|
385
|
June 23, 2025
|
|
[Proposal] Exploring Native Database Connection Pooling Support in Django ORM
|
|
6
|
465
|
June 20, 2025
|
|
Need Assistance for Full Composite Primary Key Support in mssql-django
|
|
5
|
119
|
June 16, 2025
|
|
Migration optimizer does not optimize choices
|
|
5
|
863
|
June 12, 2025
|
|
Lookup using annotation from a subquery
|
|
4
|
119
|
May 14, 2025
|
|
select_related removed when performing a deletion
|
|
3
|
95
|
May 12, 2025
|
|
KeyError when migrating backward with a squashed migration includes RemoveField operation
|
|
6
|
101
|
May 5, 2025
|
|
Allow Meta class to have extra Database specific options
|
|
2
|
41
|
April 26, 2025
|
|
Idea: {make,squash}migrations --no-deps
|
|
11
|
1055
|
April 22, 2025
|
|
PR #19004 Advice from the ORM team
|
|
1
|
87
|
April 18, 2025
|
|
Possible Bug: .values("pk") and .values("id") generate different SQL since 5.2
|
|
2
|
78
|
April 17, 2025
|