{ "info": { "author": "Adam Johnson", "author_email": "me@adamj.eu", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "django_atomic_dispatch - Atomic transaction aware signals for Django\n====================================================================\n\n.. image:: https://travis-ci.org/adamchainz/django_atomic_dispatch.png?branch=master\n :target: https://travis-ci.org/adamchainz/django_atomic_dispatch\n\nDon't Use This Library\n----------------------\n\nThis library uses `django-atomic-signals`_. Unfortunately that library is deprecated, and is a bit too hacky. There is\nplenty of extra description why on `django-atomic-signals' README `_, and also on the similar\nlibrary `django-transaction-signals`_, by Django core developer Aymeric.\n\n.. _django-atomic-signals: https://github.com/adamchainz/django_atomic_signals\n.. _django-transaction-signals: https://github.com/aaugustin/django-transaction-signals\n\nIf you want a supported method of executing a signal dispatch only when the current transaction commits, then:\n\n- on Django >= 1.9, use the built-in on_commit_ hook\n- on Django < 1.9, use `django-transaction-hooks`_ (the original source of 1.9's ``on_commit``)\n\n.. _on_commit: https://docs.djangoproject.com/en/dev/topics/db/transactions/#django.db.transaction.on_commit\n.. _django-transaction-hooks: https://django-transaction-hooks.readthedocs.org/\n\nBoth give examples so you are in good hands. In most cases you will just need to use a regular signal and make its\n``send()`` happen inside a lambda that is passed to ``on_commit``.\n\nIf your project is still using this library, please migrate. You will need to remove `django-atomic-signals` as well as\n`django-atomic-dispatch`.\n\nThe current version of `django-atomic-dispatch`, 2.0.0, simply errors upon import, directing you here.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adamchainz/django_atomic_dispatch", "keywords": null, "license": "Copyright (c) Nick Bruun \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, \n this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nParts of the code base are derivatives of the Django code base subject to the\nDjango license:\n\nCopyright (c) Django Software Foundation and individual contributors.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, \n this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of Django nor the names of its contributors may be used\n to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "django-atomic-dispatch", "package_url": "https://pypi.org/project/django-atomic-dispatch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-atomic-dispatch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/adamchainz/django_atomic_dispatch" }, "release_url": "https://pypi.org/project/django-atomic-dispatch/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Atomic transaction aware signals for Django 1.6+", "version": "2.0.0" }, "last_serial": 2082609, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "e242642ce76fa36d21dd4fda6360a141", "sha256": "c44acc3fd35bfd7213bef2ab24175a23ca47990881c1880ddda916ffc51b3b2a" }, "downloads": -1, "filename": "django-atomic-dispatch-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e242642ce76fa36d21dd4fda6360a141", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4432, "upload_time": "2014-09-12T00:34:52", "url": "https://files.pythonhosted.org/packages/10/f3/f9325af87dbe5a32bc4e2e2917288f0c720813691f2fac3dc4bc1458098d/django-atomic-dispatch-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3f7d1933e0d9509574a1b30ce788b1f1", "sha256": "4fb1f54c4bb8ae4b76758dc292c69cc8dc35d759562bebd420751082aa33e28a" }, "downloads": -1, "filename": "django-atomic-dispatch-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3f7d1933e0d9509574a1b30ce788b1f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4473, "upload_time": "2014-09-24T21:49:57", "url": "https://files.pythonhosted.org/packages/48/2f/ef809e51b0e6ac1e7dbd4a1365ba66914541f0664500b0013c4851f695ca/django-atomic-dispatch-1.0.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "b8d2cc2e1341139c84bdfb86b1996b24", "sha256": "685ac55c0a8a0f897b54ebb6352c1ba15020ba2ddf6d82d94786dd56d07d9936" }, "downloads": -1, "filename": "django-atomic-dispatch-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b8d2cc2e1341139c84bdfb86b1996b24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3202, "upload_time": "2016-01-26T18:41:34", "url": "https://files.pythonhosted.org/packages/ca/9d/578565143c9e1c6fecdb16b594fa12d82e91ec866c15126ec97baab56918/django-atomic-dispatch-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b8d2cc2e1341139c84bdfb86b1996b24", "sha256": "685ac55c0a8a0f897b54ebb6352c1ba15020ba2ddf6d82d94786dd56d07d9936" }, "downloads": -1, "filename": "django-atomic-dispatch-2.0.0.tar.gz", "has_sig": false, "md5_digest": "b8d2cc2e1341139c84bdfb86b1996b24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3202, "upload_time": "2016-01-26T18:41:34", "url": "https://files.pythonhosted.org/packages/ca/9d/578565143c9e1c6fecdb16b594fa12d82e91ec866c15126ec97baab56918/django-atomic-dispatch-2.0.0.tar.gz" } ] }