mirror of https://github.com/django/django.git
Fixed #15233 -- Corrected a duplicate module directive that raised a warning on newer versions of Sphinx. Thanks to Aryeh Leib Taurog for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
969217d455
commit
f81d5d6854
|
@ -765,7 +765,7 @@ following would happen:
|
|||
Utility methods
|
||||
===============
|
||||
|
||||
.. module:: django.core.urlresolvers
|
||||
.. currentmodule:: django.core.urlresolvers
|
||||
|
||||
reverse()
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue