This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-24 09:04:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Tim Graham
ee4edb1eda
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
...
Also applies to modelform(set)_factory and generic model views. refs
#19733
.
2014-03-22 07:56:48 -04:00
..
decorators
…
generic
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
2014-03-22 07:56:48 -04:00
__init__.py
…
csrf.py
…
debug.py
Removed contrib.comments per deprecation timeline.
2014-03-21 07:05:36 -04:00
defaults.py
Removed django.views.defaults.shortcut and django.conf.urls.shortcut per deprecation timeline.
2014-03-21 07:56:00 -04:00
i18n.py
Fixed
#15318
-- Added settings for language cookie max-age, path, domain
2014-03-01 07:52:45 -05:00
static.py
…