index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2020-03-03
Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...
Mariusz Felisiak
2020-03-02
Refs #26064 -- Avoided unnecessary list slicing in migration optimizer.
Simon Charette
2020-02-28
Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...
Hans Aarne Liblik
2020-02-28
Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...
Matheus Cunha Motta
2020-02-27
Fixed #31251 -- Disabled grouping by OuterRef() annotation.
Rohit
2020-02-27
Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...
Valze
2020-02-27
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Simon Charette
2020-02-24
Fixed #31286 -- Made database specific fields checks databases aware.
Taoup
2020-02-19
Refs #31187 -- Added total_unique_constraints property to model's Options.
Mariusz Felisiak
2020-02-18
Refs #31282 -- Clarified M2O add/remove/set with PK behaviour.
Carlton Gibson
2020-02-18
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
Mariusz Felisiak
2020-02-18
Fixed #31228 -- Reallowed aggregates to be used with multiple expressions and...
Taoup
2020-02-17
Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...
Xavier Francisco
2020-02-14
Fixed #26552 -- Deferred constraint checks when reloading the database with d...
Matthijs Kooijman
2020-02-11
Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...
Abhijeet Viswa
2020-02-07
Fixed #31055 -- Made constraint checks support databases aware.
Simon Charette
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-05
Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect f...
Hasan Ramezani
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-03
Fixed #31217 -- Made QuerySet.values()/values_list() group by not selected an...
Mariusz Felisiak
2020-01-31
Cached ForeignObject.(local/foreign/reverse)_related_fields properties.
Adam Johnson
2020-01-31
Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....
Hasan Ramezani
2020-01-31
Fixed #31219 -- Fixed object deletion crash for nested protected related obje...
Matthias Kestenholz
2020-01-29
Simplified DeferredAttribute.__get__() a bit.
Taoup
2020-01-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-29
Refs #27852 -- Fixed object deletion to show all restricted related objects r...
Hasan Ramezani
2020-01-29
Refs #27852 -- Renamed a loop variable in Collector.collect() to avoid redefi...
Mariusz Felisiak
2020-01-29
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Jon Dufresne
2020-01-27
Refs #27852 -- Fixed object deletion to show all protected related objects ra...
Hasan Ramezani
2020-01-20
Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED togeth...
Tim Graham
2020-01-20
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2020-01-16
Used constant instead of hard-coded value for recursive relationship.
Adam Johnson
2020-01-16
Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.
Mariusz Felisiak
2020-01-15
Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...
Carlton Gibson
2020-01-15
Refs #31136 -- Made QuerySet.values()/values_list() group only by selected an...
Mariusz Felisiak
2020-01-15
Fixed #29871 -- Allowed setting pk=None on a child model to create a copy.
chetan22
2020-01-11
Fixed #31155 -- Fixed a system check for the longest choice when a named grou...
Mariusz Felisiak
2020-01-10
Fixed #31154 -- Added support for using enumeration types in templates.
Adam Johnson
2020-01-09
Fixed #31148 -- Added error messages on update()/delete() operations followin...
Hasan Ramezani
2020-01-09
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2020-01-07
Simplified model's Options.add_field() a bit.
Taoup
2020-01-04
Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
Mariusz Felisiak
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-12-30
Fixed #31071 -- Disabled insert optimization for primary keys with defaults w...
Simon Charette
2019-12-23
Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...
Mariusz Felisiak
2019-12-23
Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().
Simon Charette
2019-12-19
Fixed #31095 -- Made RelatedManager.set() preserve existing m2m relations wit...
Hasan Ramezani
2019-12-19
Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggr...
Simon Charette
2019-12-16
Fixed #31088 -- Added support for websearch searching in SearchQuery.
James Turk
[prev]
[next]