summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2018-11-17[1.11.x] Refs #28814 -- Fixed migrations crash with namespace packages on Pyt...Tim Graham
2018-08-02[1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-04-13[1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() o...Mariusz Felisiak
2018-04-11[1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when alterin...Jeremy Bowman
2018-03-19[1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two annot...Amr Anwar
2018-02-20[1.11.x] Removed blank lines per isort 4.3.0.Tim Graham
2018-01-13[1.11.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related...Étienne Loks
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for model...Mariusz Felisiak
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect class-based model index name generati...Mariusz Felisiak
2017-12-01[1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign k...Tim Graham
2017-11-29[1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-27[1.11.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered...Raphael Michel
2017-11-21[1.11.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors aft...Dražen Odobašić
2017-11-14[1.11.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
2017-11-12[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for un...Mariusz Felisiak
2017-10-25[1.11.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when usin...Mariusz Felisiak
2017-10-21[1.11.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
2017-09-18[1.11.x] Fixed #28597 -- Fixed crash with the name of a model's autogenerated...Mariusz Felisiak
2017-09-01[1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet ...Bo Marchman
2017-08-23[1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.Mariusz Felisiak
2017-08-22[1.11.x] Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger nam...Kevin Grinberg
2017-08-16[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak
2017-07-15[1.11.x] Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), an...Florian Apolloner
2017-07-10[1.11.x] Fixed #28378 -- Fixed union() and difference() when combining with a...Mariusz Felisiak
2017-06-30[1.11.x] Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with no...Simon Charette
2017-06-22[1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a for...Josh Schneier
2017-06-13[1.11.x] Refs #23853 -- Updated sql.query.Query.join() docstring.Tim Graham
2017-06-13[1.11.x] Fixed #28293 -- Fixed union(), intersection(), and difference() when...Mariusz Felisiak
2017-06-08[1.11.x] Fixed #28282 -- Fixed class-based indexes name for models that only ...Jon Dufresne
2017-06-05[1.11.x] Fixed #28269 -- Fixed Model.__init__() crash on models with a field ...Adam Johnson
2017-06-01[1.11.x] Fixed #28242 -- Moved ImageField file extension validation to the fo...Manatsawin Hanmongkolchai
2017-05-30[1.11.x] Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.Tim Graham
2017-05-27[1.11.x] Fixed #28222 -- Allowed settable properties in QuerySet.update_or_cr...Alex
2017-05-19[1.11.x] Fixed #28210 -- Fixed Model._state.adding on MTI parent model after ...Tim Graham
2017-05-15[1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on Postg...Tim Schneider
2017-05-11[1.11.x] Fixed #28188 -- Fixed crash when pickling model fields.Tim Graham
2017-05-09[1.11.x] Pass type to sql_alter_column_* where it was missing.Florian Apolloner
2017-05-06[1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on Po...François Freitag
2017-05-05[1.11.x] Fixed #28175 -- Fixed __in lookups on a foreign key when using the f...Tim Graham
2017-05-04[1.11.x] Fixed #27554 -- Fixed prefetch_related() crash when fetching relatio...François Freitag
2017-05-03[1.11.x] Fixed #28166 -- Fixed Model._state.db on MTI parent model after savi...Tim Graham
2017-05-01[1.11.x] Fixed typo in django/db/backends/base/schema.py comment.Tim Graham
2017-05-01[1.11.x] Fixed #28052 -- Prevented dropping Meta.indexes when changing db_ind...Markus Holtermann
2017-05-01[1.11.x] Fixed #28043 -- Prevented AddIndex and RemoveIndex from mutating mod...Ian Foote
2017-04-28[1.11.x] Fixed #28138 -- Used output type handler instead of numbersAsStrings...Mariusz Felisiak
2017-04-23[1.11.x] Fixed #28101 -- Fixed a regression with nested __in subquery lookups...Simon Charette
2017-04-20[1.11.x] Fixed #28091 -- Re-raised original exception when closing cursor cle...François Freitag
2017-04-19[1.11.x] Fixed #28096 -- Allowed prefetch calls with ModelIterable subclassesClaude Paroz
2017-04-19[1.11.x] Fix a typo in django/db/transaction.pyHuang Zhiqiang
2017-04-10[1.11.x] Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name ...Tim Graham