Commit graph

978 commits

Author SHA1 Message Date
Venelin Stoykov
96383451a0 Universal wheels! 2017-02-22 15:11:07 +02:00
Venelin Stoykov
3546c39178 Merge pull request #403 from vstoykov/improve/caching
Improve caching (By default cache files state "forever")
2017-02-17 14:35:05 +02:00
Venelin Stoykov
4d1ee41f2e Make it possible to configure IMAGEKIT_CACHE_TIMEOUT
By default cache forever
2017-02-17 02:47:19 +02:00
Venelin Stoykov
f6d3cbe4a1 Merge pull request #406 from matthewwithanm/feature/dajngo-1.11
Test against Django 1.11
2017-02-16 17:25:59 +02:00
Venelin Stoykov
48cf03b482 Test against Django 1.11 2017-02-16 14:01:30 +02:00
Venelin Stoykov
175904617e Merge pull request #405 from calmyoga/file-opened-locally
Close the file only if it has been opened locally

Fixed #404
2017-02-16 09:26:17 +02:00
rohit suri
732f7045e4 Close the file only if it has been opened locally 2017-02-15 21:24:32 -08:00
Venelin Stoykov
95e484d073 Cleanup caching configuration
Requires Django 1.3+
2017-02-09 00:43:08 +02:00
Venelin Stoykov
47ff56cfe2 Merge pull request #392 from sobolevn/patch-1
updated readme.rst with a svg badge
2016-11-09 23:47:05 +02:00
Sobolev Nikita
c354bb365a updated readme.rst with a svg badge 2016-11-05 20:47:32 +03:00
Venelin Stoykov
7e4bf0e3d8 Merge pull request #390 from papercapp/develop
honor post_save's update_fields and only fire the source_saved signal…
2016-10-26 14:57:56 +03:00
Hannes Tismer
f1f295e054 honor post_save's update_fields and only fire the source_saved signal when needed 2016-10-24 16:21:53 +02:00
Venelin Stoykov
6457cf0c55 Merge pull request #384 from vstoykov/fix-350
Fixed #350: Error when trying to access width/height after url
2016-08-02 01:53:34 +03:00
Venelin Stoykov
6a8fe5f83c Merge pull request #385 from vstoykov/ignore/vscode
Ignore VSCode workspace config files
2016-07-17 05:28:56 +03:00
Venelin Stoykov
3c0c47d8ed Ignore VSCode workspace config files 2016-07-17 05:23:13 +03:00
Venelin Stoykov
d86ec082f1 Fixed #350: Error when trying to access width/height after url
If the file is closed and something is calling `open` now the file will be opened correctly event if it was already closed
2016-07-17 05:08:01 +03:00
Venelin Stoykov
23a243c51e Merge pull request #383 from vstoykov/cleanup/tests
Fixes #382: Tests no longer leave junk
2016-07-17 05:00:56 +03:00
Venelin Stoykov
07d29b3bf7 Fixes #382: Tests no longer leave junk 2016-07-17 04:54:03 +03:00
Venelin Stoykov
5061679b17 Merge pull request #380 from vstoykov/update-django
Fixes #379 Support for Django 1.10
2016-07-14 13:55:40 +03:00
Venelin Stoykov
5cde74e3e2 Fixes #379 Support for Django 1.10 2016-07-11 01:59:32 +03:00
Venelin Stoykov
e9425df833 Merge pull request #378 from vstoykov/ignore-idea
Ignore .idea from git
2016-07-09 14:24:34 +03:00
Venelin Stoykov
f98ee822a4 Ignore .idea from git 2016-07-09 14:23:42 +03:00
Venelin Stoykov
52ad8a0ace Merge pull request #363 from fladi/include_tests_in_source
Include the test suite in the sourcetarball but do not install it.
2016-02-25 09:56:07 +02:00
Michael Fladischer
f2255a5d3a Include the test suite in the sourcetarball but do not install it.
I reworked the `MANIFEST.in` to include the whole test suite so it can be used
by distribution packages during build time. It is excluded from the installed
packages automatically.

