diff options
| author | userimack <mahendra.k12@gmail.com> | 2016-02-09 20:03:36 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-09 09:49:55 -0500 |
| commit | c5d591733f017447889c6ff71909e06f51779b97 (patch) | |
| tree | 6ac76950b04ca616274a2c8fbe6dd05d86a8b6ad /docs | |
| parent | f3194d951d96dd14e0ffd288649f4e9135ce0ab5 (diff) | |
[1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.
Backport of 75143fa13f4f1ad2be84a103f7ce0eef9d06d3b4 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/admindocs.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt index 891852d0a4..5ed80fa81d 100644 --- a/docs/ref/contrib/admin/admindocs.txt +++ b/docs/ref/contrib/admin/admindocs.txt @@ -12,15 +12,6 @@ docstrings of models, views, template tags, and template filters for any app in :setting:`INSTALLED_APPS` and makes that documentation available from the :mod:`Django admin <django.contrib.admin>`. -You may, to some extent, utilize :mod:`~django.contrib.admindocs` to quickly -document your own code. This has limited usage, however, as the app is -primarily intended for documenting templates, template tags, and filters. -For example, model methods that require arguments are purposefully omitted -from the documentation because they can't be invoked from templates. The app -can still be useful since it doesn't require you to write any extra -documentation (besides docstrings) and is conveniently available from the -:mod:`Django admin <django.contrib.admin>`. - Overview ======== |
