summaryrefslogtreecommitdiff
path: root/tests/admin_docs/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm2018-06-031-0/+4
| | | | Original patch by bkaluza. Tests and docs by humbertotm.
* Fixed #24917 -- Made admindocs display model methods that take arguments.Zan Anderle2015-09-071-0/+11
|
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
|
* Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella2015-07-271-2/+2
| | | | ForeignKey/OneToOneField
* Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann2015-04-111-0/+6
| | | | Thanks Tim Graham for the review.
* Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle2014-11-031-0/+12
| | | | 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 django.contrib.admindocs.middlewareŁukasz Langa2013-05-191-0/+0