|
About the ORM category
|
|
1
|
1389
|
September 9, 2019
|
|
Handling conflicts when renaming permissions in concert with renaming models
|
|
2
|
70
|
January 13, 2026
|
|
Faster bulk_create using dictionaries
|
|
5
|
103
|
January 13, 2026
|
|
Using non orm database in django
|
|
0
|
25
|
January 10, 2026
|
|
Automatically use `help_text` for `db_comment`?
|
|
6
|
125
|
January 5, 2026
|
|
altering GeneratedFields
|
|
3
|
97
|
December 28, 2025
|
|
Adding hash index support for exclusion constraint in PostgreSQL
|
|
3
|
62
|
December 26, 2025
|
|
Implement Postgresql multirange
|
|
1
|
33
|
December 23, 2025
|
|
How to implement non integer default auto fields
|
|
2
|
35
|
December 22, 2025
|
|
Fix Oracle bug where Substr(NULL) with pattern lookups matches all rows instead of none
|
|
2
|
48
|
December 21, 2025
|
|
ForeignKey `to_field` doesn't require `null=false`
|
|
5
|
58
|
December 18, 2025
|
|
Make UniqueConstraint name required in signature
|
|
4
|
90
|
December 18, 2025
|
|
close_if_unusable_or_obsolete fails to close unusable connections
|
|
4
|
266
|
December 8, 2025
|
|
Let’s build an automatic Django ORM feature matrix!
|
|
9
|
435
|
October 23, 2025
|
|
Why doesn't django have a model.ChoiceField
|
|
3
|
175
|
October 10, 2025
|
|
Question on Django ORM adding not null clause to exclude with not in
|
|
2
|
63
|
October 2, 2025
|
|
"on_delete=models.CASCADE" in OneToOne not work as ForeignKey relationship
|
|
4
|
98
|
September 23, 2025
|
|
Clarifying Migration Docs for ManyToManyField → through model (Ticket #35877)
|
|
0
|
41
|
September 22, 2025
|
|
Add an option for tests to always run against clones
|
|
5
|
141
|
September 11, 2025
|
|
Unique constraint not found in bulk_create's unique fields ?
|
|
6
|
148
|
September 11, 2025
|
|
A way to load custom SQL fixture for test database
|
|
1
|
78
|
September 6, 2025
|
|
default_bounds argument in postgres range fields
|
|
2
|
71
|
August 31, 2025
|
|
Openness to adding .take() as an unordered alt to .first()?
|
|
9
|
142
|
August 29, 2025
|
|
Ticket #25251 opinions required: Cloning the test DB as an alternative to rollback emulation in TransactionTestCase
|
|
4
|
334
|
August 25, 2025
|
|
Speeding up Postgres bulk_create by using unnest
|
|
11
|
1115
|
August 24, 2025
|
|
Towards a more efficient `bulk_update` with `VALUES` and `UPDATE FROM`
|
|
4
|
1060
|
August 1, 2025
|
|
SQLite and database is locked error
|
|
12
|
10238
|
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
|
601
|
July 15, 2025
|
|
Simple annotation of related count using OuterRef
|
|
4
|
182
|
July 11, 2025
|
|
update_or_create(defaults=None) sends update_fields=set() rather than None
|
|
3
|
115
|
July 2, 2025
|