Skip to content

Commit 5991d11

Browse files
committed
Add deprecation note
1 parent 0b768ec commit 5991d11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ django-validated-file
1414
:target: https://crate.io/packages/django-validated-file
1515

1616

17+
**NOTE**: there is a fork of this utility, at https://github.com/mbourqui/django-constrainedfilefield,
18+
that is more maintained and updated, and adds some nice features like a javascript validator. We recommend
19+
using ConstrainedFileField instead of ValidatedFile.
20+
1721
This Django app adds a new field type, ValidatedFileField, that add the
1822
capability of checking the document size and types the user may send.
1923

0 commit comments

Comments
 (0)