django/docs/ref
Gabriel Hurley e18f8b1d22 Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improved Sphinx metadata.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-23 21:15:35 +00:00
..
contrib Fixed #14173 -- Added sections about contrib apps-provided commands to django-admin.py docs. 2010-10-23 16:37:51 +00:00
files Fixed #10497 -- Added a few time-related methods to the storage API. Thanks for the report and patch to Stephan Jaekel. 2010-10-08 15:11:59 +00:00
forms Fixed #14307 -- Added a new crossref target to model field reference docs and fixed broken relative link in form field reference docs. Thanks to adamv for the report. 2010-10-15 20:13:22 +00:00
models Fixed #14493 -- Corrected use of the wrong attribute in the model validation example pseudo-code. Thanks to wogan for the report and patch. 2010-10-20 21:08:06 +00:00
templates Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
authbackends.txt
class-based-views.txt Modified the implementation of get_object() to be consistent with the approach used elsewhere in the API. Also added documentation for get_object() which seems to have been accidentally omitted. 2010-10-20 00:21:47 +00:00
databases.txt
django-admin.txt Fixed #14173 -- Added sections about contrib apps-provided commands to django-admin.py docs. 2010-10-23 16:37:51 +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 #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
index.txt Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
middleware.txt
request-response.txt
settings.txt Fixed #14463 -- Fixed links to new location of date/time format specifiers docs. 2010-10-23 14:52:01 +00:00
signals.txt Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed signal actions not having been updated to "pre_add", "post_add", etc. Thanks to slink and andrews for reporting several instances of it, and andrews for the draft patch. 2010-10-20 22:14:26 +00:00
unicode.txt
utils.txt
validators.txt