summaryrefslogtreecommitdiff
path: root/tests/admin_inlines
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21382 - Added "has_original" to stacked inlines.Ryan Kaskel2014-02-091-0/+15
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-2/+2
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* PEP8 cleanupJason Myers2013-11-023-11/+37
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.Renato Oliveira2013-10-241-4/+4
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
* Removed import * in tests.Tim Graham2013-10-221-1/+9
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed assorted flake8 errors.Tim Graham2013-10-111-3/+3
* Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines.Tim Graham2013-10-073-1/+40
* Removed a ton of unused local varsAlex Gaynor2013-09-081-5/+4
* Removed most of absolute_import importsClaude Paroz2013-07-293-5/+1
* Fixed #13696 -- ensured inline pk field is renderedKaren Tracey2013-07-213-1/+57
* Fixed available_apps for selenium tests.Aymeric Augustin2013-06-101-1/+3
* Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham2013-06-012-2/+13
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-303-1/+31
* Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...Javier Mansilla2013-03-042-1/+47
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+995