1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Always use parentheses when documenting a method with no arguments.

Backport of 05d36dc06e from master.
This commit is contained in:
Baptiste Mispelon
2014-01-22 22:26:10 +01:00
parent 6bca149af5
commit 6bf05c0267
11 changed files with 35 additions and 35 deletions

View File

@@ -1039,7 +1039,7 @@ If ``multi_db=True``, fixtures are loaded into all databases.
Overriding settings
~~~~~~~~~~~~~~~~~~~
.. method:: SimpleTestCase.settings
.. method:: SimpleTestCase.settings()
For testing purposes it's often useful to change a setting temporarily and
revert to the original value after running the testing code. For this use case