summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2015-10-28[1.8.x] Fixed #25618 -- Added a helpful error message when Django & south mig...Tim Graham
2015-10-26[1.8.x] Refs #24979 -- Used inspect.getargspec() on Python 3.2.Tim Graham
2015-10-25[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-10-19[1.8.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...Simon Charette
2015-10-19Refs #25517 -- Fixed backport inconsistencies.Josh Smeaton
2015-10-17[1.8.x] Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
2015-10-14[1.8.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton
2015-10-13[1.8.x] Fixed #24156 -- Fixed inherited related name of ManyToManyField.Andriy Sokolovskiy
2015-10-06[1.8.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...Mariusz Felisiak
2015-10-06[1.8.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-09-30[1.8.x] Fixed #24505 -- Fixed clash with hidden m2m fields.Marco Fucci
2015-09-26[1.8.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak
2015-09-23[1.8.x] Fixed #25453 -- Reworded makemigration's ask_not_null_alteration sugg...Benjamin Wohlwend
2015-09-21[1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin
2015-09-19[1.8.x] Fixed #25160 (again) -- Moved data loss check on reverse relations.Aymeric Augustin
2015-09-18[1.8.x] Refs #17785 -- Made docstring for sqlite3's get_relations() consisten...Hynek Cernoch
2015-09-17[1.8.x] Refs #20625 -- Fixed custom queryset chaining with values() and value...Aric Coady
2015-09-14[1.8.x] Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of ...Adam Chainz
2015-09-14[1.8.x] Fixed #25393 -- Fixed MySQL crash when adding text/blob field with un...Ville Skyttä
2015-09-12[1.8.x] Fixed #25384 -- Ordered imports in newly created migration filesMarkus Holtermann
2015-09-05[1.8.x] Updated references to the TEST_* database settings.Aymeric Augustin
2015-09-05[1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-08-22[1.8.x] Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-08-20[1.8.x] Fixed #24951 -- Fixed AssertionError in delete queries involving a fo...Tim Graham
2015-08-15[1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-07-23[1.8.x] Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_...Matt Johnson
2015-06-26[1.8.x] Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_nam...薛丞宏
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-19[1.8.x] Fixed #24940 -- Made model managers hashableMarkus Holtermann
2015-06-15[1.8.x] Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki
2015-06-15[1.8.x] Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary ...Brian King
2015-06-15[1.8.x] Fixed flake8 warnings on Python 3.Tim Graham
2015-06-06[1.8.x] Fixed #24744 - Fixed relabeled_clone for the TransformAndriy Sokolovskiy
2015-06-05[1.8.x] Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin
2015-06-05[1.8.x] Fixed #24833 -- Fixed Case expressions with exclude().Andriy Sokolovskiy
2015-06-03[1.8.x] Cleaned up docstring style, per Tim Graham review.Carl Meyer
2015-06-03[1.8.x] Refs #24628 -- Added a second test and a docstring comment to avoid r...Carl Meyer
2015-06-02[1.8.x] Fixed #24628 -- Fixed applied status for squashed migrations.Carl Meyer
2015-06-02[1.8.x] Fixed #24895 -- Fixed loading a pair of squashed migrations with a de...Carl Meyer
2015-06-02[1.8.x] Fixed #24831 -- Fixed pickling queryset with prefetch_related() after...Andriy Sokolovskiy
2015-06-02[1.8.x] Fixed #24893 -- Fixed lack of unique constraint when changing a field...Tim Graham
2015-06-02[1.8.x] Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoFie...Tim Graham
2015-05-28[1.8.x] Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-25[1.8.x] Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()Paweł Marczewski
2015-05-25[1.8.x] Fixed #24848 -- Fixed ValueError for faulty migrations module.Marten Kenbeek
2015-05-20[1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions.Anssi Kääriäinen
2015-05-15[1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz
2015-05-15[1.8.x] Fixed #24757 -- Recreated MySQL index when needed during combined ind...Claude Paroz
2015-05-12[1.8.x] Fixed #24698, #24712 -- Added ForeignKey.get_db_prep_value()Abhaya Agarwal