summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
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
2015-05-11[1.8.x] Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queriesAnssi Kääriäinen
2015-05-11[1.8.x] Fixed #24766 -- Added join promotion for Case expressionsAnssi Kääriäinen
2015-05-08[1.8.x] Fixed #24758 -- Corrected Options.get_fields() docstring.Tim Graham
2015-05-05[1.8.x] Fixed #24752 -- query crash when reusing Case expressionsAnssi Kääriäinen
2015-05-04[1.8.x] Allowed using the sqlite3 backend as much as possible without _sqlite3.Milan Broum
2015-04-30[1.8.x] Fixed #24729 -- Removed test db flush when using --keepdb.Aric Coady
2015-04-30[1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relat...Markus Holtermann
2015-04-28[1.8.x] Fixed #24719 -- Restored the ability to use interators as queryset re...Aric Coady
2015-04-25[1.8.x] Fixed #24701 -- Converted model manager names to unicode in migrationsMarkus Holtermann
2015-04-21[1.8.x] Fixed #24573 -- Considered new related models for reloadingMarkus Holtermann