django1/django/views/generic
Adrian Holovaty 3bf29d2184 Fixed #816 -- FileFields now work in the create_update generic view. Thanks, limodou
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-01 06:36:47 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
create_update.py Fixed #816 -- FileFields now work in the create_update generic view. Thanks, limodou 2005-12-01 06:36:47 +00:00
date_based.py Added allow_empty hook to archive_index date-based generic view. 2005-11-30 22:03:50 +00:00
list_detail.py Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Thanks, nesh 2005-11-28 14:26:04 +00:00
simple.py Added django.views.generic.simple.redirect_to view for issuing simple redirects. Also updated direct_to_template to use render_to_response to be consistant with coding style, and documented the simple generic views. 2005-11-15 17:19:33 +00:00