django1/django/utils
Russell Keith-Magee d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework
This is the result of Christopher Medrela's 2013 Summer of Code project.

Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.

Also: Fixes #8579, fixes #3055, fixes #19844.
2014-01-20 10:45:21 +08:00
..
2to3_fixes [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
translation Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_os.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
archive.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
autoreload.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
baseconv.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
cache.py Fixed #20346 -- Made cache middleware vary on the full URL. 2013-12-28 11:20:18 -05:00
checksums.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
crypto.py Flake8 fixes 2013-11-05 09:17:50 -08:00
daemonize.py Switched to octal notation (bis). 2012-07-20 13:42:44 +02:00
datastructures.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
dateformat.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
dateparse.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
dates.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
datetime_safe.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
deconstruct.py Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00
decorators.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +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 Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
encoding.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
feedgenerator.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
formats.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
functional.py Use `classmethod` as a decorator. 2013-11-19 23:08:21 -05:00
html.py Removed unnecessary function-level import. 2013-12-16 15:30:51 +01:00
html_parser.py Add further workarounds for HTMLParser with Python 3.4. 2014-01-12 23:11:55 +00:00
http.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
image.py Fixed #21355 -- try importing _imaging from PIL namespace first. 2013-11-26 18:51:39 +02:00
importlib.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
ipv6.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
itercompat.py Fixed #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
jslex.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
log.py Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
lru_cache.py Fixed typo in lru_cache.py; refs #21351. 2013-11-12 18:45:35 +01:00
module_loading.py Used a regular lock for app registry population. 2014-01-12 22:08:46 +01:00
numberformat.py Fixed #18800 -- Support numbers bigger than max float in `numberformat`. 2012-09-18 19:43:50 +02:00
regex_helper.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
safestring.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
six.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
synch.py Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
termcolors.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
text.py Removed a few gratuitous lambdas. 2013-12-26 14:03:50 +01:00
timesince.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
timezone.py Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
tree.py Use `classmethod` as a decorator. 2013-11-19 23:08:21 -05:00
tzinfo.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
unittest.py This doesn't need to be a package any more. 2013-07-01 22:46:35 +02:00
version.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
xmlutils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00