django1/django/views
Luke Plant f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
This also updates all dependent functionality, including modelform_factory
 and modelformset_factory, and the generic views `ModelFormMixin`,
 `CreateView` and `UpdateView` which gain a new `fields` attribute.
2013-05-09 16:44:36 +01:00
..
decorators Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. 2012-12-31 09:34:08 -08:00
generic Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
debug.py Loaded cycle and firstof from future in built-in templates. Refs #17906. 2013-02-24 15:16:45 +01:00
defaults.py Deprecated django.views.defaults.shortcut. 2013-03-14 20:30:23 +01:00
i18n.py Ensured that the javascript_catalog view doesn't leak translations. 2013-05-05 15:52:07 +02:00
static.py Minor optimization in the static serve view. 2013-01-24 11:01:32 +01:00