Bryan Veloso
|
7dc8b9159e
|
Merge branch 'release/0.4.0' into develop
* release/0.4.0:
Think it's time to bump to 0.4.0.
|
2011-09-07 16:00:37 -07:00 |
|
Bryan Veloso
|
7cb59c7351
|
Think it's time to bump to 0.4.0.
|
2011-09-07 15:52:14 -07:00 |
|
Bryan Veloso
|
11e9064a19
|
Adding Markus and Matt to AUTHORS.
|
2011-09-07 15:45:06 -07:00 |
|
Bryan Veloso
|
5e447180dc
|
Merge pull request #27 from matthewwithanm/develop
Added ability to specify specs in IKOptions directly.
|
2011-09-07 15:43:24 -07:00 |
|
Matthew Tretter
|
2387cc4be2
|
Added ability to specify specs in IKOptions directly.
|
2011-09-02 23:35:58 -04:00 |
|
Bryan Veloso
|
14ef6633b9
|
Merge pull request #24 from mkai/develop
Minor improvement to fault tolerance of Accessor._delete()
|
2011-08-26 11:52:49 -07:00 |
|
Markus Kaiserswerth
|
3e3302c7f7
|
Improve fault tolerance of Accessor._delete()
Handle/ ignored NotImplementedError and IOError which might get thrown
by the storage backend on delete.
|
2011-08-26 16:42:14 +02:00 |
|
Bryan Veloso
|
4a1d1d9715
|
Merge pull request #22 from Bers/patch-1
fix issue #12
|
2011-07-10 18:18:55 -07:00 |
|
Bers
|
aa348d76f6
|
fix issue #12
|
2011-07-04 04:09:31 -07:00 |
|
Bryan Veloso
|
2316646563
|
Merge pull request #21 from kennethreitz/patch-1
proper python comments in readme
|
2011-06-29 12:32:44 -07:00 |
|
Kenneth Reitz
|
9592edb186
|
proper python comments in readme
|
2011-06-29 07:30:51 -07:00 |
|
Bryan Veloso
|
d1e1e67d4f
|
Adding Josh to the contributors list.
|
2011-06-28 11:40:29 -07:00 |
|
Bryan Veloso
|
4f904cda87
|
Being a good PyPI citizen.
|
2011-06-28 11:38:42 -07:00 |
|
Greg Newman
|
5ba04d0976
|
Merge pull request #20 from joshourisman/develop
Allow any field on the model to be used in the name of the generated images.
|
2011-06-28 11:33:23 -07:00 |
|
Greg Newman
|
db142eb23f
|
Merge pull request #19 from joshourisman/develop
Allow the PK of an object to be used in the filename of images generated.
|
2011-06-28 11:27:56 -07:00 |
|
Josh Ourisman
|
5976a512e6
|
allowing any fields on the object to be specified for use in naming of generated images; default to allowing pk
|
2011-06-28 14:27:47 -04:00 |
|
Josh Ourisman
|
9845befd96
|
Added the pk of the object into the dictionary of values passed to the string formatting for cache_filename.
|
2011-06-28 11:08:05 -07:00 |
|
Bryan Veloso
|
1f882d6fa6
|
Merge pull request #18 from bchhun/develop
Minor Readme file modification
|
2011-06-18 21:48:36 -07:00 |
|
Bernard Chhun
|
3bf844687d
|
Added the quality property in the readme's ImageSpec classes just to show it is possible to change it at will.
|
2011-06-18 15:55:00 -07:00 |
|
Bryan Veloso
|
25f628de93
|
Merge pull request #17 from Shanto/develop
Fixes: CMYK files from Photoshop fails to load with exception -2
|
2011-06-17 13:50:44 -07:00 |
|
Shanto
|
6b1aff64c2
|
Fixes: CMYK files from Photoshop fails to load with exception -2
|
2011-06-17 13:13:20 -07:00 |
|
Bryan Veloso
|
be28b0dffe
|
Merge branch 'release/0.3.6' into develop
* release/0.3.6:
Bumping the verison numbers.
|
2011-04-01 11:59:27 -07:00 |
|
Bryan Veloso
|
9637a43551
|
Bumping the verison numbers.
|
2011-04-01 11:56:44 -07:00 |
|
Bryan Veloso
|
f777c08b17
|
Whitespacing.
|
2011-03-26 00:46:17 -07:00 |
|
Bryan Veloso
|
c61a6bc640
|
Adding Jonathan Slenders to AUTHORS (thanks for spotting that signals bug).
|
2011-03-26 00:42:37 -07:00 |
|
Jonathan Slenders
|
57ef4748b9
|
fixed 'sender' not defined bug (2)
|
2011-03-26 15:40:22 +08:00 |
|
Jonathan Slenders
|
53cddf7752
|
fixed 'sender' not defined bug
|
2011-03-26 15:40:21 +08:00 |
|
Bryan Veloso
|
ad3f15ef76
|
Instead of overriding Model.delete(), we'll connect a public clear_cache() method to a post_delete() signal so that bulk actions clean props as well.
|
2011-02-23 12:54:09 -08:00 |
|
Bryan Veloso
|
ede86f7faa
|
Merge branch 'release/0.3.5' into develop
* release/0.3.5:
One really should be able to add multiple maintainers.
Bumping the version number.
|
2011-02-12 14:05:34 -08:00 |
|
Bryan Veloso
|
9fa53856dc
|
One really should be able to add multiple maintainers.
|
2011-02-12 14:05:15 -08:00 |
|
Bryan Veloso
|
1b29437180
|
Bumping the version number.
|
2011-02-12 14:04:42 -08:00 |
|
Bryan Veloso
|
c566378764
|
Accessor._delete() and Accessor._exists() needed conditionalizing as well. ikflush was yelling at me.
|
2011-02-13 05:52:07 +08:00 |
|
Bryan Veloso
|
9c0ff80185
|
Merge branch 'release/0.3.4' into develop
* release/0.3.4:
Adding distutils stuff to .gitignore.
Bumping internal version to 0.3.4.
|
2011-02-11 12:59:51 -08:00 |
|
Bryan Veloso
|
12bc6fa566
|
Adding distutils stuff to .gitignore.
|
2011-02-11 12:59:24 -08:00 |
|
Bryan Veloso
|
5d0808467e
|
Bumping internal version to 0.3.4.
|
2011-02-11 12:52:42 -08:00 |
|
Greg Newman
|
2b80ccf2e3
|
patch applied badly, fixing if
|
2011-02-12 04:12:37 +08:00 |
|
Greg Newman
|
34a2640cf5
|
if the ImageField is null and not required, don't create
|
2011-02-12 04:06:19 +08:00 |
|
Bryan Veloso
|
07a03a4a39
|
Fleshing out setup.py. Adding MANIFEST.in.
|
2011-02-11 01:27:10 -08:00 |
|
Bryan Veloso
|
b942a9fcea
|
Bumping the version to 0.3.4.
|
2011-02-10 19:03:48 -08:00 |
|
Bryan Veloso
|
5d1c898283
|
Flush newer records first. Also, spacing.
|
2011-02-10 19:00:35 -08:00 |
|
Bryan Veloso
|
90dab6c8a1
|
Don't pre_cache if we don't have an image.
|
2011-02-10 16:56:31 -08:00 |
|
Bryan Veloso
|
ea35379fd2
|
Don't create the image if spec.pre_cache is True.
|
2011-02-10 16:23:36 -08:00 |
|
Bryan Veloso
|
ffa7db9c20
|
Wrangling in a stray line.
|
2011-02-10 15:20:40 -08:00 |
|
Bryan Veloso
|
7fe96cbe54
|
I suck horribly at checking my work.
|
2011-02-10 15:15:52 -08:00 |
|
Bryan Veloso
|
03a1339d1f
|
One more for good measure.
|
2011-02-10 15:14:52 -08:00 |
|
Bryan Veloso
|
26563dd601
|
Code block fail. :(
|
2011-02-10 15:11:11 -08:00 |
|
Bryan Veloso
|
365bbf3496
|
README.md => README.rst
|
2011-02-10 15:07:37 -08:00 |
|
Bryan Veloso
|
10797442e8
|
.hgignore => .gitignore.
|
2011-02-10 14:59:46 -08:00 |
|
Bryan Veloso
|
ede345a780
|
Massaging setup.py.
|
2011-02-10 14:24:11 -08:00 |
|
Bryan Veloso
|
2bac3b5c7a
|
New copyright line in LICENSE.
|
2011-02-10 14:19:59 -08:00 |
|