Skip to content

Commit a0101c2

Browse files
committed
Add deprecation note
1 parent 0b768ec commit a0101c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ django-validated-file
1717
This Django app adds a new field type, ValidatedFileField, that add the
1818
capability of checking the document size and types the user may send.
1919

20+
**NOTE**: there is a fork of this utility, at https://github.com/mbourqui/django-constrainedfilefield,
21+
that is more maintained and updated, and adds some nice features like a javascript validator. We recommend
22+
using ConstrainedFileField instead of ValidatedFile.
23+
2024
Installation
2125
------------
2226

0 commit comments

Comments
 (0)