Florian Apolloner
|
0b79eb3691
|
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
|
2021-05-04 08:44:42 +02:00 |
François Freitag
|
9ef4a18dbe
|
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2020-04-28 10:49:00 +02:00 |
Srinivas Reddy Thatiparthy
|
5debbdfcc8
|
Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.
|
2017-07-14 13:06:51 -04:00 |
Tim Graham
|
500532c95d
|
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
|
2017-02-09 09:03:47 -05:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Berker Peksag
|
0247c9b08f
|
Split form's test_fields.py into different files.
|
2016-04-11 12:48:23 -04:00 |