.. |
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
|
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on language cookies.
|
2019-04-08 11:26:06 +02:00 |
contrib
|
Fixed #30341 -- Added support for the furlong unit in Distance.
|
2019-04-19 08:54:23 +02:00 |
core
|
Fixed typos in docs, comments, and exception messages.
|
2019-04-18 09:33:53 +02:00 |
db
|
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a custom validator is callable.
|
2019-04-19 07:58:27 +02:00 |
dispatch
|
Capitalized "Python" in docs and comments.
|
2018-10-09 09:26:07 -04:00 |
forms
|
Fixed typos in docs, comments, and exception messages.
|
2019-04-18 09:33:53 +02:00 |
http
|
Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
|
2019-03-29 09:43:49 -04:00 |
middleware
|
Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS.
|
2019-03-30 09:02:57 -04:00 |
template
|
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
|
2019-03-25 17:59:07 -04:00 |
templatetags
|
Replaced loop with dictionary comprehension.
|
2018-12-19 17:31:48 -06:00 |
test
|
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
|
2019-04-18 14:41:15 +02:00 |
urls
|
Removed django.utils.lru_cache usage.
|
2019-02-04 20:07:49 -05:00 |
utils
|
Fixed #30363 -- Do not use exponential notation for small decimal numbers.
|
2019-04-13 14:30:33 +02:00 |
views
|
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on language cookies.
|
2019-04-08 11:26:06 +02: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 |