.. |
2to3_fixes
|
[py3] Added fixer for python_2_unicode_compatible.
|
2012-08-12 14:44:40 +02:00 |
translation
|
Fixed #21078 -- Handled additional bad Accept-Language header
|
2013-09-09 15:19:09 -04: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
|
Fixed #21049 -- Fixed autoreload for Python 3
|
2013-09-06 14:37:43 -05:00 |
baseconv.py
|
Fix copyright holder
|
2012-07-06 15:24:07 -03:00 |
cache.py
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
checksums.py
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
crypto.py
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
daemonize.py
|
Switched to octal notation (bis).
|
2012-07-20 13:42:44 +02:00 |
datastructures.py
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
dateformat.py
|
Fixed #20841 -- Added messages to NotImplementedErrors
|
2013-09-10 11:09:59 -04:00 |
dateparse.py
|
Refactored code and tests that relied on django.utils.tzinfo.
|
2013-09-09 22:32:52 +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
|
Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and thus, the serializers). Patch includes moving the datetime_safe tests into the utils regressiontests module. Thanks to gsf for the report and initial patch.
|
2010-02-13 14:02:32 +00: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
|
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
|
2013-08-29 12:11:03 -04:00 |
encoding.py
|
Fixed #20812 -- Error out if __unicode__/__str__ doesn't return a text type.
|
2013-09-06 19:24:18 +02:00 |
feedgenerator.py
|
Fixed #20841 -- Added messages to NotImplementedErrors
|
2013-09-10 11:09:59 -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
|
Fixed a number of flake8 errors -- particularly around unused imports and local variables
|
2013-09-06 21:56:40 -07: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
|
Took advantage of django.utils.six.moves.urllib.*.
|
2013-09-05 14:39:23 -05:00 |
image.py
|
Correctly format missing Pillow/PIL exceptions messages. refs #19934
|
2013-08-21 22:30:02 +01:00 |
importlib.py
|
Deprecated django.utils.importlib
|
2013-07-29 17:10:22 +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 #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
|
Relied on NullHandler from the logging stdlib module.
|
2013-07-01 23:16:25 +02:00 |
module_loading.py
|
Avoid importing the deprecated `django.utils.importlib` package.
|
2013-08-21 22:30:02 +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
|
Fixed #20841 -- Added messages to NotImplementedErrors
|
2013-09-10 11:09:59 -04:00 |
safestring.py
|
Fixed #20296 -- Allowed SafeData and EscapeData to be lazy
|
2013-05-25 16:06:44 +02:00 |
six.py
|
Updated six to version 1.4.1.
|
2013-09-04 15:21: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 #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
text.py
|
Replaced "not PY3" by "PY2", new in six 1.4.0.
|
2013-09-02 12:11:02 +02:00 |
timesince.py
|
Fixed #20711 -- Fixed broken link in timesince.py docstring
|
2013-07-07 12:40:05 -04:00 |
timezone.py
|
Fixed #17262 -- Refactored tzinfo implementations.
|
2013-09-09 22:32:51 +02: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
|
Eliminated lots of mutable default arguments (since they are bugs
|
2006-06-03 13:37:34 +00:00 |