mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
05f5217551
commit
7e52bb2bc3
3 changed files with 44 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ ALWAYS_INSTALLED_APPS = [
|
|||
'django.contrib.messages',
|
||||
'django.contrib.comments',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.admindocs',
|
||||
]
|
||||
|
||||
def get_test_models():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue