Author: julien Date: 2011-09-01 20:47:49 -0700 (Thu, 01 Sep 2011) New Revision: 16716
Modified: django/trunk/docs/ref/settings.txt Log: Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to [email protected] for the report and to Aymeric Augustin for the patch. Modified: django/trunk/docs/ref/settings.txt =================================================================== --- django/trunk/docs/ref/settings.txt 2011-09-02 03:04:02 UTC (rev 16715) +++ django/trunk/docs/ref/settings.txt 2011-09-02 03:47:49 UTC (rev 16716) @@ -604,9 +604,9 @@ The username to use when connecting to the Oracle database that will be used when running tests. If not provided, Django will use ``'test_' + USER``. -.. setting:: TEST_CREATE_USER +.. setting:: TEST_USER_CREATE -TEST_CREATE_USER +TEST_USER_CREATE ~~~~~~~~~~~~~~~~ Default: ``True`` -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
