1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/docs/ref
Russell Keith-Magee dab3e97c1a Fixed #11795 -- Document (and slightly simplify) the use of inlines for m2m relations.
This is the first immediate benefit of m2m relations having an autogenerated model.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-03 15:02:16 +00:00
..
contrib Fixed #11795 -- Document (and slightly simplify) the use of inlines for m2m relations. 2009-11-03 15:02:16 +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 Fixed #11221 -- Replaced a reference to a non-existent URL with an actual explanation of sequences. Thanks to Rob Hudson for the report, and SmileyChris for the patch. 2009-06-18 13:37:10 +00:00
generic-views.txt Refs #11336 -- Another dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation. 2009-06-18 00:16:48 +00:00
index.txt Fixed #11336 -- Dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation. 2009-06-17 23:57:27 +00:00
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 Fixed #10355 -- Added an API for pluggable e-mail backends. 2009-11-03 12:53:26 +00:00
signals.txt Corrected spaces for tabs from r11540. 2009-09-13 06:18:16 +00:00
unicode.txt