.. |
2to3_fixes
|
…
|
|
translation
|
Deprecated SortedDict (replaced with collections.OrderedDict)
|
2013-08-04 07:09:39 -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
|
Merge remote-tracking branch 'core/master' into schema-alteration
|
2013-08-09 14:17:30 +01:00 |
dateformat.py
|
…
|
|
dateparse.py
|
…
|
|
dates.py
|
…
|
|
datetime_safe.py
|
…
|
|
decorators.py
|
…
|
|
deprecation.py
|
…
|
|
dictconfig.py
|
Deprecated django.utils.dictconfig.
|
2013-07-01 22:50:58 +02:00 |
encoding.py
|
Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.
|
2013-06-28 23:16:28 -03:00 |
feedgenerator.py
|
Fixed #14656 -- Added Atom1Feed `published` element
|
2013-07-19 10:38:34 -04:00 |
formats.py
|
Deprecated django.utils.importlib
|
2013-07-29 17:10:22 +02:00 |
functional.py
|
Merge branch 'master' into schema-alteration
|
2013-07-22 19:04:25 +01:00 |
html.py
|
Simplified smart_urlquote and added some basic tests.
|
2013-07-28 10:05:39 +02:00 |
html_parser.py
|
…
|
|
http.py
|
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
|
2013-06-26 13:11:47 -04:00 |
image.py
|
Added clarification comments to django.utils.image; refs #19934
|
2013-07-12 12:38:00 +02: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
|
…
|
|
log.py
|
Relied on NullHandler from the logging stdlib module.
|
2013-07-01 23:16:25 +02:00 |
module_loading.py
|
Deprecated django.utils.importlib
|
2013-07-29 17:10:22 +02: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 |
six.py
|
…
|
|
synch.py
|
…
|
|
termcolors.py
|
Fix "OK" alignment in migrate output
|
2013-07-26 16:52:17 +01:00 |
text.py
|
Removed several unused imports.
|
2013-06-19 17:18:40 +02:00 |
timesince.py
|
Fixed #20711 -- Fixed broken link in timesince.py docstring
|
2013-07-07 12:40:05 -04:00 |
timezone.py
|
…
|
|
tree.py
|
…
|
|
tzinfo.py
|
…
|
|
unittest.py
|
This doesn't need to be a package any more.
|
2013-07-01 22:46:35 +02:00 |
version.py
|
…
|
|
xmlutils.py
|
…
|
|