summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2013-11-06[1.6.x] Bump version numbers for 1.6 release.James Bennett
2013-10-31[1.6.x] Fixed #21339 -- Documented removal of some form field error messagesClaude Paroz
2013-10-30[1.6.x] Fixed #21337 -- Documented removal of django.core.servers.basehttp.WS...Tim Graham
2013-10-25[1.6.x] Fixed typo in docs/releases/1.4.9.txt.Paolo Melchiorre
2013-10-23[1.6.x] Bumped release date for 1.5.5 & 1.4.9.Tim Graham
2013-10-22[1.6.x] Added 1.5.5 and 1.4.9 release notesTim Graham
2013-10-21[1.6.x] Added docs for the hasher's iteration count changes.Tim Graham
2013-10-18[1.6.x] Fixed ReST error in 1.6. release notes.Tim Graham
2013-10-17[1.6.x] Removed 1.6 release note text regarding password limit length.Tim Graham
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-09-19[1.6.x] Increased default PBKDF2 iterationsPaul McMillan
2013-09-19[1.6.x] Fixed #21121: Added archive of security issues.Russell Keith-Magee
2013-09-15[1.6.x] Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-15[1.6.x] Add release notes and bump version number for security release.1.6b4James Bennett
2013-09-15[1.6.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-13[1.6.x] Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6Tim Graham
2013-09-13[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-10[1.6.x] Added 1.4.7/1.5.3 release notesTim Graham
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-03[1.6.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham
2013-08-30[1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-22[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-15[1.6.x] Added release date to 1.5 release notes.James Bennett
2013-08-13Added 1.4.6/1.5.2 release notes.1.6b2Tim Graham
2013-08-12[1.6.x] Added missing release notes for older versions of DjangoTim Graham
2013-08-04[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option for...Julien Phalip
2013-07-26[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
2013-07-25[1.6.x] Fixed #20769 -- Added "Python compatibility" section to the 1.6 relea...Tim Graham
2013-07-24[1.6.x] Fixed #20794 -- Documented changes to validate_emailDominic Rodger
2013-07-12[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
2013-07-08[1.6.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument as...Tim Graham
2013-07-08[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-05[1.6.x] fixed grammarhekevintran
2013-07-02[1.6.x] A couple more semicolon -> colon fixes; refs #18134.Tim Graham
2013-06-29[1.6.x] Fixed 1.6 release notes.Florian Apolloner
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-25Doc cleanup for FormMixin.prefix; refs #18872.Tim Graham
2013-06-25Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-06-13Added a ``checksetup`` management command for verifying Django compatibility.Daniel Lindsley
2013-06-13Added release notes for auth views being reversed by name, not by path.Tim Graham
2013-06-13Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...Loic Bistuer