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