.. |
apps
|
Fixed #30159 -- Removed unneeded use of OrderedDict.
|
2019-02-06 13:48:39 -05:00 |
bin
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
2017-03-07 10:10:32 -05:00 |
conf
|
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
|
2019-01-17 10:50:25 -05:00 |
contrib
|
Removed unnecessary type() calls for class methods.
|
2019-02-06 22:00:32 -05:00 |
core
|
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
2019-02-06 14:12:06 -05:00 |
db
|
Updated Oracle docs links to Oracle 18c.
|
2019-02-07 09:59:47 +01:00 |
dispatch
|
Capitalized "Python" in docs and comments.
|
2018-10-09 09:26:07 -04:00 |
forms
|
Fixed #30159 -- Removed unneeded use of OrderedDict.
|
2019-02-06 13:48:39 -05:00 |
http
|
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
2019-02-06 14:12:06 -05:00 |
middleware
|
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
|
2019-01-28 11:15:06 -05:00 |
template
|
Refs #27753 -- Favored SafeString over SafeText.
|
2019-02-06 14:12:06 -05:00 |
templatetags
|
Replaced loop with dictionary comprehension.
|
2018-12-19 17:31:48 -06:00 |
test
|
Fixed #30159 -- Removed unneeded use of OrderedDict.
|
2019-02-06 13:48:39 -05:00 |
urls
|
Removed django.utils.lru_cache usage.
|
2019-02-04 20:07:49 -05:00 |
utils
|
Refs #27753 -- Favored SafeString over SafeText.
|
2019-02-06 14:12:06 -05:00 |
views
|
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
2019-02-06 14:12:06 -05:00 |
__init__.py
|
Bumped version; master is now 3.0 pre-alpha.
|
2019-01-17 10:50:24 -05:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
|
2019-01-17 10:50:25 -05:00 |