summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-10-22[1.7.x] Added release dates to release notes.Tim Graham
2014-10-21[1.7.x] Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-10-21[1.7.x] Fixed #21740 -- Allowed test client data to be an empty stringClaude Paroz
2014-10-20[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-17[1.7.x] Added 1.7.1 release notes for refs #23649.Tim Graham
2014-10-17[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is...Rigel Di Scala
2014-10-13[1.7.x] Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-10-12[1.7.x] Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend...Florian Apolloner
2014-10-10[1.7.x] Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-09[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL c...Markus Holtermann
2014-10-09[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...Rudy Mutter
2014-10-08[1.7.x] Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Py...Ian Foote
2014-10-08[1.7.x] Fixed #23611 -- update_or_create failing from a related managerAndré Ericson
2014-10-06[1.7.x] Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII chara...Tim Graham
2014-10-06[1.7.x] Fixed #23601 -- Ensured view exists in URLconf before importing it in...Markus Holtermann
2014-10-07[1.7.x] Fixed #23594 -- Fixed deepcopy on ErrorList.Loic Bistuer
2014-10-06[1.7.x] Fixed #23604 -- Allowed related m2m fields to be references in the ad...Emmanuelle Delescolle
2014-10-02[1.7.x] Documented how to rename get_query_set if you are a library authorLuke Plant
2014-09-27[1.7.x] Fixed #23560 -- Fixed MigrationWrite to handle builtin types without ...Loic Bistuer
2014-09-25[1.7.x] Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham
2014-09-25[1.7.x] Fixed #23455 -- Forced related_name to be a unicode string during dec...Markus Holtermann
2014-09-25[1.7.x] Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-25[1.7.x] Fixed #23415 -- Added fields for unmanaged and proxy model migrations.Markus Holtermann
2014-09-24[1.7.x] Revert "Fixed #23474 -- Prevented migrating backwards from unapplying...Tim Graham
2014-09-24[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-09-24[1.7.x] Fixed #23426 -- Don't require double percent sign in RunSQL without p...Markus Holtermann
2014-09-24[1.7.x] Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() h...Justin Caratzas
2014-09-23[1.7.x] Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23[1.7.x] Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-22[1.7.x] Fixed #23532 -- Fixed Macedonian locale date formatsDejan Noveski
2014-09-21[1.7.x] Fixed #23512 -- Made migration docs about initial_data clearerOla Sitarska
2014-09-19[1.7.x] Fixed a formatting issue in the 1.7 release notes.Aymeric Augustin
2014-09-17[1.7.x] Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant ...Malte Beckmann
2014-09-16[1.7.x] Added 1.7.1 release notes for refs #23492.Tim Graham
2014-09-15[1.7.x] Fixed #23474 -- Prevented migrating backwards from unapplying the wro...valtron
2014-09-13[1.7.x] Forwardported 1.4.16 release notes.Tim Graham
2014-09-13[1.7.x] Added 1.7.1 release notes for refs #23483.Tim Graham
2014-09-11[1.7.x] Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a...Tim Graham
2014-09-10[1.7.x] Added some items to the 1.7.1 release notes.Tim Graham
2014-09-10[1.7.x] Fixed #23452 -- Prevented infinite migrations for empty unique/index_...Markus Holtermann
2014-09-09[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don...Tim Graham
2014-09-09[1.7.x] Fixed missing trailing parenthesis in docs/releases/1.7.txtSébastien Fievet
2014-09-08[1.7.x] Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-08[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration s...Andrew Pinkham
2014-09-06[1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-06[1.7.x] Fixed #23437 -- Documented required update of WSGI scripts for 1.7.Aymeric Augustin
2014-09-06[1.7.x] Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
2014-09-05[1.7.x] Fixed #23427 -- Documented migrate is required before runserver for d...Patrick Beeson