We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c04917 commit 49b98d1Copy full SHA for 49b98d1
docs/changelog.rst
@@ -1,14 +1,21 @@
1
Changelog
2
=========
3
4
-Pending
5
--------
+v4.8.0 (2024-01-30)
+-------------------
6
7
Improvements
8
^^^^^^^^^^^^
9
10
-* Added `pytest.asserts.assertMessages()` to mimic the behaviour of the
11
- `django.contrib.messages.test.MessagesTestMixin` function for Django versions >= 5.0.
+* Add `pytest.asserts.assertMessages()` to mimic the behaviour of the
+ ``django.contrib.messages.test.MessagesTestMixin.assertMessages`` function
12
+ for Django versions >= 5.0.
13
+
14
+Bugfixes
15
+^^^^^^^^
16
17
+* Fix `--help`/`--version` crash in a partially configured app.
18
19
20
v4.7.0 (2023-11-08)
21
-------------------
0 commit comments