| .. |
|
apps
|
Refs #23919 -- Removed misc Python 2/3 references.
|
2017-01-25 13:59:25 -05:00 |
|
bin
|
Fixed #27878, refs #23919 -- Used python3 shebangs.
|
2017-02-23 13:41:10 -05:00 |
|
conf
|
Fixed #27878, refs #23919 -- Used python3 shebangs.
|
2017-02-23 13:41:10 -05:00 |
|
contrib
|
Refs #23919 -- Used yield from.
|
2017-02-23 20:06:01 -05:00 |
|
core
|
Refs #23919 -- Used yield from.
|
2017-02-23 20:06:01 -05:00 |
|
db
|
Refs #11964 -- Made Q objects deconstructible.
|
2017-02-23 20:47:48 -05:00 |
|
dispatch
|
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
|
2017-02-20 19:57:33 -05:00 |
|
forms
|
Refs #23919 -- Used yield from.
|
2017-02-23 20:06:01 -05:00 |
|
http
|
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
|
2017-02-20 19:57:33 -05:00 |
|
middleware
|
Refs #23919 -- Assumed request COOKIES and META are str
|
2017-01-30 14:13:29 +01:00 |
|
template
|
Refs #23919 -- Used yield from.
|
2017-02-23 20:06:01 -05:00 |
|
templatetags
|
Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257.
|
2017-02-17 11:29:38 -05:00 |
|
test
|
Refs #23919 -- Used yield from.
|
2017-02-23 20:06:01 -05:00 |
|
urls
|
Converted usage of ugettext* functions to their gettext* aliases
|
2017-02-07 09:04:04 +01:00 |
|
utils
|
Refs #11964 -- Made Q objects deconstructible.
|
2017-02-23 20:47:48 -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 |