Author: julien Date: 2011-12-14 06:49:00 -0800 (Wed, 14 Dec 2011) New Revision: 17201
Modified: django/trunk/tests/test_sqlite.py Log: Fixed a url to the contributing guide in a code comment. Modified: django/trunk/tests/test_sqlite.py =================================================================== --- django/trunk/tests/test_sqlite.py 2011-12-11 21:04:56 UTC (rev 17200) +++ django/trunk/tests/test_sqlite.py 2011-12-14 14:49:00 UTC (rev 17201) @@ -5,7 +5,7 @@ # NAME and potentially authentication information. See the # following section in the docs for more information: # -# http://docs.djangoproject.com/en/dev/internals/contributing/#unit-tests +# https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/ # # The different databases that Django supports behave differently in certain # situations, so it is recommended to run the test suite against as many -- 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.
