django/docs/topics
Gabriel Hurley 99c1794427 Fixed #15794 -- Corrected an error in the docs which indicated applying decorators to any of the view-like methods would work when it will only work reliably with dispatch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-20 20:03:42 +00:00
..
db
forms
http Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thanks to guettli for the report and draft patch. 2011-04-20 19:50:27 +00:00
i18n
auth.txt Fixed #15757 - removed remaining instances of get_and_delete_messages 2011-04-07 22:01:23 +00:00
cache.txt
class-based-views.txt Fixed #15794 -- Corrected an error in the docs which indicated applying decorators to any of the view-like methods would work when it will only work reliably with dispatch. 2011-04-20 20:03:42 +00:00
conditional-view-processing.txt
email.txt Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet) 2011-04-01 16:18:23 +00:00
files.txt
generic-views-migration.txt
generic-views.txt
index.txt
install.txt Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin 2011-04-17 20:45:06 +00:00
logging.txt
pagination.txt Fixes #11596 -- Make paginator.Page iterable 2011-04-06 09:40:26 +00:00
serialization.txt
settings.txt
signals.txt Fixes #10754 - minor clarification to the post/pre_delete signal documentation 2011-04-06 10:12:21 +00:00
templates.txt Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00
testing.txt Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00