mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Added missing versionadded annotation and tweaked release note; refs #22465.
This commit is contained in:
@@ -155,8 +155,8 @@ Tests
|
||||
:meth:`~django.test.SimpleTestCase.assertTemplateUsed`. This allows you to
|
||||
assert that a template was rendered a specific number of times.
|
||||
|
||||
* :meth:`~django.test.SimpleTestCase.assertJSONNotEqual` new assertion allow
|
||||
you to test that two JSON fragments are not equal.
|
||||
* The new :meth:`~django.test.SimpleTestCase.assertJSONNotEqual` assertion
|
||||
allows you to test that two JSON fragments are not equal.
|
||||
|
||||
Validators
|
||||
^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user