summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-02 18:52:30 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:10 -0400
commitb6ea1961eb6816dee4370fb0ebd49dba29478db1 (patch)
treeee19d76b5f13c058c8a4ec4d7420f4a81bab2947 /docs/ref
parent54fd769eb40c122485368f6d9257ab963b325ddd (diff)
Refs #23151 -- Removed RegexField.error_message per deprecation timeline.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/forms/fields.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt
index 8cdd249005..72ce98d345 100644
--- a/docs/ref/forms/fields.txt
+++ b/docs/ref/forms/fields.txt
@@ -853,14 +853,6 @@ For each field, we describe the default widget used if you don't specify
Defaults to ``False``. If enabled, stripping will be applied before the
regex validation.
- .. deprecated:: 1.8
-
- The optional argument ``error_message`` is also accepted for backwards
- compatibility but will be removed in Django 1.10. The preferred way to
- provide an error message is to use the :attr:`~Field.error_messages`
- argument, passing a dictionary with ``'invalid'`` as a key and the error
- message as the value.
-
``SlugField``
~~~~~~~~~~~~~