.. |
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
|
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
|
2017-02-01 11:41:56 -05:00 |
contrib
|
Fixed #25524 -- Removed GISOperations.get_distance()'s handle_spheroid param.
|
2017-02-11 05:47:20 -05:00 |
core
|
Removed WSGIServer.server_bind() identical to parent version
|
2017-02-11 11:16:35 +01:00 |
db
|
Refs #27148 -- Fixed UUIDField.to_python(None) crash.
|
2017-02-10 13:54:52 -05:00 |
dispatch
|
Refs #23919 -- Removed __traceback__ setting needed for Python 2.
|
2017-01-24 08:31:58 -05:00 |
forms
|
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets.
|
2017-02-07 11:33:37 -05:00 |
http
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
middleware
|
Refs #23919 -- Assumed request COOKIES and META are str
|
2017-01-30 14:13:29 +01:00 |
template
|
Refs #27795 -- Removed force_text from the template layer
|
2017-02-07 17:14:02 +01:00 |
templatetags
|
Refs #27795 -- Removed force_text from the template layer
|
2017-02-07 17:14:02 +01:00 |
test
|
Fixed #20238 -- Added threading support to LiveServerTestCase.
|
2017-02-09 19:08:32 -05:00 |
urls
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
utils
|
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
|
2017-02-09 09:22:00 -05:00 |
views
|
Refs #23919 -- Removed an used block in ExceptionReporter.get_traceback_data().
|
2017-02-09 09:03:28 -05: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
|
Fixed #25978 -- Deprecated shorcuts.render_to_response().
|
2017-02-11 05:49:04 -05:00 |