django-imagekit/docs
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
..
apireference.rst AdminThumbnailView is now AdminThumbnail 2011-10-02 21:58:08 -04:00
conf.py Merge branch 'new_api' of https://github.com/matthewwithanm/django-imagekit into release/1.0.0 2011-10-20 12:06:10 +09:00
index.rst Merge branch 'new_api' of https://github.com/matthewwithanm/django-imagekit into release/1.0.0 2011-10-20 12:06:10 +09:00
make.bat Documentation! 2011-09-25 21:04:11 -04:00
Makefile Documentation! 2011-09-25 21:04:11 -04:00
tutorial.rst Let's get these docs started. 2011-09-09 15:53:49 -07:00