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-04-24 09:14:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Waldemar Kornewald
0d8cdb5bc4
[1.10.x]
Fixed
#27418
-- Fixed occasional missing plural forms in JavaScriptCatalog.
...
Backport of b24af2f40508bc0d8aa0cef264e51c537ffb92bd from master
2016-12-14 18:39:35 -05:00
..
decorators
[1.10.x] Normalized spelling of ETag.
2016-09-09 11:00:58 -04:00
generic
Fixed
#26207
-- Replaced dynamic classes with non-data descriptors for deferred instance loading.
2016-04-29 13:06:32 -04:00
__init__.py
Fixed
#25385
-- Allowed importing views.generic.View from views.View.
2016-01-11 08:18:44 -05:00
csrf.py
Fixed
#26201
-- Documented the consequences of rotating the CSRF token on login.
2016-04-05 11:02:38 -04:00
debug.py
[1.10.x]
Fixed
#27567
-- Fixed crash in the debug view when request.user errors.
2016-12-06 12:58:40 -05:00
defaults.py
Fixed
#26567
-- Updated references to obsolete RFC2616.
2016-05-03 11:14:40 -04:00
i18n.py
[1.10.x]
Fixed
#27418
-- Fixed occasional missing plural forms in JavaScriptCatalog.
2016-12-14 18:39:35 -05:00
static.py
[1.10.x]
Fixed
#26973
-- Fixed views.static.serve() crash with show_indexes enabled.
2016-08-10 11:27:29 -04:00