summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.3.txt
AgeCommit message (Expand)Author
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2017-09-22Refs #17209 -- Removed login/logout and password reset/change function-based ...Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-02-20Fixed typo in path to is_safe_url()Tim Graham
2015-01-13Added dates to release notes.Tim Graham
2015-01-13Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13Ensured views.static.serve() doesn't use large memory on large files.Tim Graham
2015-01-13Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13Stripped headers containing underscores to prevent spoofing in WSGI environ.Carl Meyer
2015-01-13Added stub release notes for security releases.Tim Graham
2015-01-11Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...Markus Holtermann
2015-01-10Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann
2015-01-10Fixed #23967 -- Added formats for GreekSerafeim Papastefanos
2015-01-10Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2015-01-06Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz
2015-01-05Forwardported release note for 4aed731154b12e2948ee2b6a8baa5083840a343b.Tim Graham
2015-01-03Added 1.7.3 release notes stub.Tim Graham