django/docs/ref
Russell Keith-Magee 78be884ea7 Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14707 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-26 13:30:50 +00:00
..
contrib Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch! 2010-11-21 19:29:15 +00:00
files
forms Fixes #14759 -- document the 'years' argument for SelectDateWidget. Thanks Bartolomé Sánchez 2010-11-23 02:46:55 +00:00
models Fixed #14756 - fix typo in "related objects reference" docs. Thanks deisner for the report. 2010-11-26 12:40:09 +00:00
templates Fixes #3529 -- more explicit documentation about Context.update. Thanks for the patch, ggetzie. 2010-11-24 00:36:36 +00:00
authbackends.txt
class-based-views.txt Fixes #14780 -- bad quoting in class based views reference. Thanks for the patch, adamv. 2010-11-26 02:56:58 +00:00
databases.txt
django-admin.txt
exceptions.txt
generic-views.txt Fixes #14779 -- delete_object docs wording. Thanks OldTroll 2010-11-26 02:14:57 +00:00
index.txt
middleware.txt Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. 2010-11-07 09:21:55 +00:00
request-response.txt Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch. 2010-11-26 13:30:50 +00:00
settings.txt Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch. 2010-11-26 13:30:50 +00:00
signals.txt
unicode.txt
utils.txt
validators.txt