Aa-forum

Latest version: v2.2.1

Safety actively analyzes 629855 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 13

1.7.0

Added

- Test suite for AA 3.x and Django 4

Changed

- Switched to `setup.cfg` as config file, since `setup.py` is deprecated now

Removed

- Deprecated settings

1.6.0

Fixed

- Compatibility Fixes (AA 3.x / Django 4):
- ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'
- URL config in README updated to work with Django 4. **Please make sure to update
your configuration accordingly!**

1.5.1

Fixed

- Escaped HTML entities in webhook messages, so that this »`That&39;s`« doesn't
happen anymore

1.5.0

Added

- Option: Use this Discord Webhook for replies as well? (This is a checkbox in the
board settings. When checked, the provided Discord webhook will also be used to
send a message for every reply in this board to Discord. Choose wisely!)

![Admin Board Options]

Changed

- Webhook handling changed to dhooks-lite, so we can make our Discord messages nicer

1.4.3

Fixed

- `NoReverseMatch` error when slugs for a category, board or topic that are generated
from the name/subject ended up being empty when only entered special chars like
"$%" as name/subject

1.4.2

Fixed

- Deleting the last topic of a child board results in a `NoReverseMatch` error on
the index page (Thanks ErikKalkoken)

Changed

- Refactoring of logic for updating the first and last message on board and topic
(Thanks ErikKalkoken)
- Demoted `Board.update_last_message()` and `Topic.update_last_message()` to private
methods. Those should no longer be called from outside the module, because they're called implicitly by `save()` and `delete()` when needed. Except for bulk
methods, where e.g. `save()` is not called automatically. Test now also no longer
test this method directly. (Thanks ErikKalkoken)

Page 6 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.