mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().
Per deprecation timeline.
This commit is contained in:
parent
9f9a3d643e
commit
7510b872e7
4 changed files with 6 additions and 36 deletions
|
@ -1351,11 +1351,6 @@ your test suite.
|
|||
with self.assertRaisesMessage(ValueError, 'invalid literal for int()'):
|
||||
int('a')
|
||||
|
||||
.. deprecated:: 1.9
|
||||
|
||||
Passing ``callable`` as a keyword argument called ``callable_obj`` is
|
||||
deprecated. Pass the callable as a positional argument instead.
|
||||
|
||||
.. method:: SimpleTestCase.assertFieldOutput(fieldclass, valid, invalid, field_args=None, field_kwargs=None, empty_value='')
|
||||
|
||||
Asserts that a form field behaves correctly with various inputs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue