1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/django
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
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf Merge pull request #1217 from erikr/better-settings-errors2 2013-05-27 01:08:18 -07:00
contrib Fixed #20182 - admin lookup should treat 0 as False for __isnull 2013-05-27 13:29:53 -04:00
core Replaced and...or... constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
db Fixed #20014 -- implemented get_key_columns() for Oracle 2013-05-27 21:12:47 +03:00
dispatch
forms Replaced and...or... constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
http Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
middleware Replaced and...or... constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
shortcuts
template Fixed #20246 -- Added non-breaking spaces between values an units 2013-05-18 23:01:48 +02:00
templatetags
test Fixed #20503 - Moved doctest utilities in with the rest of the deprecated test code. 2013-05-27 14:55:08 -06:00
utils Replaced and...or... constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
views Replaced and...or... constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
__init__.py