django/docs/ref
Luke Plant fdf9602961 Fixed #11058 - list_display_links doesn't allow callables not defined in the model
Thanks to dvine for the report and julien for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-02-21 19:15:02 +00:00
..
contrib Fixed #11058 - list_display_links doesn't allow callables not defined in the model 2011-02-21 19:15:02 +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 #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch. 2011-02-16 01:56:53 +00:00
models Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch. 2011-02-16 01:56:53 +00:00
templates Fixed #15351 -- Corrected a missing word in the template reference docs. Thanks to issackelly for the report and patch. 2011-02-19 22:28:39 +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 #15272 -- Altered generic views to use the guaranteed untranslated object_name, rather than the possibly translated verbose_name(_plural) for default context objects. Thanks to szczav for the report and patch. 2011-02-14 13:04:51 +00:00
databases.txt Fixed #15141 - remove some deprecated storage engines from the MySQL notes; thanks mariuz for the suggestion. 2011-01-22 16:16:42 +00:00
django-admin.txt Fixed "the the" typos. 2011-02-14 23:18:30 +00:00
exceptions.txt Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improved Sphinx metadata. 2010-10-23 21:15:35 +00:00
generic-views.txt Fixed #15177 -- Added note to generic views reference page indicating that the views have been deprecated (mirroring the topic guide). Thanks to rasca for the report and patch. 2011-01-30 13:33:53 +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 #5494, #10765, #14924 -- Modified the order in which translations are read when composing the final translation to offer at runtime. 2011-02-07 18:48:40 +00:00
signals.txt Fixed #15207 -- Added versionadded directives for the "using" argument sent by signals, and cleaned up some incidental indentation/formatting inconsistencies. Thanks to Keryn Knight for the report. 2011-02-07 22:18:14 +00:00
template-response.txt Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch. 2011-01-24 14:24:35 +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 Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch. 2011-02-16 01:56:53 +00:00
validators.txt Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. 2010-10-23 22:06:01 +00:00