django1/django
Adrian Holovaty 3dc1ede871 Fixed #236 -- Added HttpResponse.delete_cookie() method.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-23 01:17:39 +00:00
..
bin Fixed spacing bug in '--help' output of django-admin 2005-09-02 18:23:42 +00:00
conf Fixed #500 -- Created a TEMPLATE_FILE_EXTENSION setting that lets you override the default '.html' if you want to use a different extension (or none at all) for templates 2005-09-14 01:24:36 +00:00
contrib Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
core Fixed #539 -- Added support for strides to 'slice' template filter, and made the code more efficient. Thanks, Esaj 2005-09-23 00:12:24 +00:00
middleware Removed a legacy 'TODO' from django.middleware.sessions 2005-09-23 00:21:35 +00:00
models Fixed metasystem bug when using get_related_many_to_many() method with a custom-named primary key. Thanks, stane 2005-09-13 03:48:06 +00:00
parts Fixed small bug in parts.auth.formfields.AuthenticationForm 2005-08-16 23:16:55 +00:00
templatetags Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
utils Fixed #236 -- Added HttpResponse.delete_cookie() method. 2005-09-23 01:17:39 +00:00
views Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00