.. |
apps
|
Refs #23919 -- Removed misc Python 2/3 references.
|
2017-01-25 13:59:25 -05:00 |
bin
|
Removed bin/unique-messages.py
|
2015-02-06 08:47:38 -05:00 |
conf
|
Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings.
|
2017-01-27 16:13:40 -05:00 |
contrib
|
Fixed #27788 -- Dropped support for Oracle < 12.1.
|
2017-01-28 08:19:47 -05:00 |
core
|
Removed obsolete sentence in ManagementUtility docstring.
|
2017-01-28 08:09:42 -05:00 |
db
|
Fixed #27788 -- Dropped support for Oracle < 12.1.
|
2017-01-28 08:19:47 -05:00 |
dispatch
|
Refs #23919 -- Removed __traceback__ setting needed for Python 2.
|
2017-01-24 08:31:58 -05:00 |
forms
|
Refs #23919 -- Used DeclarativeFieldsMetaclass.__prepare__() for tracking form field order.
|
2017-01-27 12:46:21 -05:00 |
http
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
middleware
|
Refs #23919 -- Removed most of remaining six usage
|
2017-01-18 21:33:28 +01:00 |
template
|
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
2017-01-26 19:49:03 +01:00 |
templatetags
|
Refs #23919 -- Replaced six.reraise by raise
|
2017-01-22 20:08:04 +01:00 |
test
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
urls
|
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
2017-01-26 19:49:03 +01:00 |
utils
|
Made ugettext* functions aliases of gettext*
|
2017-01-28 12:01:30 +01:00 |
views
|
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
2017-01-26 19:49:03 +01:00 |
__init__.py
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Refs #23919 -- Removed six.<various>_types usage
|
2017-01-18 20:18:46 +01:00 |