mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-16 11:11:01 +00:00
This extra layer of indirection allows us to tack some attributes (name and content_type) onto the underlying file, which we cannot do with a StringIO since it's a native ctype. These attributes are used by various third-party software that expects to work with django.core.files.File instances, and not directly with StringIO instances. By way of example, the django-storages mosso backend (CloudFilesStorage) looks for a content_type attribute, and the cloudfiles Object backend looks for a name attribute.
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
ImageKit was originally written by `Justin Driscoll`_.
|
|
|
|
The field-based API was written by the bright minds at HZDG_.
|
|
|
|
Maintainers
|
|
~~~~~~~~~~~
|
|
|
|
* `Bryan Veloso`_
|
|
* `Matthew Tretter`_
|
|
* `Chris Drackett`_
|
|
* `Greg Newman`_
|
|
|
|
Contributors
|
|
~~~~~~~~~~~~
|
|
|
|
* `Josh Ourisman`_
|
|
* `Jonathan Slenders`_
|
|
* `Eric Eldredge`_
|
|
* `Chris McKenzie`_
|
|
* `Markus Kaiserswerth`_
|
|
* `Ryan Bagwell`_
|
|
* `Alexander Bohn`_
|
|
* `Timothée Peignier`_
|
|
* `Madis Väin`_
|
|
* `Jan Sagemüller`_
|
|
* `Clay McClure`_
|
|
|
|
.. _Justin Driscoll: http://github.com/jdriscoll
|
|
.. _HZDG: http://hzdg.com
|
|
.. _Bryan Veloso: http://github.com/bryanveloso
|
|
.. _Chris Drackett: http://github.com/chrisdrackett
|
|
.. _Greg Newman: http://github.com/gregnewman
|
|
.. _Josh Ourisman: http://github.com/joshourisman
|
|
.. _Jonathan Slenders: http://github.com/jonathanslenders
|
|
.. _Matthew Tretter: http://github.com/matthewwithanm
|
|
.. _Eric Eldredge: http://github.com/lettertwo
|
|
.. _Chris McKenzie: http://github.com/kenzic
|
|
.. _Ryan Bagwell: http://github.com/ryanbagwell
|
|
.. _Markus Kaiserswerth: http://github.com/mkai
|
|
.. _Alexander Bohn: http://github.com/fish2000
|
|
.. _Timothée Peignier: http://github.com/cyberdelia
|
|
.. _Madis Väin: http://github.com/madisvain
|
|
.. _Jan Sagemüller: https://github.com/version2
|
|
.. _Clay McClure: https://github.com/claymation
|