summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2018-08-02[2.0.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-07-05[2.0.x] Fixed #29544 -- Fixed regex lookup on MariaDB.Michal Čihař
2018-06-28[2.0.x] Refs #28814 -- Fixed migrations crash with namespace packages on Pyth...Tim Graham
2018-06-20[2.0.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-05-27[2.0.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on M...Mariusz Felisiak
2018-04-17[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-13[2.0.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or...Mariusz Felisiak
2018-04-11[2.0.x] Fixed #29193 -- Prevented unnecessary foreign key drops when altering...Jeremy Bowman
2018-03-19[2.0.x] Fixed #29229 -- Fixed column mismatch crash when combining two annota...Amr Anwar
2018-03-08[2.0.x] Fixed #29195 -- Fixed Exists.output_field resolution on single-valued...Simon Charette
2018-03-01[2.0.x] Fixed #29172 -- Fixed crash with Window expression in a subquery.Tomáš Ehrlich
2018-02-28[2.0.x] Fixed #29166 -- Fixed crash in When() expression with a list argument.Mariusz Felisiak
2018-02-20[2.0.x] Removed blank lines per isort 4.3.0.Tim Graham
2018-02-12[2.0.x] Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path an...Tim Graham
2018-02-12[2.0.x] Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyw...Tim Graham
2018-02-10[2.0.x] Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).Raphael Gaschignard
2018-02-08[2.0.x] Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced...Simon Charette
2018-01-31[2.0.x] Fixed #29091 -- Fixed makemigrations crash if migrations directory do...Tim Graham
2018-01-26[2.0.x] Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=Tr...Jon Dufresne
2018-01-13[2.0.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related ...Étienne Loks
2017-12-26[2.0.x] Fixed #28944 -- Fixed crash when chaining values()/values_list() afte...Ran Benita
2017-12-22[2.0.x] Fixed #28884 -- Fixed crash on SQLite when renaming a field in a mode...Simon Charette
2017-12-12[2.0.x] Fixed #28915 -- Prevented SQLite from truncating trailing zeros in th...Sergey Fedoseev
2017-12-12[2.0.x] Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=...Sergey Fedoseev
2017-12-05[2.0.x] Refs #28876 -- Fixed incorrect foreign key constraint name for models...Mariusz Felisiak
2017-12-05[2.0.x] Refs #28876 -- Fixed incorrect class-based model index name generatio...Mariusz Felisiak
2017-12-01[2.0.x] Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette
2017-12-01[2.0.x] Fixed #28863 -- Fixed filter on annotation that contains Q.Sergey Fedoseev
2017-12-01[2.0.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign ke...Tim Graham
2017-11-29[2.0.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-28[2.0.x] Fixed #28837 -- Fixed test client crash if an exception with more tha...Nicolas Delaby
2017-11-27[2.0.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered ...Raphael Michel
2017-11-21[2.0.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors afte...Dražen Odobašić
2017-11-20[2.0.x] Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation...Tim Graham
2017-11-15[2.0.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
2017-11-14[2.0.x] Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev
2017-11-12[2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for uni...Mariusz Felisiak
2017-11-06[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-10-31[2.0.x] Fixed #28750 -- Allowed models to define Meta.manager_inheritance_fro...Charlie Denton
2017-10-30[2.0.x] Fixed #28742 -- Fixed AttributeError crash when assigning None to cac...Paulo
2017-10-28[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .....Ran Benita
2017-10-25[2.0.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using...Mariusz Felisiak
2017-10-21[2.0.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
2017-10-18[2.0.x] Fixed outdated comment in RelatedObjectDoesNotExist.Simon Charette
2017-10-16[2.0.x] Fixed #28497 -- Restored the ability to use sliced QuerySets with __e...Tim Graham
2017-10-13[2.0.x] Corrected examples in related field descriptor docstrings.Simon Charette
2017-10-12[2.0.x] Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.Paulo
2017-10-06[2.0.x] Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sq...Mariusz Felisiak
2017-10-05[2.0.x] Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion cra...Mariusz Felisiak
2017-09-29[2.0.x] Fixed #27979 -- Made MySQL raise IntegrityError rather than Operation...Tim Graham