summaryrefslogtreecommitdiff
path: root/tests/admin_docs/models.py
AgeCommit message (Collapse)Author
2015-04-11[1.8.x] Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann
Thanks Tim Graham for the review. Backport of 09595b4fc67ac4c94ed4e0d4c69acc1e4a748c81 from master
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