Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/modeladmin
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-7/+11
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-111-3/+6
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-4/+4
* Fixed #24908 -- Fixed duplicate readonly field rendering.jpic2015-07-021-0/+31
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Removed support for admin validators per deprecation time...Tim Graham2015-01-181-19/+1
* Fixed #13165 -- Added edit and delete links to admin fore...Simon Charette2015-01-101-13/+13
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-10/+8
* Refs #23947 -- Made a modeladmin test cleanup after itself.Diego Guimarães2014-12-051-7/+12
* Fixed #6327 -- Added has_module_permission method to Base...Maxime Turcotte2014-06-131-0/+90
* Fixed #22792 -- Updated checks for list_display_links in ...Greg Chapple2014-06-101-0/+24
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #17642 -- Added min_num support to modelformsets, i...Anders Steinlein2014-05-151-1/+28
* Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz2014-03-091-1/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed three small flake8 violations.Alex Gaynor2014-03-051-2/+2
* Fixed broken tests on Python 3 after 3c5fc708f1a8f60c0518...Baptiste Mispelon2014-03-031-6/+20
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Edited contrib.admin check messages for grammar and consi...Russell Keith-Magee2014-03-031-100/+100
* Updated some tests to use the check framework and silence...Tim Graham2014-01-311-21/+18
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-474/+476
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-58/+116
* PEP8Jason Myers2013-11-031-0/+3
* Fixed all E261 warningscoagulant2013-11-031-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...Bouke Haarsma2013-10-211-8/+5
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21129 -- Prevented admin filter params modificatio...tschilling2013-10-021-0/+12
* Fixed #15185 -- Allowed ModelAdmin.list_display_links=Non...Ramiro Morales2013-10-011-0/+5
* Fixed #20702 -- Deprecated get_formsets in favor of get_f...tschilling2013-09-201-4/+4
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-1/+1
* Introduced ModelAdmin.get_fields() and refactored get_fie...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 ...Tomek Paczkowski2013-06-051-2/+4
* Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAd...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 ...Luke Plant2013-05-091-8/+1
* Further removal of static admin validation that can fail ...Luke Plant2013-05-091-21/+0
* Removed some failing tests missed in 1556b1c3b7a18cadf4d6...Luke Plant2013-05-091-42/+0
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+1541