We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b768ec commit 5991d11Copy full SHA for 5991d11
README.rst
@@ -14,6 +14,10 @@ django-validated-file
14
:target: https://crate.io/packages/django-validated-file
15
16
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
+
21
This Django app adds a new field type, ValidatedFileField, that add the
22
capability of checking the document size and types the user may send.
23
0 commit comments