summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2015-07-08[1.7.x] Prevented newlines from being accepted in some validators.Tim Graham
2015-07-08[1.7.x] Fixed #19324 -- Avoided creating a session record when loading the se...Carl Meyer
2015-07-08[1.7.x] Added security release note stubs.Tim Graham
2015-07-08[1.7.x] Corrected example code for get_query_set upgrade in 1.6 release notesLuke Plant
2015-06-09[1.7.x] Fixed #24903 -- Fixed assertRaisesMessage on Python 2.7.10.Tim Graham
2015-05-28[1.7.x] Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-01[1.7.x] Added dates to release notes.Tim Graham
2015-04-17[1.7.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-04-16[1.7.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen
2015-04-14[1.7.x] Fixed typos in the 1.7.7 release notes.Simon Charette
2015-04-14[1.7.x] Fixed title in 1.7.8 release notesMarkus Holtermann
2015-04-14[1.7.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell
2015-03-18[1.7.x] Made is_safe_url() reject URLs that start with control characters.Tim Graham
2015-03-18[1.7.x] Fixed an infinite loop possibility in strip_tags().Tim Graham
2015-03-18[1.7.x] Added stub release notes for security releases.Tim Graham
2015-03-17[1.7.x] Refs #24487 -- Added upgrade tips about removal of SortedDict.Tim Graham
2015-03-16[1.7.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ...John Giannelos
2015-03-16[1.7.x] Added comma to improve readability in 1.7 release notes.Steven Das
2015-03-14[1.7.x] Fixed #24354 -- Prevented repointing of relations on superclasses whe...Matthew Wilkes
2015-03-09[1.7.x] Added stub release notes for 1.7.7.Tim Graham
2015-03-09[1.7.x] Fixed #24461 -- Fixed XSS issue in ModelAdmin.readonly_fieldsBaptiste Mispelon
2015-03-09[1.7.x] Clarified an item in 1.7.6 release notes.Tim Graham
2015-03-07Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-02-26[1.7.x] Fixed #24352 -- Fixed crash when coercing ``ManyRelatedManager`` to a...Gabriel Muñumel
2015-02-25[1.7.x] Added stub release notes for 1.7.6.Tim Graham
2015-02-25[1.7.x] Added release date for 1.7.5 release.Tim Graham
2015-02-23[1.7.x] Fixed #23762 -- clarified CACHE_MIDDLEWARE_ANONYMOUS_ONLY deprecation...Kenneth Kam
2015-02-23[1.7.x] Added formats for the Azerbaijani locale.Emin Mastizada
2015-02-22[1.7.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-20[1.7.x] Fixed typo in path to is_safe_url()Tim Graham
2015-02-14[1.7.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...Aymeric Augustin
2015-02-13[1.7.x] Fixed #24332 -- Fixed contrib.sites create_default_site() when 'defau...Tim Graham
2015-02-09[1.7.x] Fixed #24236 -- Treated inherited m2m fields as such if they don't de...Markus Holtermann
2015-02-07[1.7.x] Revert "[1.7.x] Fixed #24075 -- Prevented running post_migrate signal...Markus Holtermann
2015-01-28[1.7.x] Added stub 1.7.5 release notes.Tim Graham
2015-01-27[1.7.x] Added 1.4.19 release notes.Tim Graham
2015-01-27[1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() inst...Andriy Sokolovskiy
2015-01-23[1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()Claude Paroz
2015-01-19[1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-19[1.7.x] Added deprecation docs for legacy lookup support; refs #16187.Tim Graham
2015-01-18[1.7.x] Added missing items to deprecation timeline/1.7 release notes.Tim Graham
2015-01-18[1.7.x] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.Tim Graham
2015-01-18[1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
2015-01-15[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-14[1.7.x] Fixed #24075 -- Prevented running post_migrate signals when unapplyin...Markus Holtermann
2015-01-14[1.7.x] Added stub release notes for 1.7.4.Tim Graham
2015-01-13[1.7.x] Added dates to release notes.Tim Graham
2015-01-13[1.7.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13[1.7.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
2015-01-13[1.7.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham