summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
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
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-06-10Fixed #18134 -- BoundField.label_tag now includes the form's label_suffixGabe Jackson
2013-06-05Proofed the 1.6 release notesTim Graham
2013-06-04Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham
2013-06-03Fixed #20552 -- Corrected release notes reference to name of new test discove...Russell Keith-Magee
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-06-01Fixed #18169 -- NoReverseMatch not silenced if from block.superAnssi Kääriäinen
2013-05-31Fixed #20515 - Clarified note regarding translator comments.Tim Graham
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-28Fixed #20484 -- Added model validation for GenericIPAddressFieldTim Graham
2013-05-27Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...Carl Meyer
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-25Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales
2013-05-22Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee
2013-05-22Fixed #17048 - Added docs for upgrading Django.Tim Graham
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-21Fixed #18702 -- Removed chunked reads from QuerySet iterationAnssi Kääriäinen