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-06-03 02:29:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Stefan Sinca
347551c2a1
Fixed
#28508
-- Set the foreground color to black in CSRF and 404 error templates.
2017-09-21 10:23:23 -04:00
..
decorators
Fixed
#28104
-- Prevented condition decorator from setting ETag/Last-Modified headers for non-safe requests.
2017-06-06 15:37:14 -04:00
generic
Fixed
#28593
-- Added a simplified URL routing syntax per DEP 0201.
2017-09-20 18:04:42 -04:00
templates
Fixed
#28508
-- Set the foreground color to black in CSRF and 404 error templates.
2017-09-21 10:23:23 -04:00
__init__.py
…
csrf.py
Fixed
#28508
-- Set the foreground color to black in CSRF and 404 error templates.
2017-09-21 10:23:23 -04:00
debug.py
Reverted "Fixed
#27818
-- Replaced try/except/pass with contextlib.suppress()."
2017-09-07 08:16:21 -04:00
defaults.py
…
i18n.py
Removed unneeded iter() calls.
2017-08-23 16:48:29 -04:00
static.py
…