Skip to content

Commit

Permalink
Add deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
hirunatan committed Dec 1, 2017
1 parent 0b768ec commit 5991d11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5991d11

Please sign in to comment.