summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-19Merge pull request #1282 from loic/ticket6903Aymeric Augustin
2013-06-19Fixed MySQL failing test introduced by c86a9b6Loic Bistuer
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-06-18Fixed #14930 -- values_list() failure on qs ordered by extra columnFlorian Hahn
2013-06-18Merge pull request #1281 from loic/ticket6903Aymeric Augustin
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Merge pull request #1280 from erikr/improve-password-reset2Aymeric Augustin
2013-06-18Fixed #20079 -- Improve security of password reset tokensErik Romijn
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-18Fixed #20618 -- Fixed regression in `BoundField.label_tag`.Baptiste Mispelon
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-18Fixed #20615 -- Added trove classifiers for major Python versions.Aymeric Augustin
2013-06-17Added myself to the commiters list.Baptiste Mispelon
2013-06-17Fixed #20614 -- Typo in documentation.Baptiste Darthenay
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-16Fixed #20583 -- ORM always uses setup_joins() for join generationAnssi Kääriäinen
2013-06-15Adjusted the docs to reflect when the checksetup command was added.Daniel Lindsley
2013-06-15Fixed #20606 -- Fixed 'for' example in template tag docsClaude Paroz
2013-06-15Worked around Python 3.3 modified exception reprClaude Paroz
2013-06-15Fixed #20599 -- Changed wording of ValueError raised by _load_libraryJaap Roes
2013-06-14Fixed #20604 - Fixed file example in docs.Tim Graham
2013-06-14Added missing docs for the checksetup command.Daniel Lindsley
2013-06-14Fixed #20603 -- Made the test suite faster.Aymeric Augustin
2013-06-14Merge pull request #1271 from batisteo/ticket-20565Marc Tamlyn
2013-06-14Merge pull request #1272 from chicheng/addition-http-status-codesMarc Tamlyn
2013-06-14Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn
2013-06-14Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay
2013-06-14Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen
2013-06-14Added cache to available_apps in cache testsAnssi Kääriäinen
2013-06-14Fixed python 3.2 compat.Florian Apolloner
2013-06-14Fixed #20528 -- regression in select_related join promotionAnssi Kääriäinen
2013-06-14Fixed #20598 -- Add new HTTP status codes defined in rfc6585CHI Cheng
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-06-14Fixed #17076 -- When reversing a URL fails, inform the user which patterns we...Wilfred Hughes
2013-06-14Merge pull request #1270 from tomchristie/remove-incorrect-content-type-test-...Marc Tamlyn
2013-06-14Remove incorrect CONTENT_TYPE header from GET and HEAD requestsTom Christie
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-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
2013-06-13Merge pull request #1265 from dbrgn/mixin_orderMarc Tamlyn
2013-06-13Fixed order of base classes in CBV mixin docsDanilo Bargen
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-12Merge pull request #1259 from Wilfred/masterTim Graham
2013-06-12Merge pull request #1262 from batisteo/ticket-20591Marc Tamlyn
2013-06-12Fixed #20591: added version in docs for utils.module_loading.import_by_path.Baptiste Darthenay