The code formerly known as django.contrib.comments.
Project description
Django used to include a comments framework; since Django 1.6 it’s been separated to a separate project. This is that project.
This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
For details, consult the documentation.
History
Pending
1.7.3 (2016-09-13)
Fixed a regression which prevented the Comment model from registering with the admin.
Updated translations.
1.7.2 (2016-08-04)
get_comment_list now returns a QuerySet instead of a list.
Fixed a Django 1.9+ compatibility issue with a customized comment app in INSTALLED_APPS (#87).
Confirmed support for Django 1.10.
1.7.1 (2016-05-03)
Isolated abstract models outside of models.py so they can be imported without triggering Django’s deprecation warning about models living outside of a ‘models’ module.
Updated translations.
1.7.0 (2016-03-29)
Dropped Django 1.6 and Python 2.6 support
Improved usage of AppConfig functionality for custom models.
Added CommentAbstractModel as another abstract model layer for easier customization.
Avoided N+1 query problem for users on comments.
Made the moderation email subject translatable.
Added a database index to Comment.submit_date, since it is used for the default ordering.
Fixed packaging so locale files are distributed.
Updated translations.
1.6.2 (2016-12-10)
Fixed some Django deprecation warnings.
Setup translation system using Transifex.
Added missing South migration for the email length.
Updated translations.
1.6.1 (2016-05-08)
Fixed migrations not working when installed as an egg.
1.6.0 (2016-04-29)
Made CommentSecurityForm pass keyword arguments to its parent class.
Added COMMENTS_TIMEOUT setting to configure the timeout for CommentSecurityForm.
Migrated Comment.user_email to 254 characters.
Moved South migrations to south_migrations folder so they can exist with Django 1.7 migrations.
Added Django 1.9 compatibility, dropped support for Django 1.5.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-contrib-comments-1.7.3.tar.gz
.
File metadata
- Download URL: django-contrib-comments-1.7.3.tar.gz
- Upload date:
- Size: 857.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c504ac3abb50175d5ddef7b98197d38e023508546f0ba8b173e0a5d2a2223e39 |
|
MD5 | e774410135b8bf5d45ada7a0c4e9e88a |
|
BLAKE2b-256 | 8d473857d51e3186a7ecc3cdd737578620e3da2b43aeff6d4f7e5c62a47bdbda |
Provenance
File details
Details for the file django_contrib_comments-1.7.3-py2.py3-none-any.whl
.
File metadata
- Download URL: django_contrib_comments-1.7.3-py2.py3-none-any.whl
- Upload date:
- Size: 406.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3d5ce0d87685a769a62bf229d4bcd091401ba4d5b22a3e6098786a6f8fd97ff |
|
MD5 | d5e4d831a6fcdb4acbc6b2c795b3b769 |
|
BLAKE2b-256 | f7891e4ea5b734e737582d2bf389f0ceecdd3bfc19f634b0b812fa78128c8b39 |