This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
9f3cce172f
django1
/
django
/
views
History
Mateo Radman
8a7ac78b70
Refs
#32508
-- Raised ImproperlyConfigured/TypeError instead of using "assert" in various code.
2021-06-25 06:55:47 +02:00
..
decorators
Refs
#32508
-- Raised ImproperlyConfigured/TypeError instead of using "assert" in various code.
2021-06-25 06:55:47 +02:00
generic
Fixed
#32260
-- Made View.as_view() do not use update_wrapper().
2021-03-30 07:58:09 +02:00
templates
Fixed
#32698
-- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri().
2021-04-30 08:05:42 +02:00
__init__.py
Fixed
#25385
-- Allowed importing views.generic.View from views.View.
2016-01-11 08:18:44 -05:00
csrf.py
Bumped minimum isort version to 5.1.0.
2020-07-30 10:58:59 +02:00
debug.py
Fixed
#32698
-- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri().
2021-04-30 08:05:42 +02:00
defaults.py
Fixed
#32480
-- Corrected docstring and removed redundant comments in django/views/defaults.py.
2021-02-24 21:32:37 +01:00
i18n.py
Fixed
#32345
-- Fixed preserving encoded query strings in set_language() view.
2021-01-29 11:58:43 +01:00
static.py
Fixed
#31789
-- Added a new headers interface to HttpResponse.
2020-09-14 08:41:59 +02:00