From e6675e0e03098313e374509d09e706caab02d768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 8 Aug 2020 00:41:01 +0800 Subject: [PATCH] Removed the now-gone parameter errors_by_field from the documentation of the error_redirect() utility in the Mia core application. --- mia_core/status.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mia_core/status.py b/mia_core/status.py index f92f2ce..61bb1a2 100644 --- a/mia_core/status.py +++ b/mia_core/status.py @@ -51,8 +51,6 @@ def error_redirect(request, url, form): request (HttpRequest): The request. url (str): The destination URL. form (dict[str]): The received POSTed form. - errors_by_field (dict[str]): The failed fields and their corresponding - error messages. Returns: HttpResponseRedirect: The redirect response.