django/tests/regressiontests/utils
Alex Gaynor b865009d41 Fixed #12397 -- allow safe_join to work with the root file system path, which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations. 2012-09-07 16:49:22 -04:00
..
archives
eggs
test_module
__init__.py
archive.py Ensured that the archive module consistantly explicitly closed all files. 2012-08-15 02:53:40 -07:00
baseconv.py
checksums.py
crypto.py Fixed #18687: Removed test_performance_scalability 2012-09-05 23:02:33 -04:00
datastructures.py
dateformat.py
dateparse.py Fixed #18728 -- Made colon optional in tzinfo 2012-08-19 21:47:41 +02:00
datetime_safe.py
decorators.py
encoding.py Fixed #18902 -- Made force_bytes properly handle exception input 2012-09-04 09:27:28 +02:00
feedgenerator.py
functional.py
html.py Fixed #14516 -- Extract methods from removetags and slugify template filters 2012-08-18 15:07:21 +01:00
http.py
ipv6.py
jslex.py
models.py
module_loading.py
os_utils.py Fixed #12397 -- allow safe_join to work with the root file system path, which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations. 2012-09-07 16:49:22 -04:00
regex_helper.py
simplelazyobject.py
termcolors.py
test_no_submodule.py
tests.py Fixed #12397 -- allow safe_join to work with the root file system path, which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations. 2012-09-07 16:49:22 -04:00
text.py [py3] Made 212b9826bd Python 3-friendly 2012-08-18 17:51:16 +02:00
timesince.py
timezone.py
tzinfo.py