mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[1.5.x] Always use parentheses when documenting a method with no arguments.
Backport of 05d36dc06e
from master.
This commit is contained in:
parent
126af8fa7b
commit
7517768134
11 changed files with 35 additions and 35 deletions
|
@ -1365,7 +1365,7 @@ If ``multi_db=True``, fixtures are loaded into all databases.
|
|||
Overriding settings
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. method:: TestCase.settings
|
||||
.. method:: TestCase.settings()
|
||||
|
||||
.. versionadded:: 1.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue