0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/topics
wrwrwr e22c64dfc0 Fixed #23742 -- Added an option to reverse tests order.
This is useful for debugging side effects affecting tests that
are usually executed before a given test. Full suite and pair
tests sort cases more or less deterministically, thus some test
cross-dependencies are easier to reveal by reversing the order.

Thanks Preston Timmons for the review.
2014-11-24 19:24:11 -05:00
..
auth Fixed #23793 -- Clarified password reset behavior in auth docs 2014-11-15 17:41:01 +01:00
class-based-views Fixed #21753 -- Raised exception when both form_class and fields are specified. 2014-11-21 14:23:17 -05:00
db Fix link target markup 2014-11-17 16:37:18 -07:00
forms Fixed #23690 - fixed examples of manual rendering of form fields 2014-11-15 13:29:16 +01:00
http Deprecated dirs argument to override TEMPLATE_DIRS. 2014-11-23 09:29:33 +01:00
i18n Avoided rewrapping Contexts in render_to_response. 2014-11-22 17:58:38 +01:00
testing Fixed #23742 -- Added an option to reverse tests order. 2014-11-24 19:24:11 -05:00
cache.txt Cleaned up the Memcached cache backend doc 2014-10-13 12:19:05 +01:00
checks.txt Fixed #23750 -- Allowed core.checks.register to be used as a function 2014-11-11 16:29:32 +01:00
conditional-view-processing.txt
email.txt Fixed #23900 -- Added missing imports in code example. 2014-11-23 23:03:58 +01:00
files.txt
index.txt
install.txt
localflavor.txt
logging.txt Fixed #22407 -- Added AdminEmailHandler.send_mail(). 2014-11-15 09:38:19 +01:00
migrations.txt Fix malformed note directives. 2014-11-17 16:42:54 -07:00
pagination.txt
performance.txt
python3.txt Removed thread customizations of six which are now built-in. 2014-11-13 10:30:53 +01:00
security.txt
serialization.txt Added a new GeoJSON serialization format for GeoDjango 2014-11-15 18:07:18 +01:00
settings.txt
signals.txt
signing.txt Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign(). 2014-11-15 19:36:33 +01:00
templates.txt Fixed #23735 -- Clarified that admindocs must be enabled to view template tag libraries in admin. 2014-10-30 19:04:10 -04:00