1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/utils
..
archives
eggs
test_module
__init__.py Fixed #4310 -- Fixed a regular expression bug in strip_entities function and added tests for several django.utils.html functions. Based on patch from Brian Harring. 2007-07-15 05:03:28 +00:00
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 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
dateparse.py
datetime_safe.py
decorators.py [py3] Ported django.utils.decorators. 2012-08-07 12:00:23 +02:00
encoding.py
feedgenerator.py
functional.py
html.py
http.py
ipv6.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
jslex.py
models.py
module_loading.py
os_utils.py Fixed a couple of test failures on Windows. 2012-09-09 15:07:04 -04:00
regex_helper.py
simplelazyobject.py [py3] Ported django.utils.functional. 2012-08-07 12:00:23 +02:00
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
timesince.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
timezone.py
tzinfo.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00