The inclusion rules for the documentation were also made more verbose to prevent
build artifacts from entering the source tarball (think .pyc files).
2016-02-25 08:40:18 +01:00
Venelin Stoykov
03a8d0d443 Merge pull request #367 from vstoykov/drop-older-support
Fix travis configuration to Include Python 3.5 and remove old Django versions
2016-02-25 02:28:17 +02:00
Venelin Stoykov
b460a66874 Make travis happy 2016-02-25 02:23:01 +02:00
Venelin Stoykov
124b23ccc8 Merge pull request #366 from vstoykov/drop-older-support
Drop support for Django 1.2 and 1.3 and Python 2.6 and 3.2
2016-02-25 01:42:54 +02:00
Venelin Stoykov
371a3bb376 Drop support for older Django and Python versions
This change drop official support for Django 1.2 and 1.3
and Python 2.6 and 3.2

In this commit test requirements are not so strict to allow versions
available in Debian sid.

Fixes #362

Many thanks to @fladi
2016-02-25 01:23:39 +02:00
Matthew Dapena-Tretter
b3084b43b2 Merge pull request #364 from fladi/non_free_lenna
Replace Lenna image in tests with a truly free alternative.
2016-02-09 18:36:43 -08:00
Michael Fladischer
4e370fdc59 Replace Lenna image in tests with a truly free alternative.
The Lenna image used in image processing tests is considered problematic due to
its unclear copyright status. Right now it is considered to be "overlooked" by
the copyright holder Playboy.

A suitable replacement image is already provided in the libav sources which is
licensed under the Expat (MIT) license and thus truly free.

This replaces the Lenna image with the one from the libav project.
2016-02-09 11:43:05 +01:00
Venelin Stoykov
7ddca36712 Merge pull request #354 from vstoykov/compat
Move compat module outside of templatetags package
2015-12-26 18:06:31 +02:00
Venelin Stoykov
340e26cd67 Move compat module outside of templatetags package 2015-12-26 17:58:22 +02:00
Venelin Stoykov
5ce8b9f072 Merge pull request #353 from vstoykov/improve-tox
Fix test requirements for django 1.9 and Python3.5
2015-12-26 17:57:18 +02:00
Venelin Stoykov
d280ad8989 Fix test requirements for django 1.9 and Python3.5 2015-12-24 23:37:53 +02:00
Bryan Veloso
0c435539df Merge branch 'release/3.3' into develop
* release/3.3:
  Add @vstoykov to the author list.
  Bump version number.
2015-12-08 11:41:50 -08:00
Bryan Veloso
7903efd9b7 Add @vstoykov to the author list. 2015-12-08 11:39:03 -08:00
Bryan Veloso
53fb3a8722 Bump version number. 2015-12-08 11:38:39 -08:00
Venelin Stoykov
d1e877f07d Merge pull request #345 from Photonomie/fix-django19
Django 1.9 compatibility

Fixes #347 
Fixes #340 
Fixes #321 
Fixes #317
2015-12-03 23:56:08 +02:00
Pierre Dulac
cec8cd7780 Update django-nose version to work with Django 1.9 2015-10-31 19:14:32 +01:00
Pierre Dulac
e79d2ba60e Add a missing env to the tox matrix 2015-10-31 19:02:02 +01:00
Pierre Dulac
97dc4b6cb2 Work a compatibility implementation for Django 1.2 2015-10-31 18:51:07 +01:00
Pierre Dulac
6fabad9749 Tells tox to only run the designated env 2015-10-31 11:43:17 +01:00
Pierre Dulac
b475de7b48 Enable the new travis architecture for speed and reliability 2015-10-31 11:39:46 +01:00
Pierre Dulac
820d2f00eb Allow the test to fail fast 2015-10-31 11:39:06 +01:00
Pierre Dulac
c89a63edbe Allow travis to fail for the python3.5 interpreter not yet available 2015-10-31 11:38:40 +01:00
Pierre Dulac
ecf5e892e2 Use the env conf for travis to split the test builds 2015-10-31 11:37:44 +01:00
Pierre Dulac
c858936e0c Add tox env for django 1.9
supported python versions can be found at
https://docs.djangoproject.com/en/1.9/releases/1.9/
2015-10-31 11:36:01 +01:00
Pierre Dulac
7f36f897f8 Update the doc to reflect the new IMAGEKIT_CACHE_BACKEND behavior 2015-10-31 00:22:55 +01:00
Pierre Dulac
5855e97997 Cleaner implementation thanks to @vstoykov explanation 2015-10-30 16:23:28 +01:00
Pierre Dulac
e155b632cd Handle cases where DEFAULT_CACHE_ALIAS is None in old Django versions 2015-10-30 00:24:50 +01:00