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
Pierre Dulac
fbf15befb8
Do not take a decision on which cache to use in DEBUG mode
...
maybe the developer wants to test his cache configuration locally, or
maybe he has to test different types of caches, we just don't know
2015-10-29 23:27:02 +01:00
Pierre Dulac
0a0708d2d6
Use a compat method to wrap the new way of retrieving the cache engine
2015-10-29 23:03:48 +01:00
Bryan Veloso
673b95b4c4
Merge branch 'release/3.2.7' into develop
...
* release/3.2.7:
Bump the version to 3.2.7.
2015-08-23 18:02:55 -07:00
Bryan Veloso
75763b80f8
Bump the version to 3.2.7.
2015-08-23 17:58:46 -07:00
Matthew Dapena-Tretter
71e2a5b802
Merge pull request #335 from mrigor/close-files
...
Close files
2015-08-21 16:25:42 -04:00
Igor
7cdda46070
Fixes open cache file never getting closed
...
In a processes that generates many images, you could run into a
cituation with too man files being open. This results in:
IOError: [Errno 24] Too many open files
2015-08-02 00:05:43 -07:00
Igor
eb81b9c88c
Fixes open source file never getting closed
...
In a processes that generates many images, you could run into a
cituation with too man files being open. This results in:
IOError: [Errno 24] Too many open files
2015-08-02 00:01:30 -07:00
Matthew Dapena-Tretter
9e5ef330fa
Merge pull request #324 from vstoykov/python34-django18
...
Add test environments for Python3.4 and Django1.7 and Django1.8
2015-07-10 09:01:32 -04:00
Venelin Stoykov
458f80050c
Do not use progressive when we are not running in terminal
2015-06-05 03:01:07 +03:00
Venelin Stoykov
e455768352
Add test environments for Python3.4 and Django1.7 and Django1.8
2015-06-05 03:01:00 +03:00
Matthew Dapena-Tretter
db70f810ad
Merge pull request #323 from vegaro/develop
...
Fixes imports in README example for ProcessedImageField
2015-05-10 20:40:05 -04:00
Cesar de la Vega
561b5d7ab7
Fixes imports in README example for ProcessedImageField
2015-05-10 23:59:26 +01:00
Bryan Veloso
6bb45bc532
Merge branch 'release/3.2.6' into develop
...
* release/3.2.6:
Bump the version to 3.2.6.
2015-02-26 10:28:58 -08:00
Bryan Veloso
d6bbff47f0
Bump the version to 3.2.6.
2015-02-26 10:28:38 -08:00
ILYA
41f45a4fe7
Updated importlib import to fix DeprecationWarning (for django 1.8)
2015-02-26 10:28:11 -05:00
Matthew Dapena-Tretter
8ad3d1e8be
Merge pull request #311 from tino/feature/docs-async-optimistic
...
Add note about usage of optimistic strategy with async backend
2015-02-21 08:45:01 -05: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
Bryan Veloso
c5738740fb
Merge branch 'release/3.2.5' into develop
...
* release/3.2.5:
Bump the version to 3.2.5.
2015-01-05 15:58:54 -08:00
Bryan Veloso
a159e7c75b
Bump the version to 3.2.5.
2015-01-05 15:58:38 -08:00
Niklas A Emanuelsson
d9fe8d24b2
Explicitly setting serializer for celery task
2015-01-02 15:40:40 +01:00
Bryan Veloso
5275d613e6
Merge branch 'release/3.2.4' into develop
...
* release/3.2.4:
Bump the version to 3.2.4.
2014-09-28 13:24:00 -07:00
Bryan Veloso
1d5606b3d7
Bump the version to 3.2.4.
2014-09-28 13:23:32 -07:00