Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_docs/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24917 -- Made admindocs display model methods ↵Zan Anderle2015-09-071-0/+11
| | | | that take arguments.
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24625 -- Prevented arbitrary file inclusion in ↵Markus Holtermann2015-04-111-0/+6
| | | | | | admindocs Thanks Tim Graham for the review.
* Fixed #5405 -- Added admindocs support for reStructured ↵Zan Anderle2014-11-031-0/+12
| | | | | | text in model docstrings Thanks elvard and gkmngrgn for work on the patch and Markus H. for review.
* Added tests for django.contrib.admindocsGreg Chapple2014-02-231-0/+52
| | | | Refs #22015
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Fixed #20126 -- XViewMiddleware moved to ↵Łukasz Langa2013-05-191-0/+0
django.contrib.admindocs.middleware