.. |
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 #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to relative paths.
|
2019-09-25 19:47:03 +02:00 |
contrib
|
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty trailing values.
|
2019-10-28 10:32:34 +01:00 |
core
|
Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.
|
2019-10-29 09:14:24 +01:00 |
db
|
Fixed #30902 -- Added __str__() for model choice enums.
|
2019-10-25 09:19:56 +02:00 |
dispatch
|
Capitalized "Python" in docs and comments.
|
2018-10-09 09:26:07 -04:00 |
forms
|
Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a model instance.
|
2019-10-11 13:28:09 +02:00 |
http
|
Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER if set.
|
2019-07-01 07:48:04 +02:00 |
middleware
|
Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.
|
2019-10-23 08:18:48 +02:00 |
template
|
Improved performance of django.template.base.Parser.
|
2019-10-09 08:33:16 +02:00 |
templatetags
|
Replaced loop with dictionary comprehension.
|
2018-12-19 17:31:48 -06:00 |
test
|
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
|
2019-10-21 09:57:39 +02:00 |
urls
|
Fixed #29667 -- Prohibited whitespaces in path() URLs.
|
2019-08-20 11:53:10 +02:00 |
utils
|
Refs #30899 -- Made _lazy_re_compile() support bytes.
|
2019-10-29 09:14:24 +01:00 |
views
|
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
|
2019-09-02 15:32:23 +02:00 |
__init__.py
|
Bumped version; master is now 3.1 pre-alpha.
|
2019-09-10 11:54:25 +02: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 |