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-01-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
/
class-based-views
History
Tim Graham
491de4f07c
Refs
#23656
-- Required FormMixin.get_form() form_class parameter to be optional.
...
Per deprecation timeline.
2015-09-23 19:31:10 -04:00
..
base.txt
…
flattened-index.txt
Fixed
#24643
-- Added get_context_data() method to FormMixin
2015-04-24 20:17:29 -04:00
generic-date-based.txt
Fixed
#25382
-- Removed obsolete references to DateQuerySet.
2015-09-11 12:16:06 -04:00
generic-display.txt
Fixed
#24695
-- Tidied up a couple of regexes in the CBV docs
2015-04-24 09:23:28 -04:00
generic-editing.txt
…
index.txt
Used consistent capitalization and hyphenation of "class-based views" in docs.
2015-08-18 19:07:10 -04:00
mixins-date-based.txt
…
mixins-editing.txt
Refs
#23656
-- Required FormMixin.get_form() form_class parameter to be optional.
2015-09-23 19:31:10 -04:00
mixins-multiple-object.txt
…
mixins-simple.txt
Fixed
#24168
-- Allowed selecting a template engine in a few APIs.
2015-02-03 08:29:45 +01:00
mixins-single-object.txt
…
mixins.txt
…