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-03-23 15:50:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
views
History
Tim Graham
818e59a3f0
[1.7.x] Prevented views.static.serve() from using large memory on large files.
...
This is a security fix. Disclosure following shortly.
2015-01-13 13:02:56 -05:00
..
decorators
Moved RequestSite and get_current_site.
2014-01-26 08:50:47 +01:00
generic
[1.7.x] Fix many many typos in comments throughout the codebase
2014-04-26 14:35:57 -04:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
csrf.py
Fixed
#21322
-- Error message when CSRF cookie is missing
2013-11-03 20:05:10 +01:00
debug.py
[1.7.x] Fixed code to solve
#23070
problem
2014-07-26 14:53:31 +02:00
defaults.py
Fixed
#21188
-- Introduced subclasses for to-be-removed-in-django-XX warnings
2014-03-08 09:57:40 +01:00
i18n.py
Fixed
#15318
-- Added settings for language cookie max-age, path, domain
2014-03-01 07:52:45 -05:00
static.py
[1.7.x] Prevented views.static.serve() from using large memory on large files.
2015-01-13 13:02:56 -05:00