summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2020-06-30[3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.Mariusz Felisiak
2020-06-24[3.0.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK additi...Simon Charette
2020-06-08[3.0.x] Fixed #31664 -- Reallowed using non-expressions having filterable att...Nicolas Baccelli
2020-06-08[3.0.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.Mariusz Felisiak
2020-05-19[3.0.x] Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak
2020-05-14[3.0.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...Mariusz Felisiak
2020-05-14[3.0.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple ...Simon Charette
2020-05-14[3.0.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_lis...Simon Charette
2020-05-06[3.0.x] Fixed a/an typos in "SQL" usage.Adam Johnson
2020-05-05[3.0.x] Fixed #31538 -- Fixed Meta.ordering validation lookups that are not t...Mariusz Felisiak
2020-04-06[3.0.x] Fixed #31420 -- Fixed crash when filtering subquery annotation agains...Hasan Ramezani
2020-03-25[3.0.x] Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/val...Hasan Ramezani
2020-03-03[3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ...Mariusz Felisiak
2020-02-27[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-02-18[3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ...Mariusz Felisiak
2020-02-11[3.0.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...Abhijeet Viswa
2020-02-03[3.0.x] Fixed #31217 -- Made QuerySet.values()/values_list() group by not sel...Mariusz Felisiak
2020-01-29[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
2020-01-15[3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in...Carlton Gibson
2020-01-15[3.0.x] Refs #31136 -- Made QuerySet.values()/values_list() group only by sel...Mariusz Felisiak
2020-01-11[3.0.x] Fixed #31155 -- Fixed a system check for the longest choice when a na...Mariusz Felisiak
2020-01-10[3.0.x] Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson
2020-01-04[3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/val...Mariusz Felisiak
2020-01-03[3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annot...Simon Charette
2019-12-30[3.0.x] Fixed #31071 -- Disabled insert optimization for primary keys with de...Simon Charette
2019-12-23[3.0.x] Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding ...Mariusz Felisiak
2019-12-23[3.0.x] Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().Simon Charette
2019-12-19[3.0.x] Fixed #31094 -- Included columns referenced by subqueries in GROUP BY...Simon Charette
2019-12-06[3.0.x] Fixed #31060 -- Reallowed window expressions to be used in conditions...Alex Aktsipetrov
2019-12-02[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak
2019-11-25[3.0.x] Fixed #27914 -- Fixed serialization of nested classes in migrations.John Bowen
2019-11-18[3.0.x] Fixed #30986 -- Fixed queryset crash when filtering against boolean R...Mariusz Felisiak
2019-11-13[3.0.x] Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing ...George Marshall
2019-11-05[3.0.x] Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.Mariusz Felisiak
2019-11-04[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().Carlton Gibson
2019-10-25[3.0.x] Fixed #30902 -- Added __str__() for model choice enums.Carlton Gibson
2019-10-24[3.0.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Inde...Hannes Ljungberg
2019-10-14[3.0.x] Fixed #30868 -- Prevented unnecessary AlterField when renaming a refe...Simon Charette
2019-10-11[3.0.x] Fixed #30854 -- Fixed QuerySet.select_related() with multiple Filtere...Hasan Ramezani
2019-10-03[3.0.x] Refs #27914 -- Fixed serialization of nested enum.Enum classes in mig...Hasan Ramezani
2019-10-01[3.0.x] Fixed typo in BulkInsertMapper constant name.Mariusz Felisiak
2019-10-01[3.0.x] Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-leng...Ahmet Kucuk
2019-09-30[3.0.x] Fixed #30774 -- Made serialization in migrations use members names fo...Hasan Ramezani
2019-09-27[3.0.x] Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani
2019-09-27[3.0.x] Refs #30798 -- Prevented chaining fields from the same related model ...Hasan Ramezani
2019-09-25[3.0.x] Fixed #30800 -- Fixed migrations crash when altering a field with cus...Mariusz Felisiak
2019-09-24[3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset o...Simon Charette
2019-09-23[3.0.x] Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after...Hasan Ramezani
2019-09-20[3.0.x] Fixed #30771 -- Fixed exact lookup against queries with selected colu...James Timmins
2019-09-20[3.0.x] Fixed #30786 -- Used CONVERT_TZ to check if the time zone definitions...Andrew