Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_inlines/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-25/+25
| | | | on_delete for ForeignKey/OneToOneField
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
|
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-2/+2
| | | | | | | It contained models, forms and admin objects causing undesirable import side effects. Refs #16368. Thanks to Ramiro, Carl and Loïc for the review.
* PEP8 cleanupJason Myers2013-11-031-0/+21
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #18263 -- Corrrected handling of hidden fields in ↵Tim Graham2013-10-071-0/+11
| | | | | | tabular admin inlines. Thanks hvdklauw for the report and patch.
* Fixed #13696 -- ensured inline pk field is renderedKaren Tracey2013-07-211-0/+20
|
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-0/+6
| | | | Thanks dave@ for the suggestion and Rohan Jain for the patch.
* Fixed #19838 -- Admin: Don't leak a 500 HTTP status when ↵Javier Mansilla2013-03-041-0/+8
| | | | | | trying to delete protected FKs. Thanks rafadev for the report and Javier Mansilla for the fix.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+198