summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.2.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2019-08-21Fixed broken links and redirects in documentation.François Freitag
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-01-02Added dates to release notes.Tim Graham
2015-01-02Updated six to 1.9.0.Tim Graham
2015-01-01Removed release note for refs #23891 as the backport proved too difficult.Tim Graham
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-12-31Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-30Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-29Removed release note for refs #23938 as it couldn't be backported to 1.7.Tim Graham
2014-12-29Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann
2014-12-27Added release notes for the last two commits.Aymeric Augustin
2014-12-27Fixed #24000 -- Corrected contrib.sites default site creation in a multiple d...Tim Graham
2014-12-27Forward-ported release note for 322560489Claude Paroz
2014-12-26Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham
2014-12-23Fixed #24037 -- Prevented data loss possibility when changing Meta.managed.Tim Graham
2014-12-22Fixed #23525 -- Fixed admindocs crash on apps installed as eggs.Tim Graham
2014-12-22Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2014-12-18Forward-ported test and release note from f46a16614Claude Paroz
2014-12-17Fixed #24007 -- Ensure apps registry's ready before unpickling modelsClaude Paroz
2014-12-17Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew
2014-12-16Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.Tim Graham
2014-12-16Fixed #23983 -- Fixed a crash in migrations when adding order_with_respect_to...Andriy Sokolovskiy
2014-12-15Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.Andriy Sokolovskiy
2014-12-15Fixed typos in docs/releases/1.7.2.txt.Tim Graham
2014-12-15Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().Andriy Sokolovskiy
2014-12-14Fixed timesince translations for KoreanJuneHyeon Bae
2014-12-13Ammended release notes for Refs #23969Shai Berger
2014-12-12Fixed #23455 -- Accept either bytes or text for related_name, convert to text.Carl Meyer
2014-12-12Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...Carl Meyer
2014-12-12Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.Tim Graham
2014-12-12Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek
2014-12-11Appeased spell checker.Tim Graham
2014-12-11Fixed #23956 -- Fixed migration creation for multiple table inheritanceMarkus Holtermann
2014-12-04Removed stray conflict line in 1.7.2 release notes.Tim Graham
2014-12-04Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz
2014-12-04Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.Tim Graham
2014-12-03Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddle...Tim Graham
2014-12-03Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.Gavin Wahl
2014-12-02Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.Andriy Sokolovskiy
2014-12-02Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-12-01Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-11-26Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dcLuke Plant
2014-11-25Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette