Venelin Stoykov
755bd34c3e
In Python 3 files should be opened as binary
2017-05-31 11:07:37 +03:00
Venelin Stoykov
4d1ee41f2e
Make it possible to configure IMAGEKIT_CACHE_TIMEOUT
...
By default cache forever
2017-02-17 02:47:19 +02:00
Pierre Dulac
7f36f897f8
Update the doc to reflect the new IMAGEKIT_CACHE_BACKEND behavior
2015-10-31 00:22:55 +01:00
Tino de Bruijn
f6e0033aae
Add note about usage of optimistic strategy with async backend
2015-02-20 17:58:53 +01:00
David Ray
207849e48e
Fix typo
2015-01-27 09:36:16 -05:00
Matthew Tretter
857b1e160e
Update IMAGEKIT_DEFAULT_FILE_STORAGE description
2013-09-05 09:42:09 -05:00
Matthew Tretter
e36290b4ee
Woops. It uses the cache if DEBUG is False.
2013-07-17 16:09:02 -04:00
Bryan Veloso
05ec0c1b33
Removing the changelog. Changelogs are hard.
2013-07-17 11:45:42 -07:00
Rich Leland
ada883c99f
Fixed name of spec id attr
2013-06-13 17:41:30 -04:00
Matthew Tretter
f9d91c7c4d
Remove source_deleted signal
...
...for now. Eventually, we will want a signal that tells us when sources
are no longer used, however that isn't just limited to when they're
deleted! This new signal should also be dispatched, for example, when
a source image field is set to `None`. Since none of the built-in
strategies are currently using the source_deleted signal, I've decided
to remove it until we have a more complete solution.
2013-05-25 00:50:59 -04:00
Matthew Tretter
397a79ba56
Combine source_created and source_changed
...
As discussed in #214 , source_created and source_changed didn't really
have clear definitions. In truth, their names and separation betray
their origins as model receivers in earlier versions. The "source group"
abstraction helped us get away from thinking about things exclusively in
terms of models, but these remained as an artifact.
2013-05-24 23:21:30 -04:00
Matthew Tretter
c89b18aa95
Split before_access into two signals
...
Differentiating between when the generated file content is required and
when the generated file is just required to exist gives us more
flexibility with strategies.
2013-05-10 04:39:46 -04:00
Matthew Tretter
676d49c605
A few corrections; more about caching file data
2013-04-30 21:56:55 -04:00
Saul Shanabrook
4a608caf3a
moved models in front of source groups in the advanced docs
2013-04-30 18:34:42 -04:00
Saul Shanabrook
deed81b963
Added caching docs
2013-04-30 18:30:51 -04:00
Eric Brelsford
90c4529d26
processors in PILKit: documentation
2013-04-10 14:19:25 -04:00
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