From 7cddd8a02e60332c0d02f565c450b0eea0d88438 Mon Sep 17 00:00:00 2001 From: Henry Dang Date: Sat, 26 Nov 2016 13:23:03 -0500 Subject: Fixed #27358 -- Added a system check to prevent FileField's upload_to from starting with a slash. Thanks Frank Bijlsma for the initial patch. --- docs/ref/checks.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index a3c659aad5..1f35c5bb0f 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -189,6 +189,8 @@ File Fields * **fields.E200**: ``unique`` is not a valid argument for a ``FileField``. *This check is removed in Django 1.11*. * **fields.E201**: ``primary_key`` is not a valid argument for a ``FileField``. +* **fields.E202**: ``FileField``’s ``upload_to`` argument must be a relative + path, not an absolute path. * **fields.E210**: Cannot use ``ImageField`` because Pillow is not installed. Related Fields -- cgit v1.3