Skip to content

Commit

Permalink
Document AnonymousUser & settings in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov authored and asankov committed Dec 2, 2020
1 parent 97e5bac commit d4248fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,20 @@ Improvements
- Update documentation and images


Settings
~~~~~~~~

- ``AUTHENTICATION_BACKENDS`` setting is now explicitly specified because of
``django-guardian``. Take care to include the default backends if you
override this setting. See ``tcms/settings/common.py`` for more information.


Database
~~~~~~~~

- Add index to ``TestCase.summary`` field
- Additional migrations from ``django-guardian`` around object-level permissions
- New ``AnonymousUser`` record added by ``django-guardian``
- Start using ``django-tree-queries`` which improves how tree based structures
are stored in the database.

Expand Down

0 comments on commit d4248fd

Please sign in to comment.