Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_checks
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-6/+14
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-111-58/+55
* Fixed #25267 -- Corrected message for admin.E122 system c...Fabrizio Ettore Messina2015-08-131-0/+16
* Fixed #25206 -- Fixed error message when checking a Model...Alasdair Nicol2015-08-031-4/+4
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-7/+7
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24146 -- Allowed model._meta.get_field() to be use...Daniel Pyrathon2015-02-112-0/+18
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-3/+3
* Removed support for admin validators per deprecation time...Tim Graham2015-01-181-22/+1
* Fixed #24089 -- Added check for when ModelAdmin.fieldsets...Muthiah Annamalai2015-01-121-0/+49
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-15/+11
* Fixed #23497 -- Made admin system checks run for custom A...Mosson, Andrew2014-12-171-5/+23
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães2014-11-281-0/+5
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-2/+2
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* 4 flake8 warning fixesAlex Gaynor2014-03-091-0/+1
* Fixed #22034 -- Added a specific set of relation checks f...Russell Keith-Magee2014-03-082-2/+134
* Edited contrib.admin check messages for grammar and consi...Russell Keith-Magee2014-03-031-20/+20
* Fixed #22018 -- Fixed checks for ModelAdmin.fields not ha...Aaron France2014-02-151-0/+34
* Fixed typo in error message.Arne Brodowski2014-01-241-1/+1
* Fixed #21870 -- Admin check for list_editable_itemArne Brodowski2014-01-241-0/+24
* Added warning silencers to some noisy tests.Russell Keith-Magee2014-01-201-9/+14
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-203-0/+493