1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.

This commit is contained in:
Jim Xie
2021-02-03 15:31:20 +01:00
committed by Carlton Gibson
parent e17bdb953a
commit ce60d28929
3 changed files with 25 additions and 5 deletions

View File

@@ -38,7 +38,8 @@ Minor features
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The admindocs now allows esoteric setups where :setting:`ROOT_URLCONF` is not
a string.
:mod:`django.contrib.auth`
~~~~~~~~~~~~~~~~~~~~~~~~~~