{ "info": { "author": "Asif Saif Uddin, Ask Solem", "author_email": "auvipy@gmai.com, ask@celeryproject.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Communications", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Distributed Computing" ], "description": "=====================================================================\n Celery Result Backends using the Django ORM/Cache framework.\n=====================================================================\n\n|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|\n\n:Version: 1.0.4\n:Web: http://django-celery-results.readthedocs.io/\n:Download: http://pypi.python.org/pypi/django-celery-results\n:Source: http://github.com/celery/django-celery-results\n:Keywords: django, celery, database, results\n\nAbout\n=====\n\nThis extension enables you to store Celery task results using the Django ORM.\n\nIt defines a single model (``django_celery_results.models.TaskResult``)\nused to store task results, and you can query this database table like\nany other Django model.\n\nInstalling\n==========\n\nThe installation instructions for this extension is available\nfrom the `Celery documentation`_:\n\nhttp://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend\n\n\n.. _`Celery documentation`:\n http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#django-celery-results-using-the-django-orm-cache-as-a-result-backend\n\n.. _installation:\n\nInstallation\n============\n\nYou can install django-celery-results either via the Python Package Index (PyPI)\nor from source.\n\nTo install using `pip`,::\n\n $ pip install -U django-celery-results\n\n.. _installing-from-source:\n\nDownloading and installing from source\n--------------------------------------\n\nDownload the latest version of django-celery-results from\nhttp://pypi.python.org/pypi/django-celery-results\n\nYou can install it by doing the following,::\n\n $ tar xvfz django-celery-results-0.0.0.tar.gz\n $ cd django-celery-results-0.0.0\n $ python setup.py build\n # python setup.py install\n\nThe last command must be executed as a privileged user if\nyou are not currently using a virtualenv.\n\n.. _installing-from-git:\n\nUsing the development version\n-----------------------------\n\nWith pip\n~~~~~~~~\n\nYou can install the latest snapshot of django-celery-results using the following\npip command::\n\n $ pip install https://github.com/celery/django-celery-results/zipball/master#egg=django-celery-results\n\n\nIssues with mysql\n-----------------\n\nIf you want to run ``django-celery-results`` with MySQL, you might run into some issues.\n\nOne such issue is when you try to run ``python manage.py migrate django_celery_results``, you might get the following error::\n\n django.db.utils.OperationalError: (1071, 'Specified key was too long; max key length is 767 bytes')\n\nTo get around this issue, you can set::\n\n DJANGO_CELERY_RESULTS_TASK_ID_MAX_LENGTH=191\n\n(or any other value if any other db other than MySQL is causing similar issues.)\n\nmax_length of **191** seems to work for MySQL.\n\n\n.. |build-status| image:: https://secure.travis-ci.org/celery/django-celery-results.svg?branch=master\n :alt: Build status\n :target: https://travis-ci.org/celery/django-celery-results\n\n.. |coverage| image:: https://codecov.io/github/celery/django-celery-results/coverage.svg?branch=master\n :target: https://codecov.io/github/celery/django-celery-results?branch=master\n\n.. |license| image:: https://img.shields.io/pypi/l/django-celery-results.svg\n :alt: BSD License\n :target: https://opensource.org/licenses/BSD-3-Clause\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-results.svg\n :alt: django-celery-results can be installed via wheel\n :target: http://pypi.python.org/pypi/django-celery-results/\n\n.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-results.svg\n :alt: Supported Python versions.\n :target: http://pypi.python.org/pypi/django-celery-results/\n\n.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-results.svg\n :alt: Support Python implementations.\n :target: http://pypi.python.org/pypi/django-celery-results/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/celery/django-celery-results", "keywords": "celery django database result backend", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-celery-results", "package_url": "https://pypi.org/project/django-celery-results/", "platform": "any", "project_url": "https://pypi.org/project/django-celery-results/", "project_urls": { "Homepage": "https://github.com/celery/django-celery-results" }, "release_url": "https://pypi.org/project/django-celery-results/1.1.2/", "requires_dist": [ "celery (<5.0,>=4.3)" ], "requires_python": "", "summary": "Celery result backends for Django.", "version": "1.1.2" }, "last_serial": 5363603, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6d8276a64e4abe1f94f852ed65998b8c", "sha256": "3b01608cf36273a4740cd3cb5a25460d3a52f91cb88467bf0c50077ed5c08639" }, "downloads": -1, "filename": "django_celery_results-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "6d8276a64e4abe1f94f852ed65998b8c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14522, "upload_time": "2016-09-08T22:20:40", "url": "https://files.pythonhosted.org/packages/fb/78/1738cee61ed8c41b790fa011677ca47d966913f8a3c60013e41c4dcec3ac/django_celery_results-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9206d881732cf59b2e1ed4e71a7f9509", "sha256": "eb48e03800b387cf6bc3a0e5609801ee6d7e35ac8d6bd661b26b9c7dcb6f33ca" }, "downloads": -1, "filename": "django_celery_results-1.0.0.tar.gz", "has_sig": true, "md5_digest": "9206d881732cf59b2e1ed4e71a7f9509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 880235, "upload_time": "2016-09-08T22:20:35", "url": "https://files.pythonhosted.org/packages/c3/c6/f0f280169a759c8681e45aa216a5df6b3fe12d465fcaaaa9fadcf3c3119e/django_celery_results-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "1ff2a170381bd61eb510abadb6d02f08", "sha256": "dfa240fb535a1a2d01c9e605ad71629909318eae6b893c5009eafd7265fde10b" }, "downloads": -1, "filename": "django_celery_results-1.0.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "1ff2a170381bd61eb510abadb6d02f08", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12983, "upload_time": "2016-11-07T23:11:37", "url": "https://files.pythonhosted.org/packages/8d/82/4ede39c945811ffea9de29c5d312e1ab84352c3b01a290f9dce81614567d/django_celery_results-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a9fdc8679169a772e6c8b8b1a6ea45e8", "sha256": "8bca2605eeff4418be7ce428a6958d64bee0f5bdf1f8e563fbc09a9e2f3d990f" }, "downloads": -1, "filename": "django_celery_results-1.0.1.tar.gz", "has_sig": true, "md5_digest": "a9fdc8679169a772e6c8b8b1a6ea45e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53377, "upload_time": "2016-11-07T23:11:34", "url": "https://files.pythonhosted.org/packages/b3/6c/78c26295a055d79e7386ecde1ab34a331003b0d4daf823fe9ec5a6d563f0/django_celery_results-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "ba23d8c646ea1c140b6738b4a5337c0e", "sha256": "18047c4804e1edc212b9732b07f92c98bf623297c6b3b4c7150eb4817c70b585" }, "downloads": -1, "filename": "django_celery_results-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba23d8c646ea1c140b6738b4a5337c0e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16193, "upload_time": "2018-11-12T15:35:38", "url": "https://files.pythonhosted.org/packages/bf/60/3d5da1b04ef388bd8e1e99d8f3d54558658a842ca5b8b53af8dce43f2ccb/django_celery_results-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d2925c38034017b6af3308f729c0196", "sha256": "0e11872435047ad959e92d7c5734233afbc0c9ec3abb00031295f65d295c8298" }, "downloads": -1, "filename": "django_celery_results-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2d2925c38034017b6af3308f729c0196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56127, "upload_time": "2018-11-12T15:35:39", "url": "https://files.pythonhosted.org/packages/dd/de/dcad023fdd14beede3e93b3e6100f8fa8edb3d5069beac5ba3dd9146044d/django_celery_results-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "71a67818a9904713325bbc1485f305fe", "sha256": "a11049ca0405a3c87a0927d2dd7c17121a057eca4966adac60a2753efdd249df" }, "downloads": -1, "filename": "django_celery_results-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "71a67818a9904713325bbc1485f305fe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16193, "upload_time": "2018-11-13T15:00:02", "url": "https://files.pythonhosted.org/packages/d7/3a/896b03d636d70e5eda4d39d4e0aafc790bec9bf31f4832bf9da95e5550cc/django_celery_results-1.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fbcba6261da90d094bc6a68d475cad1", "sha256": "567b9c10b4ea749c24616116997dc9758627b3c587385ac3a4db1b2e23254266" }, "downloads": -1, "filename": "django_celery_results-1.0.3.tar.gz", "has_sig": false, "md5_digest": "1fbcba6261da90d094bc6a68d475cad1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56159, "upload_time": "2018-11-13T15:00:04", "url": "https://files.pythonhosted.org/packages/2c/b0/66df7bd51f83ab3ac84f5e15be48527c2182fe91f0211633dcb4cefce15d/django_celery_results-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "f737e13d645162830be624c80238406b", "sha256": "80292a68c8b705c788ff0bca9cacc5a431a4de39d7ff49e2ca8277b700d3d616" }, "downloads": -1, "filename": "django_celery_results-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f737e13d645162830be624c80238406b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16199, "upload_time": "2018-11-13T16:28:54", "url": "https://files.pythonhosted.org/packages/54/d7/209e2753f14bff0158c2775cd9bef48e7ef29ee850c53cfa6de08d062da5/django_celery_results-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e37e4c81c0a48a0773af9cfc6b47c03d", "sha256": "89ae9e32076efc65bcba31bc729870da9b230c63af22b673b79170c4a98039b1" }, "downloads": -1, "filename": "django_celery_results-1.0.4.tar.gz", "has_sig": false, "md5_digest": "e37e4c81c0a48a0773af9cfc6b47c03d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56193, "upload_time": "2018-11-13T16:28:56", "url": "https://files.pythonhosted.org/packages/28/ca/e4f4a7f78f89dfef491e33fd19824f380234920261aed0a14609678a98ae/django_celery_results-1.0.4.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "a702bb5bd6fe4f8b01814f2db482fcb5", "sha256": "0a01b449f2c98d552c837bbcf9127775c1043ac77d9f94d2e44c5afc4556c7f0" }, "downloads": -1, "filename": "django_celery_results-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a702bb5bd6fe4f8b01814f2db482fcb5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17922, "upload_time": "2019-05-21T10:43:14", "url": "https://files.pythonhosted.org/packages/31/07/8052358307c6243c1f65abbd84670bc5b4fb137af6a197834b5125bf8e26/django_celery_results-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca4b01f5c7c2e303060dfc0436d1322c", "sha256": "1c4473de897d4e2ea2aa813771d2424c7d183ea2e9c8aa04c58234113a381e84" }, "downloads": -1, "filename": "django_celery_results-1.1.0.tar.gz", "has_sig": false, "md5_digest": "ca4b01f5c7c2e303060dfc0436d1322c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58677, "upload_time": "2019-05-21T10:43:16", "url": "https://files.pythonhosted.org/packages/0c/07/4e2d4d9d117c375b1276ba4da4f25cdbece65bd0181121dcff7e120b3833/django_celery_results-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "28c573414a13cdb153aed79f36a9329d", "sha256": "7c4c6d6d20d6dd7074b07b7a236b5e7769e515379191608527f7fbcc95a669a5" }, "downloads": -1, "filename": "django_celery_results-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "28c573414a13cdb153aed79f36a9329d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18048, "upload_time": "2019-05-28T10:01:32", "url": "https://files.pythonhosted.org/packages/1d/3f/a82aa9fb1f2e35a72a710134a7bf9d9b1dc45dea9f6c2c16d06bb6363554/django_celery_results-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c70fd16cbfa83395625e8422cf378955", "sha256": "f7638b4eaa30ae8c58d3b07196c855c67f341760f434fb64a4c81bf4daf28789" }, "downloads": -1, "filename": "django_celery_results-1.1.1.tar.gz", "has_sig": false, "md5_digest": "c70fd16cbfa83395625e8422cf378955", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58787, "upload_time": "2019-05-28T10:01:36", "url": "https://files.pythonhosted.org/packages/74/34/775645fa33f831e6f7ebb9786ce69048e14822630ba1731f9e269565d860/django_celery_results-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "f4d681f078c574d9316cef35434d8ae6", "sha256": "932277e9382528f74778b30cf90e17941cba577b7d73cee09ed55e4972972c32" }, "downloads": -1, "filename": "django_celery_results-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f4d681f078c574d9316cef35434d8ae6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18067, "upload_time": "2019-06-05T18:04:12", "url": "https://files.pythonhosted.org/packages/0d/37/5e9578476a7d77cee72e5d0ba60503a9bb3efe4254e4d1de87950ac1cc96/django_celery_results-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b72742e2f7c5cdd95fe7cb025f0b6e33", "sha256": "e735dc3e705a0e21afc3b6fa2918ec388258145fcbaad3727c493c5707d25034" }, "downloads": -1, "filename": "django_celery_results-1.1.2.tar.gz", "has_sig": false, "md5_digest": "b72742e2f7c5cdd95fe7cb025f0b6e33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58835, "upload_time": "2019-06-05T18:04:19", "url": "https://files.pythonhosted.org/packages/3d/a9/f8408dc59fbe63d70bda78d0a2cd5b2918ee59785c2bc2449a6fe4962b16/django_celery_results-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f4d681f078c574d9316cef35434d8ae6", "sha256": "932277e9382528f74778b30cf90e17941cba577b7d73cee09ed55e4972972c32" }, "downloads": -1, "filename": "django_celery_results-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f4d681f078c574d9316cef35434d8ae6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18067, "upload_time": "2019-06-05T18:04:12", "url": "https://files.pythonhosted.org/packages/0d/37/5e9578476a7d77cee72e5d0ba60503a9bb3efe4254e4d1de87950ac1cc96/django_celery_results-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b72742e2f7c5cdd95fe7cb025f0b6e33", "sha256": "e735dc3e705a0e21afc3b6fa2918ec388258145fcbaad3727c493c5707d25034" }, "downloads": -1, "filename": "django_celery_results-1.1.2.tar.gz", "has_sig": false, "md5_digest": "b72742e2f7c5cdd95fe7cb025f0b6e33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58835, "upload_time": "2019-06-05T18:04:19", "url": "https://files.pythonhosted.org/packages/3d/a9/f8408dc59fbe63d70bda78d0a2cd5b2918ee59785c2bc2449a6fe4962b16/django_celery_results-1.1.2.tar.gz" } ] }