django1/django/views/generic
Claude Paroz c7cc4cfb9e Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17765 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-17 22:31:03 +00:00
..
__init__.py Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT. 2011-01-08 14:53:44 +00:00
base.py Fixed #16842 -- Modified the RedirectView to correctly handle query strings with percent symbols. Thanks, accuser, jamey@minilop.net and Claude Paroz. 2012-03-02 16:55:56 +00:00
create_update.py Advanced deprecations for function-based generic views 2011-04-02 08:44:04 +00:00
date_based.py Upgraded the date based generic views to avoid warnings when time zone support is enabled. 2011-11-20 15:34:08 +00:00
dates.py Upgraded the date based generic views to avoid warnings when time zone support is enabled. 2011-11-20 15:34:08 +00:00
detail.py Fixed #17422 -- Changed BaseDetailView to use *args, to be consistent with other views 2011-12-17 02:16:52 +00:00
edit.py Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch. 2012-03-17 22:31:03 +00:00
list.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
list_detail.py Advanced deprecations for function-based generic views 2011-04-02 08:44:04 +00:00
simple.py Fixed #17358 -- Updated logging calls to use official syntax for arguments instead of string interpolation. Thanks, spulec. 2012-02-09 18:58:36 +00:00