From 5991d11ca4647062669c0fafc0f5af429ed487d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Fri, 1 Dec 2017 07:55:04 +0100 Subject: [PATCH] Add deprecation note --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a83638a..85776cd 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,10 @@ django-validated-file :target: https://crate.io/packages/django-validated-file +**NOTE**: there is a fork of this utility, at https://github.com/mbourqui/django-constrainedfilefield, +that is more maintained and updated, and adds some nice features like a javascript validator. We recommend +using ConstrainedFileField instead of ValidatedFile. + This Django app adds a new field type, ValidatedFileField, that add the capability of checking the document size and types the user may send.