django1/django/utils
Boryslav Larin e737c009b8 Fixed flake8 E241 2013-11-02 21:45:40 +02:00
..
2to3_fixes [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
translation Fixed flake8 E241 2013-11-02 21:45:40 +02:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_os.py Replaced "not PY3" by "PY2", new in six 1.4.0. 2013-09-02 12:11:02 +02:00
archive.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
autoreload.py Merge pull request #1848 from rayashmanjr/master 2013-11-02 12:34:34 -07:00
baseconv.py Fix copyright holder 2012-07-06 15:24:07 -03:00
cache.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
checksums.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
crypto.py Fixed #21253 -- PBKDF2 with cached HMAC key 2013-10-21 19:54:47 +02:00
daemonize.py Switched to octal notation (bis). 2012-07-20 13:42:44 +02:00
datastructures.py Fixed E225 pep8 warnings. 2013-10-23 06:09:29 -04:00
dateformat.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
dateparse.py Refactored code and tests that relied on django.utils.tzinfo. 2013-09-09 22:32:52 +02:00
dates.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
datetime_safe.py Fixed E225 pep8 warnings. 2013-10-23 06:09:29 -04: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 violation E261 2013-11-02 15:27:47 -04:00
encoding.py Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. 2013-10-13 18:14:04 +02:00
feedgenerator.py Fixed spelling ("dependant" -> "dependent") 2013-11-01 21:29:39 -04:00
formats.py Moved a settings usage up the stack in utils/formats.py #unsettings 2013-09-06 17:01:36 -05:00
functional.py Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
html.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
html_parser.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
http.py Correct flake8 violation E261 2013-11-02 15:27:47 -04:00
image.py Correctly format missing Pillow/PIL exceptions messages. refs #19934 2013-08-21 22:30:02 +01:00
importlib.py Fixed #21335 -- Use importlib from python3 when using python3 2013-10-26 22:53:12 +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 #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
jslex.py Fixed flake8 E241 2013-11-02 21:45:40 +02:00
log.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
module_loading.py Fixed #21060 -- Refactored admin's autodiscover method to make it reusable. 2013-09-13 20:09:41 -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 Whitespace cleanup. 2013-10-10 16:49:20 -04:00
safestring.py Fixed #7261 -- support for __html__ for library interoperability 2013-10-15 00:42:42 +02:00
six.py Fixed #21298 -- Fixed E301 pep8 warnings 2013-10-23 13:45:03 +01:00
synch.py Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
termcolors.py Fixed flake8 E241 2013-11-02 21:45:40 +02:00
text.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
timesince.py Fixed #20711 -- Fixed broken link in timesince.py docstring 2013-07-07 12:40:05 -04:00
timezone.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
tree.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
tzinfo.py Fixed #17262 -- Refactored tzinfo implementations. 2013-09-09 22:32:51 +02:00
unittest.py This doesn't need to be a package any more. 2013-07-01 22:46:35 +02:00
version.py Ensured get_version returns a native string. 2012-10-25 21:49:18 +02:00
xmlutils.py Fixed #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00