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
Alex Morozov
13dba4dba3
Fixed
#25780
-- Removed redundant status code assertions from tests
2015-11-21 18:12:33 +01:00
..
jinja2
/generic_views
…
templates
…
__init__.py
…
forms.py
…
models.py
…
test_base.py
Fixed
#25780
-- Removed redundant status code assertions from tests
2015-11-21 18:12:33 +01:00
test_dates.py
…
test_detail.py
…
test_edit.py
Fixed
#25548
-- Prevented FormView.form_invalid() from discarding its form argument.
2015-11-11 13:28:34 -05:00
test_list.py
…
urls.py
…
views.py
…