Skip to content

Commit

Permalink
update docs for 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmustafa-cocus authored and Radi85 committed Dec 5, 2020
1 parent 05ba2a6 commit 16c1fd4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 18 deletions.
43 changes: 27 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
.. image:: https://badge.fury.io/py/django-comments-dab.svg
:target: https://pypi.org/project/django-comments-dab/
:alt: pypi

.. image:: https://img.shields.io/github/v/tag/radi85/Comment?color=gr
:target: https://github.com/Radi85/Comment/releases
:alt: tag

.. image:: https://travis-ci.org/Radi85/Comment.svg?branch=master
:target: https://travis-ci.org/Radi85/Comment
:alt: build

.. image:: https://coveralls.io/repos/github/Radi85/Comment/badge.svg
:target: https://coveralls.io/github/Radi85/Comment
:alt: coverage

.. image:: https://img.shields.io/pypi/pyversions/django-comments-dab.svg
:target: https://pypi.python.org/pypi/django-comments-dab/
:alt: python
Expand All @@ -22,6 +6,14 @@
:target: https://pypi.python.org/pypi/django-comments-dab/
:alt: django

.. image:: https://coveralls.io/repos/github/Radi85/Comment/badge.svg
:target: https://coveralls.io/github/Radi85/Comment
:alt: coverage

.. image:: https://travis-ci.org/Radi85/Comment.svg?branch=master
:target: https://travis-ci.org/Radi85/Comment
:alt: build

.. image:: https://readthedocs.org/projects/django-comment-dab/badge/?version=latest
:target: https://django-comment-dab.readthedocs.io/?badge=latest
:alt: docs
Expand All @@ -37,6 +29,25 @@
.. image:: https://img.shields.io/pypi/dm/django-comments-dab
:alt: downloads

.. image:: https://badge.fury.io/py/django-comments-dab.svg
:target: https://pypi.org/project/django-comments-dab/
:alt: pypi

.. image:: https://img.shields.io/github/v/tag/radi85/Comment?color=gr
:target: https://github.com/Radi85/Comment/releases
:alt: tag

.. image:: https://img.shields.io/github/release-date/radi85/comment?color=blue
:target: #
:alt: Django-comment-dab Release Date

.. image:: https://img.shields.io/github/commits-since/radi85/comment/latest/master
:target: #
:alt: Commits since latest release for a branch master

.. image:: https://img.shields.io/github/last-commit/radi85/comment?color=blue
:target: #
:alt: Django-comment-dab last commit

===================
django-comments-dab
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.0
2.5.0
11 changes: 10 additions & 1 deletion docs/source/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Changelog
=========

2.5.0
------

- Add django 3.1 compatibility.
- Add gravatar support.
- Add i18n support.
- Include static files implicitly. ``include_static`` template tag is deprecated.
- Bugs fixes.

2.0.0
------

- Allow commenting by unauthenticated users (Anonymous comment).
- Add permalink to comments.
- Remove JQuery from dependencies and replace it with Vanilla JS.
- Update mixins and add content type and parent id validators.
- Update mixin and add content type and parent id validators.
- Bug fixes.

1.6.7
Expand Down
6 changes: 6 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,9 @@ Also, related to sending of email the following settings need to set.
To further customize different attributes related to anonymous commenting, you may look into the `Settings`_ section for different configurations.

.. _`Settings`: https://django-comment-dab.readthedocs.io/settings.html/


5. Enable gravatar:
^^^^^^^^^^^^^^^^^^^^

To enable using gravatar for profile pics set ``COMMENT_USE_GRAVATAR`` in settings.py to ``True``

0 comments on commit 16c1fd4

Please sign in to comment.