django/docs/topics
Jannis Leidel c14937cf7a Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Refs #13. Also introduces an ``empty_form`` attribute on formsets to make it easier to implement dynamic forms.

Many thanks to Zain Memon for the initial patch from his Summer of Code 2009 project, Stanislaus Madueke for his django-dynamic-formset app and all the other people helping out.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-26 15:02:53 +00:00
..
db Removed some stray content from the multi-db docs. Thanks to Yuri Baburov for the report. 2010-01-25 12:29:56 +00:00
forms Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
http Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
auth.txt Fixed typo in docs - supports_objects_permissions should be supports_object_permissions 2010-01-18 20:51:29 +00:00
cache.txt Fixed #12195 -- Clarified cache documentation to rename 'timeout_seconds' to 'timeout'. Thanks, galund and timo 2010-01-10 18:40:24 +00:00
conditional-view-processing.txt Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo 2010-01-10 18:09:26 +00:00
email.txt
files.txt
generic-views.txt Fixed #12161 -- Added escaping of a backslash in two generic-views.txt examples. Thanks, infopams 2010-01-10 18:38:00 +00:00
i18n.txt Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above. 2010-01-26 15:01:58 +00:00
index.txt
install.txt
pagination.txt Fixed #9215 -- Added a view/template example of using pagination. 2008-10-07 11:51:14 +00:00
serialization.txt Corrected an example in the natural key serialization docs. Thanks to Alex Gaynor for the report. 2009-12-18 00:32:10 +00:00
settings.txt
signals.txt Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch. 2010-01-13 11:07:16 +00:00
templates.txt
testing.txt Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave databases. 2010-01-25 12:05:38 +00:00