summaryrefslogtreecommitdiff
path: root/tests/modeladmin
Commit message (Expand)AuthorAgeFilesLines
* PEP8Jason Myers2013-11-021-0/+3
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-8/+5
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21129 -- Prevented admin filter params modifications from throwing an ...tschilling2013-10-021-0/+12
* Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales2013-10-011-0/+5
* Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling2013-09-201-4/+4
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-1/+1
* Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.Loic Bistuer2013-08-041-0/+10
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski2013-06-051-2/+4
* Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no l...Loic Bistuer2013-05-311-0/+24
* Fixed #12674 -- provide a way to override admin validationHonza Kral2013-05-191-149/+90
* Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant2013-05-091-8/+1
* Further removal of static admin validation that can fail erroneouslyLuke Plant2013-05-091-21/+0
* Removed some failing tests missed in 1556b1c3b7a18cadf4d66d2ab6301d7fe8646ba5Luke Plant2013-05-091-42/+0
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+1541