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-05 06:56:53 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
class-based-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
..
base.txt
…
flattened-index.txt
Fixed
#22112
-- Added RedirectView.pattern_name to CBV flattened index
2014-02-21 22:23:06 +01:00
generic-date-based.txt
…
generic-display.txt
…
generic-editing.txt
…
index.txt
…
mixins-date-based.txt
…
mixins-editing.txt
Made ModelForms raise ImproperlyConfigured if the list of fields is not specified.
2014-03-22 07:56:48 -04:00
mixins-multiple-object.txt
Fixed docs typos.
2014-02-25 10:28:32 -05:00
mixins-simple.txt
…
mixins-single-object.txt
Fixed
#22113
-- changed object_name to model_name in CBV docs.
2014-02-22 23:36:54 +01:00
mixins.txt
…