summaryrefslogtreecommitdiff
path: root/tests/modeladmin
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to ...David Szotten2017-03-021-1/+1
* Fixed #27356 -- Fixed ModelAdmin.lookup_allowed() for some nested relations.Anton Samarchyan2017-02-071-0/+29
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-4/+4
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-192-9/+9
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-183-5/+0
* Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_displ...Anton Samarchyan2016-12-221-0/+29
* Moved modeladmin check tests to a separate file.Tim Graham2016-12-212-1118/+1129
* Refs #27377 -- Fixed reverse query name clash in test model.Tim Graham2016-12-191-1/+1
* Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang2016-12-192-2/+14
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-2/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-30/+21
* Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa2016-10-071-0/+81
* Refs #27218 -- Fixed LogEntry tests on MySQL 5.5.Tim Graham2016-10-051-3/+3
* Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.François Freitag2016-10-041-0/+10
* Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne2016-09-211-2/+2
* Fixed #26816 -- Corrected an admin check to require inlines to subclass Inlin...Berker Peksag2016-08-241-1/+1
* Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson2016-08-231-2/+2
* Fixed #19963 -- Added support for date_hierarchy across relations.Vytis Banaitis2016-06-041-3/+20
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-082-99/+63
* Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz2016-03-191-5/+5
* Fixed #26229 -- Improved check for model admin check admin.E124Alasdair Nicol2016-03-011-3/+46
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-121-10/+12
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* 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 instead of classes.Malcolm Box2015-09-111-3/+6
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-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 timeline; refs #16905.Tim Graham2015-01-181-19/+1
* Fixed #13165 -- Added edit and delete links to admin foreign key widgets.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 BaseModelAdminMaxime Turcotte2014-06-131-0/+90
* Fixed #22792 -- Updated checks for list_display_links in model adminGreg Chapple2014-06-101-0/+24
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.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-in-django-XX warningsClaude Paroz2014-03-081-1/+2
* Fixed three small flake8 violations.Alex Gaynor2014-03-041-2/+2
* Fixed broken tests on Python 3 after 3c5fc708f1a8f60c05182869f6f3ec13697bbcf2.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 consistency.Russell Keith-Magee2014-03-031-100/+100
* Updated some tests to use the check framework and silenced a PendingDeprecati...Tim Graham2014-01-311-21/+18
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell 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