django/docs/ref
Brian Rosner 8812060d77 Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-30 08:48:48 +00:00
..
contrib Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas. 2009-10-30 08:48:48 +00:00
files
forms Fixed #7437: SelectDateWidget is not documented. 2009-09-10 15:45:15 +00:00
models Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor. 2009-10-24 00:28:39 +00:00
templates Documented the presence of {% csrf_token %} in Django 1.1.2 in trunk docs. 2009-10-27 21:52:25 +00:00
authbackends.txt
databases.txt Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag. 2009-08-24 15:45:48 +00:00
django-admin.txt
generic-views.txt
index.txt
middleware.txt Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
request-response.txt Fixed #11728 -- Corrected a typo in a class name in the request/response docs. Thanks to Tommstein for the report. 2009-09-12 22:51:16 +00:00
settings.txt Added 'version added' info to CSRF_* settings. 2009-10-27 01:10:20 +00:00
signals.txt Corrected spaces for tabs from r11540. 2009-09-13 06:18:16 +00:00
unicode.txt