0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/docs/topics
Aymeric Augustin c1284c3d3c Fixed #20571 -- Added an API to control connection.needs_rollback.
This is useful:
- to force a rollback on the exit of an atomic block without having to
  raise and catch an exception;
- to prevent a rollback after handling an exception manually.
2013-06-27 22:19:54 +02:00
..
auth Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. 2013-06-26 13:11:47 -04:00
class-based-views Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs for CBV mixins 2013-06-26 14:07:52 +02:00
db Fixed #20571 -- Added an API to control connection.needs_rollback. 2013-06-27 22:19:54 +02:00
forms Fixed #20464 -- Added a total_error_count method on formsets. 2013-06-16 15:49:30 -04:00
http Clarified get_list_or_404 docs, refs #14150. 2013-06-24 07:00:53 -04:00
i18n Explained that timezone.now() always returns times in UTC. 2013-06-06 11:05:33 -05:00
testing Fixed #20590: Documented new test case ordering 2013-06-27 14:02:00 +01:00
cache.txt Tweak caching decorators/utility functions xrefs. 2013-05-30 20:38:44 -03:00
conditional-view-processing.txt
email.txt
files.txt Fixed #20604 - Fixed file example in docs. 2013-06-14 21:28:17 -04:00
index.txt
install.txt
localflavor.txt
logging.txt
pagination.txt
python3.txt
security.txt
serialization.txt
settings.txt Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 2013-06-09 15:05:15 -04:00
signals.txt
signing.txt
templates.txt