.. |
translation
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
_os.py
|
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context manager.
|
2017-01-26 13:54:16 -05:00 |
archive.py
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
autoreload.py
|
Refs #23919 -- Replaced six.reraise by raise
|
2017-01-22 20:08:04 +01:00 |
baseconv.py
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
cache.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
crypto.py
|
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
2017-02-09 09:03:47 -05:00 |
datastructures.py
|
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
2017-02-01 11:41:56 -05:00 |
dateformat.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
dateparse.py
|
Refs #23919 -- Removed most of remaining six usage
|
2017-01-18 21:33:28 +01:00 |
dates.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
datetime_safe.py
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
deconstruct.py
|
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
2017-02-01 11:41:56 -05:00 |
decorators.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
deprecation.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
duration.py
|
Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.
|
2016-07-14 13:34:15 -04:00 |
encoding.py
|
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
2017-02-09 09:03:47 -05:00 |
feedgenerator.py
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
formats.py
|
Refs #23919 -- Removed unneeded force_str calls
|
2017-01-20 08:44:31 +01:00 |
functional.py
|
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
2017-02-09 09:03:47 -05:00 |
html.py
|
Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escape
|
2017-02-02 21:01:39 +01:00 |
html_parser.py
|
Refs #23919 -- Removed misc references to Python 2.
|
2017-01-21 20:02:00 -05:00 |
http.py
|
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
2017-01-26 19:49:03 +01:00 |
inspect.py
|
Refs #23919 -- Removed six.PY2/PY3 usage
|
2017-01-18 16:21:28 +01:00 |
ipv6.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
itercompat.py
|
Fixed #20746 -- Removed Python 2.6 specific code/docs
|
2013-07-14 13:02:55 -04:00 |
jslex.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
log.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
lorem_ipsum.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
lru_cache.py
|
Refs #23919 -- Stopped using django.utils.lru_cache().
|
2017-01-18 21:42:40 -05:00 |
module_loading.py
|
Refs #23919 -- Replaced six.reraise by raise
|
2017-01-22 20:08:04 +01:00 |
numberformat.py
|
Refs #23919 -- Removed six.<various>_types usage
|
2017-01-18 20:18:46 +01:00 |
regex_helper.py
|
Refs #23919 -- Removed most of remaining six usage
|
2017-01-18 21:33:28 +01:00 |
safestring.py
|
Refs #27795 -- Prevented SafeText from losing safe status on str()
|
2017-01-30 21:10:32 +01:00 |
six.py
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
synch.py
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
termcolors.py
|
Refs #23919 -- Removed most of remaining six usage
|
2017-01-18 21:33:28 +01:00 |
text.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
timesince.py
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
timezone.py
|
Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator.
|
2017-01-19 11:28:30 -05:00 |
tree.py
|
Refs #27795 -- Removed force_text from the template layer
|
2017-02-07 17:14:02 +01:00 |
version.py
|
Refs #23919 -- Removed unneeded str() calls
|
2017-01-20 14:13:55 +01:00 |
xmlutils.py
|
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars
|
2015-06-19 20:54:46 +02:00 |