Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_inlines/admin.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-211-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #13163 -- Added ability to show change links on inl...Nick Sandford2014-07-311-0/+3
* PEP8 cleanupJason Myers2013-11-031-0/+3
* Fixed all E261 warningscoagulant2013-11-031-1/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
* Removed import * in tests.Tim Graham2013-10-221-1/+9
* Fixed #18263 -- Corrrected handling of hidden fields in t...Tim Graham2013-10-071-0/+17
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Fixed #13696 -- ensured inline pk field is renderedKaren Tracey2013-07-211-1/+19
* Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham2013-06-021-2/+7
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-0/+12
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+153