mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
Thank-you Martin Green for the patch.
This commit is contained in:
@@ -283,6 +283,10 @@ Minor features
|
||||
* The :meth:`~django.db.models.query.QuerySet.get_or_create` method no longer
|
||||
requires at least one keyword argument.
|
||||
|
||||
* The :class:`~django.test.SimpleTestCase` class includes a new assertion
|
||||
helper for testing formset errors:
|
||||
:meth:`~django.test.SimpleTestCase.assertFormsetError`.
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user