| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed #29385 -- Made admindocs ModelDetailView show model properties. | humbertotm | 2018-06-03 | 1 | -0/+4 |
| | | | | | Original patch by bkaluza. Tests and docs by humbertotm. | ||||
| * | Fixed #24917 -- Made admindocs display model methods that take arguments. | Zan Anderle | 2015-09-07 | 1 | -0/+11 |
| | | |||||
| * | Fixed #25331 -- Removed trailing blank lines in docstrings. | Maxime Lorant | 2015-08-31 | 1 | -1/+0 |
| | | |||||
| * | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | 2015-07-27 | 1 | -2/+2 |
| | | | | | ForeignKey/OneToOneField | ||||
| * | Fixed #24625 -- Prevented arbitrary file inclusion in admindocs | Markus Holtermann | 2015-04-11 | 1 | -0/+6 |
| | | | | | Thanks Tim Graham for the review. | ||||
| * | Fixed #5405 -- Added admindocs support for reStructured text in model docstrings | Zan Anderle | 2014-11-03 | 1 | -0/+12 |
| | | | | | Thanks elvard and gkmngrgn for work on the patch and Markus H. for review. | ||||
| * | Added tests for django.contrib.admindocs | Greg Chapple | 2014-02-23 | 1 | -0/+52 |
| | | | | | Refs #22015 | ||||
| * | Removed superfluous models.py files. | Aymeric Augustin | 2013-12-17 | 1 | -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 Langa | 2013-05-19 | 1 | -0/+0 |
