Commit graph

1027 commits

Author SHA1 Message Date
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
098425a383 Merge branch 'release/0.3.6'
* release/0.3.6:
  Bumping the verison numbers.
  Whitespacing.
  Adding Jonathan Slenders to AUTHORS (thanks for spotting that signals bug).
  fixed 'sender' not defined bug (2)
  fixed 'sender' not defined bug
  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-04-01 11:59:04 -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
ca7c3d9a97 Merge branch 'release/0.3.5'
* release/0.3.5:
  One really should be able to add multiple maintainers.
  Bumping the version number.
  Accessor._delete() and Accessor._exists() needed conditionalizing as well. ikflush was yelling at me.
2011-02-12 14:05:23 -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
851404dee9 Merge branch 'release/0.3.4'
* release/0.3.4:
  Adding distutils stuff to .gitignore.
  Bumping internal version to 0.3.4.
  patch applied badly, fixing if
  if the ImageField is null and not required, don't create
  Fleshing out setup.py. Adding MANIFEST.in.
2011-02-11 12:59:46 -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
Bryan Veloso
37166281d8 Adding AUTHORS. 2011-02-10 14:18:22 -08:00
jdriscoll
ec0757d9ea Removed links to other documentation (not yet moved over) 2011-02-10 16:26:39 -05:00
jdriscoll
9a2feee787 Removed old wikilinks 2011-02-10 16:25:45 -05:00
jdriscoll
24937acd35 Converted imagekit introduction to markdown 2011-02-10 16:24:14 -05:00
Justin Driscoll
7076e520f7 Fixed type 2010-06-12 15:05:31 -04:00
Justin Driscoll
93a71c4c60 Merged changes 2010-06-12 15:04:43 -04:00