django1/docs/internals
Carl Meyer cd79f33723 Fixed #20503 - Moved doctest utilities in with the rest of the deprecated test code.
The ``DocTestRunner`` and ``OutputChecker`` were formerly in
``django.test.testcases``, now they are in ``django.test.simple``. This avoids
triggering the ``django.test._doctest`` deprecation message with any import
from ``django.test``. Since these utility classes are undocumented internal
API, they can be moved without a separate deprecation process.

Also removed the deprecation warnings specific to these classes, as they are
now covered by the module-level warning in ``django.test.simple``.

Thanks Anssi for the report.

Refs #17365.
2013-05-27 14:55:08 -06:00
..
_images Removed references to the DDN triage state. 2013-04-08 20:33:52 +02:00
contributing Tweaked unit test 'quick start' explanation. 2013-05-20 13:45:32 -04:00
committers.txt Updated my bio 2013-05-24 08:22:08 -06:00
deprecation.txt Fixed #20503 - Moved doctest utilities in with the rest of the deprecated test code. 2013-05-27 14:55:08 -06:00
git.txt Clarified policy for stable branches. 2013-05-22 10:26:48 -04:00
howto-release-django.txt Fixing some FIXMEs in howto-release-django. Refs #20082 2013-05-23 15:15:02 +01:00
index.txt Added a draft document explaining how to release Django. 2013-02-23 12:35:38 -06:00
release-process.txt Clarified policy for stable branches. 2013-05-22 10:26:48 -04:00
security.txt Add new security-policy documentation. 2012-08-07 16:06:34 -04:00