Package: django-celery / 3.1.17-4

Metadata

Package Version Patches format
django-celery 3.1.17-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_dependencies.patch | (download)

requirements/test.txt | 1 0 + 1 - 0 !
setup.py | 7 0 + 7 - 0 !
tests/settings.py | 3 0 + 3 - 0 !
3 files changed, 11 deletions(-)

 remove pretty-printing nose-cover3 from build.

 nose-cover3 is not essential to the build-proccess and is not packaged
 for Debian. Thus removing it from the sources.
no issues.patch | (download)

docs/conf.py | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 do not build issues if deb_build_issues=disabled

   Building the issues via sphinxcontrib.issuetracker requires
   a network connection which is not available on Debian
   buildds.
Bug-Debian: http://bugs.debian.org/681379
Patch-Name: no-issues.patch

fix_autodiscover.patch | (download)

djcelery/loaders.py | 9 7 + 2 - 0 !
djcelery/tests/test_discovery.py | 22 16 + 6 - 0 !
2 files changed, 23 insertions(+), 8 deletions(-)

 fix_autodiscover for django 1.7

Bug-Vendor: https://github.com/celery/django-celery/issues/343
privacy.patch | (download)

docs/.templates/sidebarlogo.html | 3 0 + 3 - 0 !
docs/conf.py | 2 1 + 1 - 0 !
docs/index.rst | 2 0 + 2 - 0 !
docs/introduction.rst | 2 0 + 2 - 0 !
4 files changed, 1 insertion(+), 8 deletions(-)

 remove remote hosted logo image from documentation

 This is a potential breach of privacy for the user viewing the documentation
 from his local filesystem.
0005 Fix python3 issues.patch | (download)

djcelery/loaders.py | 3 2 + 1 - 0 !
djcelery/views.py | 6 3 + 3 - 0 !
2 files changed, 5 insertions(+), 4 deletions(-)

 fix python3 issues

Reported upsteam https://github.com/celery/django-celery/issues/342

0006 Fix caching with Django 1.9.patch | (download)

djcelery/backends/cache.py | 4 2 + 2 - 0 !
tests/settings.py | 9 9 + 0 - 0 !
2 files changed, 11 insertions(+), 2 deletions(-)

 fix caching with django 1.9

Somewhat ugly because we can't lookup a cache by it's backend anymore,
however changing this would require potentially break compatability with
existing applications.

0007 Fix get_model with Django 1.9.patch | (download)

tests/someapp/tasks.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix get_model with django 1.9


0008 django 1.10 fix django.conf.urls.patterns is removed.patch | (download)

djcelery/urls.py | 10 3 + 7 - 0 !
tests/urls.py | 12 3 + 9 - 0 !
2 files changed, 6 insertions(+), 16 deletions(-)

 django 1.10 fix django.conf.urls.patterns() is removed


0009 django 1.10 fix access to _default_manager.patch | (download)

djcelery/schedulers.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 django 1.10: fix access to _default_manager


0010 Fix management command handling for django 1.10.patch | (download)

djcelery/management/base.py | 24 23 + 1 - 0 !
1 file changed, 23 insertions(+), 1 deletion(-)

 fix management command handling for django >= 1.10

Patch applied from upstream: