1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #25190 -- Removed callable_obj parameter to assertRaisesMessages().

Per deprecation timeline.
This commit is contained in:
Tim Graham
2016-12-31 08:10:37 -05:00
parent 9f9a3d643e
commit 7510b872e7
4 changed files with 6 additions and 36 deletions

View File

@@ -306,3 +306,6 @@ these features.
* The ``current_app`` parameter to the ``contrib.auth`` function-based views is
removed.
* The ``callable_obj`` keyword argument to
``SimpleTestCase.assertRaisesMessage()`` is removed.