Venelin Stoykov
ef45747bf9
Merge branch 'release/4.0.1'
...
* release/4.0.1:
stylling and linting fixes to setup.py
Bump version to 4.0.1
Cleaned up _autodiscovered flag handling.
Added huge performance improvement by running imagekit.utils.autodiscover() only once on Django > 1.7 as it was intended.
Update README.st change model->instance for clarity in defining specs outside of models.
Improved docs to include example on how to use plain ImageSpec (defined outside of model, not ImageSpecField) with AdminThumbnail.
2017-05-17 18:14:18 +03:00
Venelin Stoykov
681b85d7bf
stylling and linting fixes to setup.py
2017-05-17 18:12:57 +03:00
Venelin Stoykov
f96dadbfe0
Bump version to 4.0.1
2017-05-17 17:45:22 +03:00
Venelin Stoykov
499e9e1e07
Merge pull request #417 from Proper-Job/performance_improvement
...
Performance improvement
2017-05-17 12:27:07 +03:00
Moritz Pfeiffer
36fa53e249
Cleaned up _autodiscovered flag handling.
2017-05-17 09:51:24 +02:00
Moritz Pfeiffer
c74d8424b8
Added huge performance improvement by running imagekit.utils.autodiscover() only once on Django > 1.7 as it was intended.
2017-05-16 14:19:05 +02:00
Venelin Stoykov
3d37fb3d3a
Merge pull request #414 from mikob/develop
...
Improved docs to include example on how to use plain ImageSpec (defin…
2017-05-10 17:00:24 +03:00
mikob
c24455ef36
Update README.st change model->instance for clarity in defining specs outside of models.
2017-05-10 18:03:28 +09:00
Venelin Stoykov
acefa913f9
Merge pull request #415 from tyagow/patch-1
...
Update advanced_usage.rst
2017-04-24 18:20:31 +03:00
Tiago Almeida
33a62b8840
Update advanced_usage.rst
...
wrong attribute access... probally miss typed..
thumbnail dosent exists so i think its mode.thumbnail_height
2017-04-23 16:25:13 -03:00
mikob
934a5283ad
Improved docs to include example on how to use plain ImageSpec (defined outside of model, not ImageSpecField) with AdminThumbnail.
2017-04-10 17:46:29 +09:00
Venelin Stoykov
5281859d60
Merge branch 'release/4.0' into develop
...
* release/4.0:
Bump version to 4.0
2017-02-22 15:58:12 +02:00
Venelin Stoykov
f724cb0118
Merge branch 'release/4.0'
...
* release/4.0:
Bump version to 4.0
Universal wheels!
Replaces #301 autodiscover works with AppConfig
Ignore autogenerated CTags file
Do not try south modelinspector when not needed
Make it possible to configure IMAGEKIT_CACHE_TIMEOUT
Test against Django 1.11
Close the file only if it has been opened locally
Cleanup caching configuration
updated readme.rst with a svg badge
honor post_save's update_fields and only fire the source_saved signal when needed
Ignore VSCode workspace config files
Fixed #350 : Error when trying to access width/height after url
Fixes #382 : Tests no longer leave junk
Fixes #379 Support for Django 1.10
Ignore .idea from git
Include the test suite in the sourcetarball but do not install it.
Make travis happy
Drop support for older Django and Python versions
Replace Lenna image in tests with a truly free alternative.
Move compat module outside of templatetags package
Fix test requirements for django 1.9 and Python3.5
2017-02-22 15:54:07 +02:00
Venelin Stoykov
46d2a9e663
Bump version to 4.0
2017-02-22 15:35:20 +02:00
Venelin Stoykov
855c9a32b1
Merge pull request #411 from vstoykov/feature/wheel
...
Add universal wheels support
2017-02-22 15:28:11 +02:00
Venelin Stoykov
16ab0d2c99
Merge pull request #412 from vstoykov/feature/appconfigs-module-loading
...
Replaces #301 autodiscover works with AppConfig
2017-02-22 15:13:14 +02:00
Venelin Stoykov
96383451a0
Universal wheels!
2017-02-22 15:11:07 +02:00
Venelin Stoykov
755193699b
Replaces #301 autodiscover works with AppConfig
2017-02-22 14:21:09 +02:00
Venelin Stoykov
d3369eec89
Merge pull request #410 from vstoykov/feature/ignore-ctags
...
Ignore autogenerated CTags file
2017-02-22 13:53:21 +02:00
Venelin Stoykov
12fdee81dd
Ignore autogenerated CTags file
...
It used by some IDEs to index all Symbols in the project
2017-02-22 13:28:11 +02:00
Venelin Stoykov
dee14b6c22
Merge pull request #409 from matthewwithanm/fix/south
...
Fixed #408 Do not try south modelinspector when not needed
2017-02-21 18:42:13 +02:00
Venelin Stoykov
2bc6241f55
Do not try south modelinspector when not needed
...
Fixed #408
2017-02-21 15:19:40 +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