|
About the ORM category
|
|
1
|
1395
|
September 9, 2019
|
|
Can the migration system be extended by third-party apps?
|
|
3
|
113
|
January 24, 2026
|
|
Faster bulk_create using dictionaries
|
|
6
|
156
|
January 24, 2026
|
|
Allow querying RelatedManagers on unsaved objects
|
|
2
|
87
|
January 23, 2026
|
|
Handling conflicts when renaming permissions in concert with renaming models
|
|
3
|
113
|
January 19, 2026
|
|
Using non orm database in django
|
|
0
|
35
|
January 10, 2026
|
|
Automatically use `help_text` for `db_comment`?
|
|
6
|
143
|
January 5, 2026
|
|
altering GeneratedFields
|
|
3
|
106
|
December 28, 2025
|
|
Adding hash index support for exclusion constraint in PostgreSQL
|
|
3
|
77
|
December 26, 2025
|
|
Implement Postgresql multirange
|
|
1
|
39
|
December 23, 2025
|
|
How to implement non integer default auto fields
|
|
2
|
40
|
December 22, 2025
|
|
Fix Oracle bug where Substr(NULL) with pattern lookups matches all rows instead of none
|
|
2
|
51
|
December 21, 2025
|
|
ForeignKey `to_field` doesn't require `null=false`
|
|
5
|
69
|
December 18, 2025
|
|
Make UniqueConstraint name required in signature
|
|
4
|
103
|
December 18, 2025
|
|
close_if_unusable_or_obsolete fails to close unusable connections
|
|
4
|
294
|
December 8, 2025
|
|
Let’s build an automatic Django ORM feature matrix!
|
|
9
|
456
|
October 23, 2025
|
|
Why doesn't django have a model.ChoiceField
|
|
3
|
185
|
October 10, 2025
|
|
Question on Django ORM adding not null clause to exclude with not in
|
|
2
|
68
|
October 2, 2025
|
|
"on_delete=models.CASCADE" in OneToOne not work as ForeignKey relationship
|
|
4
|
108
|
September 23, 2025
|
|
Clarifying Migration Docs for ManyToManyField → through model (Ticket #35877)
|
|
0
|
45
|
September 22, 2025
|
|
Add an option for tests to always run against clones
|
|
5
|
151
|
September 11, 2025
|
|
Unique constraint not found in bulk_create's unique fields ?
|
|
6
|
161
|
September 11, 2025
|
|
A way to load custom SQL fixture for test database
|
|
1
|
83
|
September 6, 2025
|
|
default_bounds argument in postgres range fields
|
|
2
|
77
|
August 31, 2025
|
|
Openness to adding .take() as an unordered alt to .first()?
|
|
9
|
155
|
August 29, 2025
|
|
Ticket #25251 opinions required: Cloning the test DB as an alternative to rollback emulation in TransactionTestCase
|
|
4
|
341
|
August 25, 2025
|
|
Speeding up Postgres bulk_create by using unnest
|
|
11
|
1161
|
August 24, 2025
|
|
Towards a more efficient `bulk_update` with `VALUES` and `UPDATE FROM`
|
|
4
|
1089
|
August 1, 2025
|
|
SQLite and database is locked error
|
|
12
|
10339
|
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
|
623
|
July 15, 2025
|