summaryrefslogtreecommitdiff
path: root/tests/admin_docs/models.py
AgeCommit message (Collapse)Author
2014-11-03Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle
Thanks elvard and gkmngrgn for work on the patch and Markus H. for review.
2014-02-23Added tests for django.contrib.admindocsGreg Chapple
Refs #22015
2013-12-17Removed superfluous models.py files.Aymeric Augustin
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.
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareƁukasz Langa