index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_docs
/
models.py
Age
Commit message (
Expand
)
Author
2024-11-06
Fixed #27409 -- Made admindocs support custom link text in docstrings.
sai-ganesh-03
2024-02-14
Fixed #35179 -- Made admindocs detect positional/keyword-only arguments.
Salvo Polizzi
2023-07-03
Fixed typo in tests/admin_docs/models.py.
davidolz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-02-11
Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.
Ramon Saraiva
2018-06-03
Fixed #29385 -- Made admindocs ModelDetailView show model properties.
humbertotm
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-04-11
Fixed #24625 -- Prevented arbitrary file inclusion in admindocs
Markus Holtermann
2014-11-03
Fixed #5405 -- Added admindocs support for reStructured text in model docstrings
Zan Anderle
2014-02-23
Added tests for django.contrib.admindocs
Greg Chapple
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-05-19
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
Ćukasz Langa