summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-06-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Added docs subdir to gitignoreClaude Paroz
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-11Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.Tim Graham
2013-06-11FormSet.forms is an iterable, so just iterate over itWilfred Hughes
2013-06-11Merge pull request #1258 from batisteo/ticket-20585Marc Tamlyn
2013-06-11Fixed #20585: normalize signature of DeletionMixin.post.Baptiste Darthenay
2013-06-10Fixed #20578 - Typo in BaseFormSet module nameTim Graham
2013-06-10Fixed #18134 -- BoundField.label_tag now includes the form's label_suffixGabe Jackson
2013-06-10Merge pull request #1255 from camilonova/patch-2Tim Graham
2013-06-10Reverted the introduction of shared_models.Florian Apolloner
2013-06-10Revert "Began implementing a shared set of test models to speed up tests."Florian Apolloner
2013-06-10Fixed available_apps for selenium tests.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin
2013-06-10Refactored file_storage tests to avoid depending on servers tests.Aymeric Augustin
2013-06-09Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.Tim Graham
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-06-09Fixed #20567 - Documented BoundField.id_for_label.Tim Graham
2013-06-09Merge pull request #1256 from krmboya/patch-1Tim Graham
2013-06-09Replaced a dict emulating a set with a set.Aymeric Augustin
2013-06-09Update media.txtKenny Rachuonyo
2013-06-08Update flatpages.txtCamilo Nova
2013-06-08Allow build of translated documentationClaude Paroz
2013-06-08Merge pull request #1254 from russkel/patch-1Tim Graham
2013-06-08Update submitting-patches.txtrusskel
2013-06-07Fixed #19925 - Added validation for REQUIRED_FIELDS being a listChris Streeter
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-06-07Auto-naming for migrations and some writer fixesAndrew Godwin
2013-06-07Autodetector testsAndrew Godwin