django/docs/ref
Ramiro Morales 70c8cd4100 Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the concrete Generic{Tabular,Stacked}Inline classes that should be used. Thanks loki77 for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-31 23:02:07 +00:00
..
contrib Fixed #13307 -- Enhanced the generic inlines documentation by mentioning the concrete Generic{Tabular,Stacked}Inline classes that should be used. Thanks loki77 for the report. 2010-12-31 23:02:07 +00:00
files Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake. 2010-12-06 23:07:46 +00:00
forms Fixed #11496 - note that DecimalField max/min_value should be type(decimal.Decimal); thanks adamv. 2010-12-28 21:54:47 +00:00
models Fixed #14842 - Indent the model Meta options. Thanks adamv. 2010-12-29 20:30:24 +00:00
templates Fixed #13452 - Document that regroup can be used with any template lookup. Thanks shacker for the suggestion and draft patch. 2010-12-29 20:20:53 +00:00
authbackends.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
class-based-views.txt Fixed #14901 - Typo in class-based views paginator doc. thanks adamv. 2010-12-14 23:34:47 +00:00
databases.txt Fixed #14320 - Add a note about lack of timezone support in MySQL. Thanks RauntyDave for the suggestion, adamv for the patch. 2010-12-28 13:35:48 +00:00
django-admin.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
exceptions.txt
generic-views.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
index.txt Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail. 2010-12-07 13:57:01 +00:00
middleware.txt Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch. 2010-12-27 13:27:26 +00:00
request-response.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
settings.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
signals.txt Fixed #14712 - Add an example for the post_syncdb signal. Thanks Frank Wiles for the patch. 2010-12-29 15:47:46 +00:00
template-response.txt Fixed #14867 -- Corrected references to baking in the new TemplateResponse docs. Thanks to marcusf for the report. 2010-12-09 00:47:37 +00:00
unicode.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
utils.txt
validators.txt