.. |
2to3_fixes
|
|
|
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
|
Fixed loaddata for Django checkouts with non ASCII chars in the name.
|
2013-06-03 13:18:16 +02:00 |
archive.py
|
|
|
autoreload.py
|
|
|
baseconv.py
|
|
|
cache.py
|
|
|
checksums.py
|
|
|
crypto.py
|
Switched to using some constants the hmac module exposes.
|
2013-06-02 10:31:38 -07:00 |
daemonize.py
|
|
|
datastructures.py
|
Fixed #20321 -- Added missing key name in MergeDict KeyError message
|
2013-04-26 08:59:34 +02:00 |
dateformat.py
|
Replaced an antiquated pattern.
|
2013-05-17 18:08:58 +02:00 |
dateparse.py
|
|
|
dates.py
|
|
|
datetime_safe.py
|
|
|
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
|
|
|
encoding.py
|
Fixed #20108 -- Fixed filepath_to_uri decoding error
|
2013-03-22 17:55:12 +01:00 |
feedgenerator.py
|
|
|
formats.py
|
Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS
|
2013-03-02 18:11:10 +01:00 |
functional.py
|
Imported copyreg from six.moves
|
2013-05-21 14:41:39 +02:00 |
html_parser.py
|
|
|
html.py
|
Fixed #19237 (again) - Made strip_tags consistent between Python versions
|
2013-05-23 14:01:27 +02:00 |
http.py
|
Fix a typo in a comment.
|
2013-05-19 11:24:36 +02:00 |
image.py
|
Fixed some minor translation-related issues
|
2013-05-25 14:32:44 +02:00 |
importlib.py
|
|
|
ipv6.py
|
Added minor splitting optimization in django.utils.ipv6._unpack_ipv4
|
2013-06-01 07:08:13 -04:00 |
itercompat.py
|
Fixed #20094 - Be more careful when checking for Iterator
|
2013-03-22 17:31:29 +01:00 |
jslex.py
|
|
|
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
|
|
|
regex_helper.py
|
|
|
safestring.py
|
Fixed #20296 -- Allowed SafeData and EscapeData to be lazy
|
2013-05-25 16:06:44 +02:00 |
simplejson.py
|
|
|
six.py
|
Fixed #20016: worked around Jython not having a buffer.
|
2013-03-27 13:39:52 -05:00 |
synch.py
|
|
|
termcolors.py
|
|
|
text.py
|
Fixed #20231 -- Don't use allow_lazy on smart_split
|
2013-04-10 13:05:29 +02:00 |
timesince.py
|
Fixed #20246 -- Added non-breaking spaces between values an units
|
2013-05-18 23:01:48 +02:00 |
timezone.py
|
|
|
tree.py
|
Replaced an antiquated pattern.
|
2013-05-17 18:08:58 +02:00 |
tzinfo.py
|
|
|
version.py
|
|
|
xmlutils.py
|
|
|