summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-14Fixed #20603 -- Made the test suite faster.Aymeric Augustin
2013-06-14Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn
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 #20528 -- regression in select_related join promotionAnssi Kääriäinen
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-13Added a ``checksetup`` management command for verifying Django compatibility.Daniel Lindsley
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-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-10Fixed #18134 -- BoundField.label_tag now includes the form's label_suffixGabe Jackson
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-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-06Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields.Stephen Burrows
2013-06-06Fixed #20502 (again) -- More i18n cache flush in testsClaude Paroz
2013-06-06Merge pull request #1245 from oinopion/list_select_relatedMarc Tamlyn
2013-06-06Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
2013-06-05PEP 8 cleanupAnssi Kääriäinen
2013-06-05Fixed #17927 -- Added initial values support for BaseGenericInlineFormSetBojan Mihelac
2013-06-04Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham
2013-06-04Added i18n-related URL mapper test for a mailing list report.Ramiro Morales
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-06-01Changed assertEquals -> assertEqual.Tim Graham
2013-06-01Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostErrorClaude Paroz
2013-06-01Fixed #18169 -- NoReverseMatch not silenced if from block.superAnssi Kääriäinen
2013-06-01Fixed #18785 -- Added Test join trimming regressionAnssi Kääriäinen
2013-06-01Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson
2013-05-31Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no l...Loic Bistuer
2013-05-31Fixed #16436 -- Oracle defer_regress test failureAnssi Kääriäinen
2013-05-30Fixed #20502 -- Flushed i18n caches for a defaultfilter testClaude Paroz
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
2013-05-30Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-30Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham
2013-05-30Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-05-30Made an app-cache test not dependent on all models in defer_regressAnssi Kääriäinen
2013-05-29Fixed a failure on Python 3 introduced by 5939864616d56cf949f0bca348a8e05230b...Simon Charette
2013-05-29Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponsesTim Graham
2013-05-29Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz
2013-05-29Fixed #15653 - Error in admin pagination tag.Tim Graham
2013-05-29Fixed #20250 - Added a regression test for negated Q + annotateTim Graham