{ "info": { "author": "Django Software Foundation", "author_email": "jacob@jacobian.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "===========================\nDjango \"excontrib\" Comments\n===========================\n\n.. image:: https://img.shields.io/pypi/v/django-contrib-comments.svg\n :target: https://pypi.python.org/pypi/django-contrib-comments\n\n.. image:: https://img.shields.io/travis/django/django-contrib-comments.svg\n :target: http://travis-ci.org/django/django-contrib-comments\n\nDjango used to include a comments framework; since Django 1.6 it's been\nseparated to a separate project. This is that project.\n\nThis framework can be used to attach comments to any model, so you can use it\nfor comments on blog entries, photos, book chapters, or anything else.\n\nFor details, `consult the documentation`__.\n\n__ https://django-contrib-comments.readthedocs.io/\n.. :changelog:\n\nHistory\n=======\n\n1.9.1 (2019-02-20)\n------------------\n\n* WARNING: This is most probably the last version supporting Python 2.\n* Added testing for Python 3.7.\n* Confirmed support for Django 2.2 (no code changes required).\n* Updated translations.\n\n1.9.0 (2018-08-04)\n------------------\n\n* Added testing for Python 3.6.\n* Confirmed support for Django 2.0 and 2.1.\n* Dropped support for Django < 1.11.\n* ``ip_address`` is set to None when ``REMOTE_ADDR`` is empty (#93).\n\n1.8.0 (2017-02-03)\n------------------\n\n* Fixed a packaging error which caused sub-packages of the tests to be\n distributed.\n* Use ``get_current_site`` to look up the site instead of ``settings.SITE_ID``.\n* Confirmed support for Django 1.11.\n* Dropped Django 1.7 and Python 3.2/3.3 support.\n* Added testing for Python 3.5.\n* Updated translations.\n\n1.7.3 (2016-09-13)\n------------------\n\n* Fixed a regression which prevented the ``Comment`` model\n from registering with the admin.\n* Updated translations.\n\n1.7.2 (2016-08-04)\n------------------\n\n* ``get_comment_list`` now returns a ``QuerySet`` instead of a ``list``.\n* Fixed a Django 1.9+ compatibility issue with a customized comment app in\n ``INSTALLED_APPS`` (#87).\n* Confirmed support for Django 1.10.\n\n1.7.1 (2016-05-03)\n------------------\n\n* Isolated abstract models outside of models.py so they can be imported without\n triggering Django's deprecation warning about models living outside of a\n 'models' module.\n* Updated translations.\n\n1.7.0 (2016-03-29)\n------------------\n\n* Dropped Django 1.6 and Python 2.6 support\n* Improved usage of ``AppConfig`` functionality for custom models.\n* Added ``CommentAbstractModel`` as another abstract model layer for easier\n customization.\n* Avoided N+1 query problem for users on comments.\n* Made the moderation email subject translatable.\n* Added a database index to ``Comment.submit_date``, since it is used for the\n default ordering.\n* Fixed packaging so locale files are distributed.\n* Updated translations.\n\n1.6.2 (2016-12-10)\n------------------\n\n* Fixed some Django deprecation warnings.\n* Setup translation system using Transifex.\n* Added missing South migration for the email length.\n* Updated translations.\n\n1.6.1 (2016-05-08)\n------------------\n\n* Fixed migrations not working when installed as an egg.\n\n\n1.6.0 (2016-04-29)\n------------------\n\n* Made ``CommentSecurityForm`` pass keyword arguments to its parent class.\n* Added ``COMMENTS_TIMEOUT`` setting to configure the timeout for\n ``CommentSecurityForm``.\n* Migrated ``Comment.user_email`` to 254 characters.\n* Moved South migrations to ``south_migrations`` folder so they can exist with\n Django 1.7 migrations.\n* Added Django 1.9 compatibility, dropped support for Django 1.5.\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/django/django-contrib-comments", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-contrib-comments", "package_url": "https://pypi.org/project/django-contrib-comments/", "platform": "any", "project_url": "https://pypi.org/project/django-contrib-comments/", "project_urls": { "Homepage": "https://github.com/django/django-contrib-comments" }, "release_url": "https://pypi.org/project/django-contrib-comments/1.9.1/", "requires_dist": [ "Django (>=1.11)" ], "requires_python": "", "summary": "The code formerly known as django.contrib.comments.", "version": "1.9.1" }, "last_serial": 4847517, "releases": { "1.5": [ { "comment_text": "", "digests": { "md5": "8ffdd8d14e73275d874f369ba1733168", "sha256": "b05f239beb650b972b6e546c0d1b24d3e2d26d1bcfd7bb91aacbacdfff528e26" }, "downloads": -1, "filename": "django-contrib-comments-1.5.tar.gz", "has_sig": false, "md5_digest": "8ffdd8d14e73275d874f369ba1733168", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27753, "upload_time": "2013-03-11T20:47:11", "url": "https://files.pythonhosted.org/packages/57/5b/a2ca4547c52ed241f2cc0ecd91492acd6351f9f18cd8aa98db5fa06ad38d/django-contrib-comments-1.5.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "b7a6e0cea40e13aa3c346e5519d9596a", "sha256": "8afd5834634568922989eab9f796deaa4c141bfbd02d2d6f6291d700cd38210e" }, "downloads": -1, "filename": "django_contrib_comments-1.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b7a6e0cea40e13aa3c346e5519d9596a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48950, "upload_time": "2015-04-23T16:43:44", "url": "https://files.pythonhosted.org/packages/28/a4/79ba7e33ffeba6ca2dcd595c02d6480335c74c81068e67e7f5ed1eaa6705/django_contrib_comments-1.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89506dcd2763bfef2cfa3a1ab1c8083c", "sha256": "b9934e1ebe388cf7d25f4470b4a2ceae272320a6e3a575f87fb9830c373406fe" }, "downloads": -1, "filename": "django-contrib-comments-1.5.1.tar.gz", "has_sig": true, "md5_digest": "89506dcd2763bfef2cfa3a1ab1c8083c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 599356, "upload_time": "2015-04-25T15:31:00", "url": "https://files.pythonhosted.org/packages/10/c0/286248e59ce09799b80d5e58b4f06fc3ef9645226618cb8f8c852e721e73/django-contrib-comments-1.5.1.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "f541b75235137a674ea75e2cdc570591", "sha256": "202494d08df1ee482845260653127e1c1b0b6adb3e065e4a2518b5e980def6e1" }, "downloads": -1, "filename": "django_contrib_comments-1.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f541b75235137a674ea75e2cdc570591", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 51483, "upload_time": "2015-04-29T18:25:26", "url": "https://files.pythonhosted.org/packages/64/ac/d4aad3904a2630357109b465117589313bc6aebf3eb56b46b7877208136e/django_contrib_comments-1.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c962a88e054c229dc62b7f96b399b474", "sha256": "af03bda4e9cacbd418cdb2edaa0ae5ee2fb510f0e312d057b4cd904cdc82fcce" }, "downloads": -1, "filename": "django-contrib-comments-1.6.0.tar.gz", "has_sig": false, "md5_digest": "c962a88e054c229dc62b7f96b399b474", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 601123, "upload_time": "2015-04-29T18:24:41", "url": "https://files.pythonhosted.org/packages/f8/ec/38eeb11be791b3ed885410d75626f275e833a64b21ff73493e58fabc6759/django-contrib-comments-1.6.0.tar.gz" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "6033ba115daffc309aefa42182554480", "sha256": "c0411a6561acdc2c5b5102c90e6d8176caa52778aa54a993a1eed41fe28a877d" }, "downloads": -1, "filename": "django_contrib_comments-1.6.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "6033ba115daffc309aefa42182554480", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 51485, "upload_time": "2015-05-08T16:23:20", "url": "https://files.pythonhosted.org/packages/62/f2/89329def6f053df4e41a352c1bd962be5fe25f22722179a2b3339827cefa/django_contrib_comments-1.6.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "72d4659b053c6ef598dcef1c7be4f591", "sha256": "ef82f5f2f23b5a4e83d1ebcc67e974453368de51b7a38631a1ac5a933c0a244b" }, "downloads": -1, "filename": "django-contrib-comments-1.6.1.tar.gz", "has_sig": true, "md5_digest": "72d4659b053c6ef598dcef1c7be4f591", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 601181, "upload_time": "2015-05-08T16:22:56", "url": "https://files.pythonhosted.org/packages/85/55/1b1c889f77af11a3e418616c90b86eb75b5e360216af7609c265eb35e769/django-contrib-comments-1.6.1.tar.gz" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "827e68698774bbf003d2ee85777b454b", "sha256": "3e0837c82f1e54424d46d77c6a099e7e08f1b7041d5c194771428138fefb2d77" }, "downloads": -1, "filename": "django_contrib_comments-1.6.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "827e68698774bbf003d2ee85777b454b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 54302, "upload_time": "2015-12-10T08:25:00", "url": "https://files.pythonhosted.org/packages/c6/8c/3848bdfe1b7f6c26a96fa11ebb440fe88239f5fd7c54e76b6d761f9a6add/django_contrib_comments-1.6.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "016ac0376ca208e83e185e324569518b", "sha256": "deacadc0671401e2e62f47ebe44a882e7109f8792ea015a5fa66d5be53ca12c5" }, "downloads": -1, "filename": "django-contrib-comments-1.6.2.tar.gz", "has_sig": true, "md5_digest": "016ac0376ca208e83e185e324569518b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 725089, "upload_time": "2015-12-10T08:25:18", "url": "https://files.pythonhosted.org/packages/7d/52/02b101763ba423d2d814278ce43b7cf4ccbf774417d55b10019903b85f5a/django-contrib-comments-1.6.2.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "75067b39555dbe77fbe9680807593ce6", "sha256": "9768322be187cafa531a3854d5c26357951d7ded884844e44e02dbd285f93109" }, "downloads": -1, "filename": "django_contrib_comments-1.7.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "75067b39555dbe77fbe9680807593ce6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 400523, "upload_time": "2016-03-29T18:33:48", "url": "https://files.pythonhosted.org/packages/8c/3b/0a482e6e210467586050498e34a73b72bc7f82f0da6b61dd8a2311749483/django_contrib_comments-1.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f912b797b2fef7f4ca442a6dafb2d22e", "sha256": "0994c8e817be492cce6ba649194bb73df6c74ba68b693e358bcbca9143239b92" }, "downloads": -1, "filename": "django-contrib-comments-1.7.0.tar.gz", "has_sig": true, "md5_digest": "f912b797b2fef7f4ca442a6dafb2d22e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 849716, "upload_time": "2016-03-29T18:32:56", "url": "https://files.pythonhosted.org/packages/f1/c3/a88ea1aed88467a8ccf5e2aad6e8940822bd9c3c459ac627adc54e2dbe3e/django-contrib-comments-1.7.0.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "a8884c80356401f51138c0477f5c00cc", "sha256": "71537560862872128ebb10638659d8a0b505b5d438316ae6f67a715870f733d1" }, "downloads": -1, "filename": "django_contrib_comments-1.7.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a8884c80356401f51138c0477f5c00cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 401972, "upload_time": "2016-05-03T10:19:47", "url": "https://files.pythonhosted.org/packages/24/5f/9a1749fbda24f74378b5b61e3ac9f615164af6ded6bc5880b892ab88aa31/django_contrib_comments-1.7.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6aee8599e0fa5952cf47cfecff191235", "sha256": "9984a6f5c08f9c7173ba9d09662c19ab1da32ff2bde35e8465079947bf9ebc57" }, "downloads": -1, "filename": "django-contrib-comments-1.7.1.tar.gz", "has_sig": true, "md5_digest": "6aee8599e0fa5952cf47cfecff191235", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 850626, "upload_time": "2016-05-03T10:18:42", "url": "https://files.pythonhosted.org/packages/d9/f4/9e761e77d78c52388a3d8f8bbe64df142a22a96b0391792e5529e91b7b01/django-contrib-comments-1.7.1.tar.gz" } ], "1.7.2": [ { "comment_text": "", "digests": { "md5": "e969c9932455997bfc536428c6352544", "sha256": "ece93d278832987668fa22ff3163ade68ca30c4f48a68987b5f85f45cbe23a69" }, "downloads": -1, "filename": "django_contrib_comments-1.7.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e969c9932455997bfc536428c6352544", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 403582, "upload_time": "2016-08-04T10:35:23", "url": "https://files.pythonhosted.org/packages/44/0f/210a9b702a31d6a540b2a149859fa27a26d0bc77822995b4dfc6fef5893f/django_contrib_comments-1.7.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "43d65b8d8c9bd25df4511aaae4b6dc0f", "sha256": "9d33bb40e8cfb5f4e3d425a66a89b351c2603caa2fd253e4134f9aef8d547d7b" }, "downloads": -1, "filename": "django-contrib-comments-1.7.2.tar.gz", "has_sig": true, "md5_digest": "43d65b8d8c9bd25df4511aaae4b6dc0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 852397, "upload_time": "2016-08-04T10:35:14", "url": "https://files.pythonhosted.org/packages/fb/2f/1052ddd67d110ed49d9e5e611efd7fdc0eecd8f6ea8dedb16531e53ba0a3/django-contrib-comments-1.7.2.tar.gz" } ], "1.7.3": [ { "comment_text": "", "digests": { "md5": "d5e4d831a6fcdb4acbc6b2c795b3b769", "sha256": "d3d5ce0d87685a769a62bf229d4bcd091401ba4d5b22a3e6098786a6f8fd97ff" }, "downloads": -1, "filename": "django_contrib_comments-1.7.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d5e4d831a6fcdb4acbc6b2c795b3b769", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 406005, "upload_time": "2016-09-13T17:51:09", "url": "https://files.pythonhosted.org/packages/f7/89/1e4ea5b734e737582d2bf389f0ceecdd3bfc19f634b0b812fa78128c8b39/django_contrib_comments-1.7.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e774410135b8bf5d45ada7a0c4e9e88a", "sha256": "c504ac3abb50175d5ddef7b98197d38e023508546f0ba8b173e0a5d2a2223e39" }, "downloads": -1, "filename": "django-contrib-comments-1.7.3.tar.gz", "has_sig": true, "md5_digest": "e774410135b8bf5d45ada7a0c4e9e88a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 856984, "upload_time": "2016-09-13T17:51:00", "url": "https://files.pythonhosted.org/packages/8d/47/3857d51e3186a7ecc3cdd737578620e3da2b43aeff6d4f7e5c62a47bdbda/django-contrib-comments-1.7.3.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "d3544cc6b877cc6fc015756f29b6f889", "sha256": "9c666f162ab7b57ed6a77a29d01d92d6ea95d850c1e0c1cd2e50d81bc7e66f5e" }, "downloads": -1, "filename": "django_contrib_comments-1.8.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d3544cc6b877cc6fc015756f29b6f889", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 407013, "upload_time": "2017-02-03T17:50:37", "url": "https://files.pythonhosted.org/packages/8f/6c/490306f717e242f21485264ef7432b4f6fea42ce17998f6ff3fa0a2a2e2f/django_contrib_comments-1.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bfdeceac1539ab6d6851202cf3a838d0", "sha256": "7d966bb5bda3ded47a652ae9b0b0b2d3234ea2d3d37ca04b360fce2c117fba2f" }, "downloads": -1, "filename": "django-contrib-comments-1.8.0.tar.gz", "has_sig": true, "md5_digest": "bfdeceac1539ab6d6851202cf3a838d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 858525, "upload_time": "2017-02-03T17:50:48", "url": "https://files.pythonhosted.org/packages/e2/29/25b9338c2fcc1930f74189480765ac5df1139f72998620f2c29a0513d7db/django-contrib-comments-1.8.0.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "fe5fdaefdc7c2891e899c44f3210a3f0", "sha256": "37fb0c60e0880c0978797925705ecbc1a153bf9cbc1253b579963e101a9acaac" }, "downloads": -1, "filename": "django_contrib_comments-1.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fe5fdaefdc7c2891e899c44f3210a3f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 389011, "upload_time": "2018-08-04T21:08:43", "url": "https://files.pythonhosted.org/packages/67/43/9c143762f71d3dee62e074070a88aecefb5e631a605debe822b37cf4f4a7/django_contrib_comments-1.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88ddc3a184f1f2bd1c2824a7cfbd2147", "sha256": "689f3f80ff7ea8ab9f712ae5fe17ffa2ee8babbf8d75229ee8acc7bad461dfef" }, "downloads": -1, "filename": "django-contrib-comments-1.9.0.tar.gz", "has_sig": false, "md5_digest": "88ddc3a184f1f2bd1c2824a7cfbd2147", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 858400, "upload_time": "2018-08-04T21:08:53", "url": "https://files.pythonhosted.org/packages/e1/af/923b68df66c58618f8b5584c6306219cf199eb23a5ce04bd08d0a40b899a/django-contrib-comments-1.9.0.tar.gz" } ], "1.9.1": [ { "comment_text": "", "digests": { "md5": "adaf3722c7b8592d2ad9d56e34c73eeb", "sha256": "656aefe59798e5f7ef06af4bf34cf458962225bce93ca62630ba7dd97df9d81a" }, "downloads": -1, "filename": "django_contrib_comments-1.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "adaf3722c7b8592d2ad9d56e34c73eeb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 401883, "upload_time": "2019-02-20T21:46:49", "url": "https://files.pythonhosted.org/packages/28/fb/0e7a45fd7d0695417c2a4009a7a906e45b2d7234f89f07bb216f9ab94935/django_contrib_comments-1.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d51bacfccfaf05e6b3eab6cb5c9c593c", "sha256": "61b051d7bc3ff593e86b41a1ed5e969423cf55cc92768598af3315e2528e0890" }, "downloads": -1, "filename": "django-contrib-comments-1.9.1.tar.gz", "has_sig": false, "md5_digest": "d51bacfccfaf05e6b3eab6cb5c9c593c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 862465, "upload_time": "2019-02-20T21:47:01", "url": "https://files.pythonhosted.org/packages/b6/53/5c6f12eb8e191f4f6c9b08a02674be9c699fc291fd90ecf6c8504e824748/django-contrib-comments-1.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "adaf3722c7b8592d2ad9d56e34c73eeb", "sha256": "656aefe59798e5f7ef06af4bf34cf458962225bce93ca62630ba7dd97df9d81a" }, "downloads": -1, "filename": "django_contrib_comments-1.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "adaf3722c7b8592d2ad9d56e34c73eeb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 401883, "upload_time": "2019-02-20T21:46:49", "url": "https://files.pythonhosted.org/packages/28/fb/0e7a45fd7d0695417c2a4009a7a906e45b2d7234f89f07bb216f9ab94935/django_contrib_comments-1.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d51bacfccfaf05e6b3eab6cb5c9c593c", "sha256": "61b051d7bc3ff593e86b41a1ed5e969423cf55cc92768598af3315e2528e0890" }, "downloads": -1, "filename": "django-contrib-comments-1.9.1.tar.gz", "has_sig": false, "md5_digest": "d51bacfccfaf05e6b3eab6cb5c9c593c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 862465, "upload_time": "2019-02-20T21:47:01", "url": "https://files.pythonhosted.org/packages/b6/53/5c6f12eb8e191f4f6c9b08a02674be9c699fc291fd90ecf6c8504e824748/django-contrib-comments-1.9.1.tar.gz" } ] }