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-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
generic_views
History
Bruno Alla
604341c85f
Fixed
#28331
-- Added ContextMixin.extra_context to allowing passing context in as_view().
2017-07-06 10:34:54 -04:00
..
jinja2
/generic_views
…
templates
…
__init__.py
…
forms.py
…
models.py
…
test_base.py
Fixed
#28331
-- Added ContextMixin.extra_context to allowing passing context in as_view().
2017-07-06 10:34:54 -04:00
test_dates.py
Fixed
#28209
-- Made date-based generic views return a 404 rather than crash when given an out of range date.
2017-05-30 13:20:35 -04:00
test_detail.py
…
test_edit.py
…
test_list.py
…
urls.py
Fixed
#28331
-- Added ContextMixin.extra_context to allowing passing context in as_view().
2017-07-06 10:34:54 -04:00
views.py
…