Commit graph

21 commits

Author SHA1 Message Date
Venelin Stoykov
3667c09d82 Add Venelin Stoykov to AUTHORS 2013-12-16 22:38:05 +02:00
Bryan Veloso
02cd1bf7ff I, for one, welcome our new @matthewwithanm overlords. 2013-06-03 12:50:20 -07:00
Matthew Tretter
84dcebbefe Add @saulshanabrook to AUTHORS 2013-04-30 22:06:09 -04:00
Matthew Tretter
896e289884 Add @seanbell to AUTHORS 2013-02-12 20:46:35 -05:00
Matthew Tretter
1f86e33d64 Doc fixes 2013-02-05 21:12:39 -05:00
Matthew Tretter
0ea497261b Update credits 2013-02-05 19:24:36 -05:00
Bryan Veloso
a071549ed0 Adding @jezdez to AUTHORS. 2012-04-24 14:26:57 -07:00
Clay McClure
2cf425d8a3 Wrap ContentFile in a file-like object with a filename and content_type.
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.
2012-02-29 05:01:31 -05:00
Matthew Tretter
3b4e74c58b Add @version2 to contributors 2012-02-18 00:35:34 -05:00
Bryan Veloso
8c22d11b91 Adding @madisvain to AUTHORS. 2012-02-12 14:16:38 -08:00
Bryan Veloso
8447064936 Adding @cyberdelia to AUTHORS. 2012-01-26 13:34:54 -08:00
Bryan Veloso
8c64307e5a Moving Matt to maintainers. 2011-11-11 16:20:13 +09:00
Bryan Veloso
25a7536a26 Adding Alexander Bohn (@fish2000) to AUTHORS. 2011-11-11 16:19:28 +09:00
Bryan Veloso
302399d837 Merge branch 'new_api' of https://github.com/matthewwithanm/django-imagekit into release/1.0.0
* '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
2011-10-20 12:06:10 +09:00
Chris McKenzie
9e9665f626 adding name to AUTHORS 2011-09-26 16:39:45 -04:00
Matthew Tretter
6751d78504 More docs edits.
Added us to the authors. Reorganized some of the documentation so that
sphinx and the project landing page on github can share it.
2011-09-26 11:36:08 -04:00
Bryan Veloso
6efd21e9b4 Adding Ryan to AUTHORS. 2011-09-26 12:07:37 +02:00
Bryan Veloso
11e9064a19 Adding Markus and Matt to AUTHORS. 2011-09-07 15:45:06 -07:00
Bryan Veloso
d1e1e67d4f Adding Josh to the contributors list. 2011-06-28 11:40:29 -07:00
Bryan Veloso
c61a6bc640 Adding Jonathan Slenders to AUTHORS (thanks for spotting that signals bug). 2011-03-26 00:42:37 -07:00
Bryan Veloso
37166281d8 Adding AUTHORS. 2011-02-10 14:18:22 -08:00