mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -765,7 +765,7 @@ following would happen:
|
|||
Utility methods
|
||||
===============
|
||||
|
||||
.. module:: django.core.urlresolvers
|
||||
.. currentmodule:: django.core.urlresolvers
|
||||
|
||||
reverse()
|
||||
---------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue