summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2015-01-02[1.7.x] Added dates to release notes.Tim Graham
2015-01-02[1.7.x] Updated six to 1.9.0.Tim Graham
2014-12-31[1.7.x] Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31[1.7.x] Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-30[1.7.x] Revert "Updated some docs for the delayed deprecation of legacy table...Tim Graham
2014-12-30[1.7.x] Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-29Revert "[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete f...Tim Graham
2014-12-29[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete fields an...Markus Holtermann
2014-12-27[1.7.x] Fixed #23831 -- Supported strings escaped by third-party libs in Django.Aymeric Augustin
2014-12-27[1.7.x] Fixed an inconsistency introduced in 547b1810.Aymeric Augustin
2014-12-27[1.7.x] Fixed #24000 -- Corrected contrib.sites default site creation in a mu...Tim Graham
2014-12-27[1.7.x] Fixed #24051 -- Made schema infrastructure honor tablespacesClaude Paroz
2014-12-26[1.7.x] Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham
2014-12-23[1.7.x] Fixed #24037 -- Prevented data loss possibility when changing Meta.ma...Tim Graham
2014-12-22[1.7.x] Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.Tim Graham
2014-12-22[1.7.x] Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2014-12-19[1.7.x] Added upgrade instructions for deprecated model _meta permission meth...Tim Graham
2014-12-18[1.7.x] Fixed #24015 -- Factorized create_index_sql expressionClaude Paroz
2014-12-17[1.7.x] Fixed #24007 -- Ensure apps registry's ready before unpickling modelsClaude Paroz
2014-12-17[1.7x.] Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew
2014-12-17[1.7.x] Fixed display of lists after website redesignMarkus Holtermann
2014-12-16[1.7.x] Fixed the formatting of one section of the security pageAlex Gaynor
2014-12-16[1.7.x] Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.Tim Graham
2014-12-16[1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_re...Andriy Sokolovskiy
2014-12-15[1.7.x] Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.Andriy Sokolovskiy
2014-12-15[1.7.x] Fixed typos in docs/releases/1.7.2.txt.Tim Graham
2014-12-15[1.7.x] Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().Andriy Sokolovskiy
2014-12-14[1.7.x] Fixed timesince translations for KoreanJuneHyeon Bae
2014-12-13[1.7.x] Added release note for Refs #23969Shai Berger
2014-12-12[1.7.x] Fixed #23455 -- Accept either bytes or text for related_name, convert...Carl Meyer
2014-12-12[1.7.x] Revert "Fixed #23455 -- Forced related_name to be a unicode string du...Carl Meyer
2014-12-12[1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inl...Tim Graham
2014-12-12[1.7.x] Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek
2014-12-11[1.7.x] Appeased spell checker.Tim Graham
2014-12-11[1.7.x] Fixed #23956 -- Fixed migration creation for multiple table inheritanceMarkus Holtermann
2014-12-04[1.7.x] Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migr...Claude Paroz
2014-12-04[1.7.x] Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.Tim Graham
2014-12-03[1.7.x] Fixed #23939 -- Moved session verification out of SessionAuthenticati...Tim Graham
2014-12-03[1.7.x] Fixed #23950 -- Prevented calling deconstruct on classes in Migration...Gavin Wahl
2014-12-02[1.7.x] Fixed #23946 -- Fixed runserver crash when socket error contains Unic...Andriy Sokolovskiy
2014-12-02[1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-12-02[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-11-26[1.7.x] Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dcLuke Plant
2014-11-25[1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-24[1.7.x] Fixed #23888 -- Fixed crash in File.__repr__() when name contains uni...Sergey Fedoseev
2014-11-24[1.7.x] Further fixes to the migration notes for get_query_setLuke Plant
2014-11-24[1.7.x] Better migration docs for get_query_set -> get_querysetLuke Plant