django/docs/ref/contrib
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
..
admin Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
comments Added a few more versionadded directives to the documentation. 2010-01-17 22:29:50 +00:00
formtools Form wizard documentation tweaks: 2009-12-25 21:07:11 +00:00
auth.txt
contenttypes.txt Fixed bad indentation in contenttypes code example so that cut and paste from doc will work. 2010-01-18 13:00:22 +00:00
csrf.txt Fixed #12053 - form examples don't validate according to w3c 2010-01-04 21:55:52 +00:00
databrowse.txt
flatpages.txt Fixed #12228 -- Updated flatpages examples. Thanks, johnthedebs 2010-01-10 17:58:41 +00:00
humanize.txt
index.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
localflavor.txt Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for the patch. 2010-01-01 21:35:26 +00:00
messages.txt Fixed #12575 - created a better interface for getting/setting the effective level of contrib.messages 2010-01-12 02:41:57 +00:00
redirects.txt
sitemaps.txt Fixed #11693 -- Added escaping for the dot in sitemap.xml in the URLpattern in sitemaps.txt. Thanks, timo 2010-01-10 18:53:11 +00:00
sites.txt
syndication.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
webdesign.txt