Skip to content

Commit

Permalink
docs: fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 committed Jan 20, 2022
1 parent db1be66 commit 02b3864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Changelog
**Breaking Changes:**

- Remove the hard-coding of ``authentication_classes``, ``permission_classes`` variables in :doc:`views`.
Meaning they will now use the defaults set under ``REST_FRAMEWORK`` in ``settings.py``
Meaning they will now use the defaults set under ``REST_FRAMEWORK`` in ``settings.py``.

**Other:**

- Support for Python 3.10. Enable CI tests for same.
- Support for Django 4.0. Enable CI tests for same.

Expand Down

0 comments on commit 02b3864

Please sign in to comment.