Skip to content

Releases: mbourqui/django-constrainedfilefield

Support newer Django

04 Nov 13:31
50b56ce
Compare
Choose a tag to compare

Now targeting current releases of Django. Support of older versions has been dropped.

Update

25 May 21:34
Compare
Choose a tag to compare
4.0.0

Back in business

Support constrained ImageField

03 May 21:02
Compare
Choose a tag to compare

Additional constraints specific to this field:

  • `[min|max]upload[width|height]

Relase updates

02 Jan 17:14
Compare
Choose a tag to compare
  • Django 2.0 support
  • Extra distribution ensuring python-magic is installed
  • Update setup.py and travis configs
  • Fix for Django 1.8 (963c973)

Windows support for magic

24 Dec 17:26
Compare
Choose a tag to compare

Thanks to @epicfaace for his PR #7.

v3.0.6

16 May 16:16
Compare
Choose a tag to compare
Update messages and setup test config

Revamp

06 Mar 12:56
Compare
Choose a tag to compare
  • Update Field
    • New name
    • Drop quota
    • Add javascript file size validator
  • Update tests
    • Now working with latest versions of Python and Django
    • Integration with Travis CI