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-31 19:46:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeltests
/
files
History
Tim Graham
30042d475b
[1.4.x]
Fixed
#23157
-- Removed O(n) algorithm when uploading duplicate file names.
...
This is a security fix. Disclosure following shortly.
2014-08-11 10:14:06 -04:00
..
__init__.py
File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features.
2008-08-08 20:59:02 +00:00
models.py
Fixed
#16225
-- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
2011-07-13 09:35:51 +00:00
tests.py
[1.4.x]
Fixed
#23157
-- Removed O(n) algorithm when uploading duplicate file names.
2014-08-11 10:14:06 -04:00