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-19 14:52:54 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
generic_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
..
jinja2
/generic_views
…
templates
…
__init__.py
…
models.py
…
test_base.py
…
test_dates.py
Fixed
#23395
-- Limited line lengths to 119 characters.
2015-09-12 11:40:50 -04:00
test_detail.py
…
test_edit.py
Refs
#23656
-- Required FormMixin.get_form() form_class parameter to be optional.
2015-09-23 19:31:10 -04:00
test_forms.py
…
test_list.py
…
urls.py
Refs
#24133
-- Removed legacy formatting syntax in success_url placeholders.
2015-09-23 19:31:10 -04:00
views.py
…