Skip to content

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.

License

Notifications You must be signed in to change notification settings

revoteon/django-versatileimagefield

This branch is 3 commits ahead of, 120 commits behind respondcreate/django-versatileimagefield:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 20, 2017
Jan 25, 2018
Jan 31, 2018
Apr 11, 2016
Jan 24, 2018
May 2, 2014
Oct 20, 2017
Jul 12, 2017
Apr 9, 2016
Apr 9, 2017
Oct 20, 2017
Oct 20, 2017
Oct 20, 2017

Repository files navigation

django-versatileimagefield

Travis CI Status Coverage Status Latest Version

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for creating new images from the one assigned to the field.

Click here for a quick overview of what it is, how it works and whether or not it's the right fit for your project.

Compatibility

  • Python:
    • 2.7
    • 3.4
    • 3.5
    • 3.6

NOTE: The 1.2 release dropped support for Python 3.3.x.

  • Django:
    • 1.8.x
    • 1.9.x (NOTE: Django REST Framework>=3.1.x is required if using Django 1.9.x)
    • 1.10.x
    • 1.11.x

NOTE: The 1.4 release dropped support for Django 1.5.x & 1.6.x. NOTE: The 1.7 release dropped support for Django 1.7.x.

Documentation

Full documentation available at Read the Docs.

Code

django-versatileimagefield is hosted on github.

About

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.6%
  • HTML 2.4%
  • JavaScript 1.4%
  • CSS 0.6%