Skip to content

[pull] master from pytest-dev:master #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed changelog.rst typo and added link to Django documentation.
  • Loading branch information
sdolemelipone authored and bluetech committed Jan 31, 2024
commit 11f613da77b5bc22d44eaa8c82a0fda427f091cb
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ v4.8.0 (2024-01-30)
Improvements
^^^^^^^^^^^^

* Add `pytest.asserts.assertMessages()` to mimic the behaviour of the
``django.contrib.messages.test.MessagesTestMixin.assertMessages`` function
* Added ``pytest_django.asserts.assertMessages()`` to mimic the behaviour of the
:meth:`~django.contrib.messages.test.MessagesTestMixin.assertMessages` method
for Django versions >= 5.0.

Bugfixes
Expand Down