django/django/utils
Tim Graham 33503c57ef [1.6.x] Fixed spelling ("dependant" -> "dependent")
Dependent means reliant on.
A dependant is a person like a child or spouse.

Thanks Andrew Wilcox for the report.

Backport of 090315f5df from master
2013-11-01 21:32:05 -04:00
..
2to3_fixes [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
translation Removed obsolete attribute of DjangoTranslation 2013-05-25 14:01:52 +02:00
unittest Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
__init__.py
_os.py [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-03 07:34:45 -05:00
archive.py Ensured that the archive module consistantly explicitly closed all files. 2012-08-15 02:53:40 -07:00
autoreload.py [1.6.x] Fixed #21049 -- Fixed autoreload for Python 3 2013-09-06 17:32:08 -04:00
baseconv.py Fix copyright holder 2012-07-06 15:24:07 -03:00
cache.py [1.6.x] Fixed spelling ("dependant" -> "dependent") 2013-11-01 21:32:05 -04:00
checksums.py Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
crypto.py [1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC key 2013-10-21 19:55:28 +02:00
daemonize.py Switched to octal notation (bis). 2012-07-20 13:42:44 +02:00
datastructures.py [1.6.x] Fixed #15625 -- Made message in MultiValueDictKeyError less verbose. 2013-09-18 06:49:59 -04:00
dateformat.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
dateparse.py Fixed #18728 -- Made colon optional in tzinfo 2012-08-19 21:47:41 +02:00
dates.py Fixed #9988 (again) -- Updated list of Associated Press months names to use a translation context. Thanks, Claude Paroz. 2011-01-21 22:25:50 +00:00
datetime_safe.py [1.6.x] Fixed #21256 -- Error in datetime_safe.datetime.combine. 2013-10-13 19:11:43 +02:00
decorators.py Restricted a workaround for a bug in Python to the affected versions. 2013-03-12 14:05:10 +01:00
deprecation.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
dictconfig.py remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
encoding.py Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. 2013-10-13 18:25:21 +02:00
feedgenerator.py [1.6.x] Fixed spelling ("dependant" -> "dependent") 2013-11-01 21:32:05 -04:00
formats.py [1.6.x] Removed relative usage of import_module 2013-10-26 23:22:21 +02:00
functional.py [1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-03 07:34:45 -05:00
html.py [1.6.x] Took advantage of django.utils.six.moves.urllib.*. 2013-09-10 21:29:31 +02:00
html_parser.py Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58. 2012-09-09 12:13:42 -06:00
http.py [1.6.x] Took advantage of django.utils.six.moves.urllib.*. 2013-09-10 21:29:31 +02:00
image.py [1.6.x] Correctly format missing Pillow/PIL exceptions messages. refs #19934 2013-08-19 18:51:22 -04:00
importlib.py [1.6.x] Fixed #21335 -- Use importlib from python3 when using python3 2013-10-26 22:55:10 +02:00
ipv6.py Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 2013-06-18 08:01:17 -04:00
itercompat.py Fixed #20094 - Be more careful when checking for Iterator 2013-03-22 17:31:29 +01:00
jslex.py Fixed #16971 - Made the parsing of javascript files by 'makemessages' much faster. Thanks Antti Haapala for the implementation and Ned Batchelder for the patch. 2011-10-04 20:11:41 +00:00
log.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
module_loading.py Fixed #20167 -- Preserve the traceback of `ImportError`s in `import_by_path`. 2013-03-31 23:00:06 -04:00
numberformat.py Fixed #18800 -- Support numbers bigger than max float in `numberformat`. 2012-09-18 19:43:50 +02:00
regex_helper.py [py3] Ported django.utils.regex_helper. 2012-08-07 12:00:24 +02:00
safestring.py Fixed #20296 -- Allowed SafeData and EscapeData to be lazy 2013-05-25 16:06:44 +02:00
simplejson.py Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
six.py Updated six to version 1.4.1. 2013-09-04 15:23:24 -05:00
synch.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
termcolors.py Fixed #19663 -- Allowed None in colorize() text parameter 2013-02-01 22:53:18 +01:00
text.py [1.6.x] Fix #21185: Added tests for unescape_entities. 2013-09-27 18:06:28 +02:00
timesince.py [1.6.x] Fixed #20711 -- Fixed broken link in timesince.py docstring 2013-07-07 12:40:44 -04:00
timezone.py [1.6.x] Fixed #18766 -- Pointed to pytz when LocalTimezone fails. 2013-09-08 09:17:03 +02:00
tree.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
tzinfo.py Accepted None in tzname(). 2013-02-11 21:56:35 +01:00
version.py Ensured get_version returns a native string. 2012-10-25 21:49:18 +02:00
xmlutils.py