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-03 21:55:04 +00:00
Code
Issues
32
Releases
Wiki
Activity
af5ad1116c
Branches
Tags
View all branches
django
/
tests
/
regressiontests
/
file_uploads
History
…
..
__init__.py
…
models.py
…
tests.py
Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite.
2010-12-04 07:28:12 +00:00
uploadhandler.py
…
urls.py
Fixed
#10254
: Changed the regex in get_valid_filename to allow unicode alphanumerics (thanks gulliver). Also updated the file_uploads test for this case to check the name after saving the uploaded file. As it was the test ensured that files with unicode characters in their names could be uploaded, but it wasn't actually ensuring that the unicode characters were preserved through save.
2009-04-04 17:34:58 +00:00
views.py
…