Commit graph

877 commits

Author SHA1 Message Date
Matthew Tretter
e456e0fd99 Remove util tests
These are part of PILKit
2013-02-12 21:40:15 -05:00
Matthew Tretter
896e289884 Add @seanbell to AUTHORS 2013-02-12 20:46:35 -05:00
Matthew Tretter
5c944c5efb Bump version to 3.0a3 2013-02-10 16:05:21 -05:00
Matthew Tretter
b180bbef09 Merge branch 'abstract-model-fixes' into develop 2013-02-10 16:04:53 -05:00
Matthew Tretter
b53b7c3cae Clarify ImageFieldSourceGroup docstrings 2013-02-10 16:01:50 -05:00
Matthew Tretter
90ae9e8339 Fix get_nonabstract_descendants
Previously, function was only returning the first non-abstract
descendant. (It should also return concrete descendants of concrete
descendants, which it now does.)

Also, converted to generator.
2013-02-10 15:58:22 -05:00
Matthew Tretter
7bf3e4e7a3 Add test for @seanbell's utility
Currently failing
2013-02-10 15:54:40 -05:00
Matthew Tretter
de550b71df Add test for abstract model signals 2013-02-10 15:42:39 -05:00
Matthew Tretter
df41459e65 Fix signals for abstract models
Includes a fix for undispatched signals, as well as signals being
handled twice.

A regression of #126
Related: #185
2013-02-10 15:42:10 -05:00
Sean Bell
af6ebcb469 Fixing iteration over objects for abstract models 2013-02-09 03:02:18 -05:00
Matthew Tretter
969275bbc9 Rename GeneratedImageFile to ImageCacheFile 2013-02-08 18:15:00 -05:00
Matthew Tretter
9f3550a4f4 Merge branch 'pilkit' into develop 2013-02-08 18:08:42 -05:00
Matthew Tretter
98552d7f75 Relax PILKit version requirement 2013-02-08 18:08:29 -05:00
Matthew Tretter
ec5d4ed324 Remove processor tests; these are in PILKit 2013-02-07 23:15:08 -05:00
Matthew Tretter
36313194ac Remove PILKit functionality
This commit removes the functionality now in the PILKit project, and
adds PILKit as a dependency. Import hooks have been used to expose the
processors under "imagekit.processors".
2013-02-07 23:10:05 -05:00
Matthew Tretter
d0ba353be3 Typo fix! 2013-02-07 16:11:02 -05:00
Bryan Veloso
aa2dcb8e34 Merge pull request #183 from jdriscoll/ik-next
IK Next
2013-02-06 19:28:24 -08:00
Matthew Tretter
8fabbae86c Extract version from pkgmeta 2013-02-06 22:21:20 -05:00
Matthew Tretter
561856abd7 Don't use assert_not_in
It's not available in Python 2.6
2013-02-06 22:04:13 -05:00
Matthew Tretter
51dcf283fd Fix default cache backend for Django < 1.3 2013-02-06 21:59:26 -05:00
Matthew Tretter
80a1f0b4ee Merge branch 'ik3-testing-fixes' into ik-next 2013-02-06 21:11:08 -05:00
Matthew Tretter
4ac6565bec Use Pillow for testing 2013-02-06 21:01:51 -05:00
Matthew Tretter
7759394df7 Remove Pillow (PIL is specified in setup.py) 2013-02-06 20:46:14 -05:00
Matthew Tretter
c90e6d637c Simplify tox command 2013-02-06 20:46:06 -05:00
Matthew Tretter
5982e1e549 Remove Makefile 2013-02-06 20:41:18 -05:00
Matthew Tretter
f6ce251e13 Fix setup.py test 2013-02-06 20:40:54 -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
088b84627b Add section about management commands 2013-02-05 21:19: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
Matthew Tretter
34a7ab9751 Remove requirements.txt
What was this doing in here?
2013-02-05 19:21:26 -05:00
Matthew Tretter
55a2a5fc9d Typo fix 2013-02-04 19:57:00 -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
d22c49a465 Don't delete the file when source is deleted
We can't be sure another spec isn't using this file.
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
218f569005 Don't assign processors, so properties will work
This way, a subclass can add a @property without a setter and not worry
about an error.
2013-02-02 19:21:32 -05:00
Matthew Tretter
c9205e588e More docs 2013-02-01 23:27:36 -05:00
Matthew Tretter
58e1c7f7e0 Some docs 2013-02-01 01:37:49 -05:00
Matthew Tretter
f94b7276b3 Use "imagekit" instead of "ik" for built-in generator prefix 2013-02-01 01:31:51 -05:00
Matthew Tretter
50d83745bc Remove unnecessary complexity of kwarg mapping 2013-02-01 01:02:20 -05:00
Matthew Tretter
08ebcbcbf3 Change html attrs delimiter to -- 2013-02-01 00:56:29 -05:00
Matthew Tretter
92b11f8349 Use imagegenerators module, not imagespecs 2013-02-01 00:30:15 -05:00
Matthew Tretter
0947c1403f Organize settings 2013-01-31 22:40:54 -05:00
Matthew Tretter
933ff79ac1 Make settings consistent 2013-01-31 22:38:48 -05:00
Matthew Tretter
e1c819e9b4 Allow default generatedfile name configuration w/namers 2013-01-31 22:37:09 -05:00
Matthew Tretter
bf1685dbfb Generalize get_class util 2013-01-31 22:01:01 -05:00
Matthew Tretter
2ca4e4b6c2 Merge branch 'rename-cache-things' into ik-next 2013-01-31 19:43:06 -05:00