We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b768ec commit a0101c2Copy full SHA for a0101c2
README.rst
@@ -17,6 +17,10 @@ django-validated-file
17
This Django app adds a new field type, ValidatedFileField, that add the
18
capability of checking the document size and types the user may send.
19
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
+
24
Installation
25
------------
26
0 commit comments