1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref
Claude Paroz 6d3b0c33dc Fixed #19960 -- Fixed sentence in contrib.auth signals docs
Thanks edd at slipszenko.net for the report.
2013-03-01 22:15:23 +01:00
..
class-based-views Fixed #17094 - Typo in class-based views doc. 2013-02-23 08:52:33 -05:00
contrib Fixed #19960 -- Fixed sentence in contrib.auth signals docs 2013-03-01 22:15:23 +01:00
files
forms Fixed #19801 - Added brackets to input_formats. 2013-02-25 12:22:02 -05:00
models Fixed #19861 -- Transaction ._dirty flag improvement 2013-02-27 17:54:27 +02:00
templates Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags. 2013-02-23 16:16:39 +01:00
clickjacking.txt Simplified default project template. 2013-02-04 13:21:36 +01:00
databases.txt Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
django-admin.txt Added missing versionadded for sqldropindexes command docs 2013-02-24 21:12:00 +01:00
exceptions.txt Refactored database exceptions wrapping. 2013-02-27 17:26:54 +01:00
index.txt
middleware.txt
request-response.txt Fixed #18558 -- Added url property to HttpResponseRedirect* 2013-02-13 10:29:32 +01:00
settings.txt Implemented persistent database connections. 2013-02-28 15:28:13 +01:00
signals.txt
template-response.txt Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
unicode.txt Updated a couple admonitions to use the warning directive. 2013-02-19 11:31:41 -05:00
urlresolvers.txt
urls.txt
utils.txt
validators.txt