Commit graph

46 commits

Author SHA1 Message Date
Matthew Tretter
c0ce3b5209 Add "Deferred Generation" section to docs 2013-04-02 23:31:15 -04:00
Matthew Tretter
969275bbc9 Rename GeneratedImageFile to ImageCacheFile 2013-02-08 18:15:00 -05:00
Matthew Tretter
8fabbae86c Extract version from pkgmeta 2013-02-06 22:21:20 -05:00
Matthew Tretter
a906555c9f Merge branch 'develop' into ik-next
Conflicts:
	imagekit/__init__.py
	imagekit/conf.py
	imagekit/generators.py
	imagekit/models/fields/files.py
	imagekit/utils.py
	tests/core/tests.py
2013-02-05 23:34:05 -05:00
Matthew Tretter
1f86e33d64 Doc fixes 2013-02-05 21:12:39 -05:00
Matthew Tretter
301adc2087 Let's call em cachefiles
Changed my mind about 04aa72c1f9. It's
just a better description, even if different strategies can change the
behavior so it isn't really very cache-like.
2013-02-04 19:52:38 -05:00
Matthew Tretter
59971b6cd4 More docs 2013-02-04 19:48:42 -05:00
Matthew Tretter
5f8f651def More advanced docs! 2013-02-04 19:48:42 -05:00
Matthew Tretter
1a7c0627df Starting advanced usage docs 2013-02-04 19:48:32 -05:00
Eric Eldredge
36c0757417 Some upgrading docs 2013-02-02 20:47:05 -05:00
Matthew Tretter
606f59a102 Add docs page about configuration & optimization 2012-10-21 21:52:59 -04:00
Bryan Veloso
664b7d4cf4 Changelog for 2.0.2. 2012-09-14 11:22:38 -07:00
Bryan Veloso
81db33e63a Bumping the version number. 2012-09-14 11:14:46 -07:00
Timothée Peignier
9cc86d597e fix API documentation 2012-08-13 11:47:20 +02:00
Timothée Peignier
f2f6766b86 add irc channel to docs and README 2012-05-29 22:05:37 +02:00
Bryan Veloso
322c96eec2 Merge branch 'release/2.0.1' into develop
* release/2.0.1:
  Bumping the version number.
  Changelog update.
2012-04-28 11:32:22 -07:00
Bryan Veloso
209afac9e3 Merge branch 'develop' into release/2.0
* develop:
  IKContentFile accepts format hint
  Additional mimetype utils
  Don't get extension of empty filename
  Tell people to import fields from the models module
  Refactored AutoConvert into prepare_image
  Docstring for save_image
  Kill PIL's chattiness; fixes #91
  PIL bug workaround
  Use StringIO instead of temp file
  Extract reusable save_image function
  Rename SpecFile and move it to utils
  Extract suggest_extension util from generator
  Woah, globals
  Add SpecFile.__unicode__
2012-04-24 13:59:28 -07:00
Matthew Tretter
af7c12cb68 Tell people to import fields from the models module 2012-04-20 21:43:59 -04:00
Matthew Tretter
8aafc3681a Some changelog corrections 2012-03-24 18:40:00 -04:00
Bryan Veloso
e7fe6d1d98 Spelling error. 2012-03-23 16:47:46 -07:00
Bryan Veloso
2d02e02b8c Intial pass of the 2.0 release notes. 2012-03-23 16:42:14 -07:00
Bryan Veloso
c46a403baa Using Django's method of versioning. Also updating the docs' version. 2012-03-20 02:44:53 -07:00
Timothée Peignier
9700a10d4b fix documentation build. close #56 2012-03-10 12:02:32 +01:00
Bryan Veloso
f882e226a6 Wrong theme name? 2012-01-06 02:07:25 -08:00
Bryan Veloso
49da2b22f6 Adding @kennethreitz's Sphinx style. 2012-01-06 01:52:56 -08:00
Bryan Veloso
68763fa5b1 Adding (crude) changelog information for 1.1.0. 2011-12-22 22:14:32 -08:00
Bryan Veloso
3bacd51ba5 Bumping the version number. 2011-12-22 22:14:14 -08:00
Matthew Tretter
5579c8db3c Adds crop module to docs 2011-11-22 23:12:54 -05:00
Bryan Veloso
882cf87ec3 No longer need this and nothing's pointing to it anyway. 2011-11-10 16:04:49 +09:00
Bryan Veloso
3bd7b59046 Fixing some spelling errors, thanks @ptone. 2011-11-10 15:51:48 +09:00
Bryan Veloso
78709be23c We're at 1.1.0dev, for real this time. 2011-11-10 15:39:47 +09:00
Bryan Veloso
83cc7f4cc3 Bumping version numbers. 2011-11-10 15:30:01 +09:00
Bryan Veloso
6f8ea4911c Changelog for 1.0.3. 2011-11-10 15:28:40 +09:00
Bryan Veloso
5666a640f0 Fixing some reST syntax. 2011-11-03 14:16:08 +09:00
Bryan Veloso
44392b7b24 Bumping version numbers. 2011-11-03 14:15:03 +09:00
Bryan Veloso
026955711e Adding a changelog. 2011-11-03 14:12:18 +09:00
Bryan Veloso
3985629b9a Bumping docs to 1.0.1. 2011-11-02 13:46:23 +09:00
Bryan Veloso
4b86e37f93 No longer an alpha. 2011-11-01 01:54:31 +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
Matthew Tretter
b9aa69e0c0 AdminThumbnailView is now AdminThumbnail
I never liked that the "AdminThumbnailView" was supposed to be defined
on the model, but never looked into it.

This commit puts the definition back where it belongs: in the admin.
Instead of requiring you to add a field (with view logic) to your
model, you now just add a property to your admin class and specify
that property in the `list_display` list.
2011-10-02 21:58:08 -04:00
Matthew Tretter
da00e2a5da Moved Crop and Fit to resize module.
Crop doesn't necessarily imply the any scaling is taking place. Several
ideas were discussed, from renaming Crop to combining both processors
into a single Resize processor (as they were in the original IK), but
those solutions were felt to either precluded future extension
(alternative resize modes) or make the API too verbose.
2011-09-26 14:40:48 -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
Matthew Tretter
9b9d9ec1c4 Typo fix. 2011-09-26 00:06:05 -04:00
Matthew Tretter
32c6f0c05f Installation instructions. 2011-09-25 23:38:23 -04:00
Matthew Tretter
d6632c95f5 Documentation! 2011-09-25 21:04:11 -04:00
Bryan Veloso
6082b2b782 Let's get these docs started. 2011-09-09 15:53:49 -07:00