summaryrefslogtreecommitdiff
path: root/django/utils/_os.py
AgeCommit message (Expand)Author
2011-02-21Fixed #15369 -- Added missing import in _os module. Thanks, jonash.Jannis Leidel
2010-12-31Added our own rmtree error handler to make sure we can delete correctly delet...Jannis Leidel
2010-11-26Fixes #14715 -- More informative ValueError for safe_join util. Thanks btubbs.Chris Beaven
2008-11-13Fixed #9579 -- Properly handle apps running with (and specifically, loading t...Karen Tracey
2008-10-06Added some better error reporting and path handling when creating template pa...Malcolm Tredinnick
2007-08-12Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have itMalcolm Tredinnick
2007-07-25Changed safe_join() docstring from [5750] to use active verbs. See also [5756]Adrian Holovaty
2007-07-23Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr