1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs/ref
Malcolm Tredinnick 2d4da641a6 Allow setting HttpResponse cookie expiry times with datetime objects.
Patch from SmileyChris. Fixed #7770.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 20:52:49 +00:00
..
contrib Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and mlavin. 2010-09-10 23:30:46 +00:00
files
forms Fixed #14205 - Tiny grammar fix in form validation documentation 2010-09-07 20:19:41 +00:00
models Better error message for calling get_next_by_* on unsaved models. 2010-09-11 00:20:35 +00:00
templates Fixed #13350 - Documentation on autoescape should mention endautoescape 2010-09-07 20:49:32 +00:00
authbackends.txt
databases.txt
django-admin.txt Fixed #14162 - Dumpdata needs an option to use the base manager instead of the default manager 2010-08-30 11:58:26 +00:00
exceptions.txt
generic-views.txt Add option to redirect_to view to allow passing along the query string 2010-09-11 03:13:23 +00:00
index.txt
middleware.txt
request-response.txt Allow setting HttpResponse cookie expiry times with datetime objects. 2010-09-12 20:52:49 +00:00
settings.txt
signals.txt Fixed #14054 -- Added documentation for the connection_created event. Thanks to Rob Hudson for the report and patch. 2010-08-30 13:21:45 +00:00
unicode.txt
utils.txt
validators.txt