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-23 08:39:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
generic_views
History
Krzysztof Jurewicz
ee8b810b97
Fixed
#20478
– Added support for HTTP PATCH method in generic views.
2013-05-22 14:48:11 +02:00
..
fixtures
…
templates
…
__init__.py
…
models.py
…
test_base.py
Fixed
#20478
– Added support for HTTP PATCH method in generic views.
2013-05-22 14:48:11 +02:00
test_dates.py
…
test_detail.py
Use assertIsInstance in tests.
2013-05-21 10:42:15 +01:00
test_edit.py
Use assertIsInstance in tests.
2013-05-21 10:42:15 +01:00
test_forms.py
Fixed
#19733
- deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
2013-05-09 16:44:36 +01:00
test_list.py
Use assertIsInstance in tests.
2013-05-21 10:42:15 +01:00
urls.py
…
views.py
Fixed
#20234
and
#20236
-- SingleObjectMixin fixes
2013-05-18 21:13:27 +02:00