index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
_os.py
Age
Commit message (
Expand
)
Author
2011-12-22
Fixed a missing exception (`WindowsError`) when using the rmtree error handle...
Jannis Leidel
2011-05-22
Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...
Chris Beaven
2011-02-21
Fixed #15369 -- Added missing import in _os module. Thanks, jonash.
Jannis Leidel
2010-12-31
Added our own rmtree error handler to make sure we can delete correctly delet...
Jannis Leidel
2010-11-26
Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs.
Chris Beaven
2008-11-13
Fixed #9579 -- Properly handle apps running with (and specifically, loading t...
Karen Tracey
2008-10-06
Added some better error reporting and path handling when creating template pa...
Malcolm Tredinnick
2007-08-12
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have it
Malcolm Tredinnick
2007-07-25
Changed safe_join() docstring from [5750] to use active verbs. See also [5756]
Adrian Holovaty
2007-07-23
Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...
Gary Wilson Jr