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-02-19 22:04:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
bug639
History
Claude Paroz
c91667338a
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
...
Thanks kujiu for the report and Aymeric Augustin for the review.
2012-12-08 11:13:52 +01:00
..
__init__.py
Objects with FileFields no longer get save() called multiple times from the AutomaticManipulator! This
fixes
#639
,
#572
, and likely others I don't know of.
2007-02-26 17:17:11 +00:00
models.py
Convert much of the regression tests to use absolute imports. There's still work to be done though.
2011-10-13 18:51:33 +00:00
test.jpg
Objects with FileFields no longer get save() called multiple times from the AutomaticManipulator! This
fixes
#639
,
#572
, and likely others I don't know of.
2007-02-26 17:17:11 +00:00
tests.py
Fixed
#19357
-- Allow non-ASCII chars in filesystem paths
2012-12-08 11:13:52 +01:00