mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #19885 -- cleaned up the django.test namespace
* override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion.
This commit is contained in:
committed by
Tim Graham
parent
a52cc1c088
commit
9d700322b3
@@ -814,7 +814,7 @@ Miscellaneous
|
||||
``{% url %}`` tag, it causes template rendering to fail like always when
|
||||
``NoReverseMatch`` is raised.
|
||||
|
||||
* :meth:`django.test.client.Client.logout` now calls
|
||||
* :meth:`django.test.Client.logout` now calls
|
||||
:meth:`django.contrib.auth.logout` which will send the
|
||||
:func:`~django.contrib.auth.signals.user_logged_out` signal.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user