summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2016-02-29[1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract...Simon Charette
2016-02-18[1.9.x] Fixed #26233 -- Fixed invalid reSt in models.Q docstring.Tim Graham
2016-02-17[1.9.x] Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.Akshesh
2016-02-11[1.9.x] Fixed #26196 -- Made sure __in lookups use to_field as default.Anssi Kääriäinen
2016-02-11[1.9.x] Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descri...Anssi Kääriäinen
2016-02-08Fixed #26162 -- Checked query name clashes of hidden relationships.Simon Charette
2016-02-08[1.9.x] Fixed typo in django/db/migrations/state.py.Tim Graham
2016-02-08[1.9.x] Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_...Tim Graham
2016-01-25[1.9.x] Fixed #26135 -- Adjusted the migration questioner's handling of disab...Simon Charette
2016-01-23[1.9.x] Fixed typo in django/db/backends/sqlite3/operations.py.seungkwon
2016-01-21[1.9.x] Fixed #26063 -- Crash when passing > 2000 params.Aymeric Augustin
2016-01-20[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M thro...Anssi Kääriäinen
2016-01-19[1.9.x] Fixed #26096, refs #25196 -- Fixed incorrect argument order in test d...Tim Graham
2016-01-11[1.9.x] Added missing period to "etc.".pp
2016-01-11[1.9.x] Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette
2016-01-08[1.9.x] Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/...Tim Graham
2016-01-02[1.9.x] Fixed #25316 -- Fixed a crash with order_by() and values() after anno...varunnaganathan
2015-12-24[1.9.x] Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().Varun Sharma
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-24[1.9.x] Fixed #25981 -- Added need to update migrations to on_delete deprecat...Luis San Pablo
2015-12-24[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignOb...Tomo Otsuka
2015-12-19[1.9.x] Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-man...Tim Graham
2015-12-17[1.9.x] Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.val...Sergey Fedoseev
2015-12-15[1.9.x] Fixed #25852 -- Made sure AlterModelManager forces a reload of its mo...Simon Charette
2015-12-15[1.9.x] Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.va...Sergey Fedoseev
2015-12-14[1.9.x] Fixed #25882 -- Prevented fast deletes matching no rows from crashing...Simon Charette
2015-12-10[1.9.x] Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when...Federico Frenguelli
2015-12-09[1.9.x] Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_...Amos Onn
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02[1.9.x] Refs #25846 -- Added stacklevel to SubfieldBase warning.Sergey Fedoseev
2015-11-26[1.9.x] Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-24[1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...George Marshall
2015-11-22[1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of pro...Simon Charette
2015-11-21[1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_de...Tim Graham
2015-11-14[1.9.x] Fixed #25723 -- Made related field checks lookup against their local ...Simon Charette
2015-11-11[1.9.x] Refs #25693 -- Avoided redundant calls to get_fields() in `to_attr` v...Simon Charette
2015-11-11[1.9.x] Fixed #25730 -- Made Model.__str__() always return str instances.Simon Charette
2015-11-10[1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.Ian Foote
2015-10-29[1.9.x] Fixed #25627, refs #25618 -- Removed detection of south migrations in...Tim Graham
2015-10-28[1.9.x] Fixed #25618 -- Added a helpful error message when Django & south mig...Tim Graham
2015-10-27[1.9.x] Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
2015-10-27[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."Simon Charette
2015-10-19[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...Simon Charette
2015-10-19[1.9.x] Fixed #25560 -- Made empty string related_name invalid.Simon Charette
2015-10-17[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
2015-10-14[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton
2015-10-14[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
2015-10-09[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fi...Tim Graham
2015-10-09[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.Tim Graham
2015-10-06[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...Mariusz Felisiak