.. |
apps
|
Fixed #27685 -- Added watchman support to the autoreloader.
|
2019-01-13 20:33:47 -05:00 |
bin
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
2017-03-07 10:10:32 -05:00 |
conf
|
[2.2.x] Updated translations from Transifex
|
2019-06-29 16:15:53 +02:00 |
contrib
|
[2.2.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValidator.
|
2022-01-04 10:20:31 +01:00 |
core
|
[2.2.x] Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.
|
2022-01-04 10:20:31 +01:00 |
db
|
[2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL injection on PostgreSQL.
|
2022-04-11 09:23:12 +02:00 |
dispatch
|
Capitalized "Python" in docs and comments.
|
2018-10-09 09:26:07 -04:00 |
forms
|
[2.2.x] Fixed E128, E741 flake8 warnings.
|
2020-06-02 11:04:23 +02:00 |
http
|
[2.2.x] Fixed CVE-2022-23833 -- Fixed DoS possiblity in file uploads.
|
2022-02-01 07:57:28 +01:00 |
middleware
|
Capitalized SecurityMiddleware headers for consistency with other headers.
|
2018-10-30 18:30:51 -04:00 |
template
|
[2.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag.
|
2022-02-01 07:56:29 +01:00 |
templatetags
|
Replaced loop with dictionary comprehension.
|
2018-12-19 17:31:48 -06:00 |
test
|
[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.
|
2019-02-14 10:05:13 -05:00 |
urls
|
[2.2.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access control based on URL paths.
|
2021-12-07 07:02:14 +01:00 |
utils
|
[2.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
|
2021-04-27 19:10:08 +02:00 |
views
|
[2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the template for the technical 500 debug page.
|
2019-04-05 16:37:22 +02:00 |
__init__.py
|
[2.2.x] Post-release version bump.
|
2022-04-11 09:29:13 +02:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Added missing word to render_to_response deprecation warning.
|
2018-05-16 10:06:36 +02:00 |