mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-18 04:01:00 +00:00
* 'new_api' of https://github.com/matthewwithanm/django-imagekit: (63 commits) fixing typo ImageSpecFile is a proper File Typo fix A list of ImageSpec names are now stored on the model. AdminThumbnailView is now AdminThumbnail Docs typo fix Adds explicit import of resize module to processors fixing bad import in docs adding name to AUTHORS adding test for new api Moved Crop and Fit to resize module. More docs edits. Typo fix. Installation instructions. Embracing duck typing. Documentation! Fix bug Bound fields are now cached on the model instance. Transpose processor now supports auto EXIF orientation. Fix filename formatting. ... Conflicts: AUTHORS README.rst docs/Makefile docs/conf.py docs/index.rst imagekit/__init__.py imagekit/defaults.py imagekit/management/commands/ikflush.py imagekit/models.py imagekit/options.py imagekit/processors.py imagekit/specs.py tests/core/tests.py
35 lines
945 B
Text
35 lines
945 B
Text
ImageKit was originally written by `Justin Driscoll`_.
|
|
|
|
The field-based API was written by the bright minds at HZDG_.
|
|
|
|
Maintainers
|
|
~~~~~~~~~~~
|
|
|
|
* `Bryan Veloso`_
|
|
* `Chris Drackett`_
|
|
* `Greg Newman`_
|
|
|
|
Contributors
|
|
~~~~~~~~~~~~
|
|
|
|
* `Josh Ourisman`_
|
|
* `Jonathan Slenders`_
|
|
* `Matthew Tretter`_
|
|
* `Eric Eldredge`_
|
|
* `Chris McKenzie`_
|
|
* `Markus Kaiserswerth`_
|
|
* `Ryan Bagwell`_
|
|
|
|
|
|
.. _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
|