About the ORM category
|
|
1
|
1308
|
September 9, 2019
|
Idea: {make,squash}migrations --no-deps
|
|
11
|
894
|
April 22, 2025
|
[Proposal] Exploring Native Database Connection Pooling Support in Django ORM
|
|
1
|
35
|
April 19, 2025
|
PR #19004 Advice from the ORM team
|
|
1
|
52
|
April 18, 2025
|
Possible Bug: .values("pk") and .values("id") generate different SQL since 5.2
|
|
2
|
36
|
April 17, 2025
|
Speeding up Postgres bulk_create by using unnest
|
|
8
|
472
|
April 17, 2025
|
Database Features by DB Provider for Unit Tests
|
|
4
|
68
|
April 16, 2025
|
QuerySet ".update(...)" silently turns into SELECT+UPDATE? (MySQL)
|
|
6
|
163
|
April 7, 2025
|
Selecting primary key in 5.2
|
|
2
|
91
|
April 5, 2025
|
My Group By Aggregations are Breaking in 5.2
|
|
1
|
48
|
April 3, 2025
|
Django not recognizing library
|
|
8
|
63
|
April 2, 2025
|
Reusable library and incompatible Django core changes
|
|
3
|
57
|
April 1, 2025
|
Migration optimizer does not optimize choices
|
|
4
|
782
|
March 23, 2025
|
first() Method Does Not Use prefetch_related
|
|
4
|
132
|
March 15, 2025
|
Prefetching relations to arbitrary depth
|
|
8
|
161
|
March 14, 2025
|
Automatically setting update_fields when saving a model instance
|
|
7
|
3587
|
March 13, 2025
|
ManyToManyField Error message with Incorrect "to" argument
|
|
8
|
55
|
March 8, 2025
|
Dynamically populate constraints in Field.contribute_to_class
|
|
23
|
1730
|
March 7, 2025
|
Proposal: Database Router hints
|
|
3
|
117
|
March 3, 2025
|
New feature request: exists_or_create
|
|
3
|
87
|
February 18, 2025
|
Breaking a lance for "get_or_none" feature
|
|
10
|
171
|
February 11, 2025
|
Ticket #10244 - FileField can't be set to NULL in the database
|
|
7
|
205
|
February 11, 2025
|
Ability to specify keys for JSONObject using arbitrary expressions
|
|
3
|
84
|
February 5, 2025
|
django bug? sqlmigrate and unique_together: ValueError: Found wrong number (0) of constraints
|
|
0
|
140
|
February 3, 2025
|
Allow 'Database Router' to override default `connection`
|
|
6
|
220
|
January 28, 2025
|
create Abstract Model with some commum field which should be implement in child
|
|
0
|
25
|
January 27, 2025
|
Azure managed identity MySQL django backend.
|
|
0
|
67
|
January 20, 2025
|
Persistant connections doesn't work properly after migrating to Django 4.2
|
|
4
|
892
|
January 9, 2025
|
Add `connection_closed` or `pre_connection_closed` and `post_connection_closed` signals
|
|
0
|
39
|
January 9, 2025
|
Ideas for implementing Datetime infinity for postgres in Django ORM
|
|
1
|
52
|
January 9, 2025
|