mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
[5.1.x] Updated validate_slug regular expression in form validation docs.
Outdated since 014247ad1922931a2f17beaf6249247298e9dc44. Backport of 63dbe30d3363715deaf280214d75b03f6d65a571 from main.
This commit is contained in:
parent
4c079918e8
commit
d71c588d83
@ -254,7 +254,7 @@ Common cases such as validating against an email or a regular expression can be
|
||||
handled using existing validator classes available in Django. For example,
|
||||
``validators.validate_slug`` is an instance of
|
||||
a :class:`~django.core.validators.RegexValidator` constructed with the first
|
||||
argument being the pattern: ``^[-a-zA-Z0-9_]+$``. See the section on
|
||||
argument being the pattern: ``^[-a-zA-Z0-9_]+\Z``. See the section on
|
||||
:doc:`writing validators </ref/validators>` to see a list of what is already
|
||||
available and for an example of how to write a validator.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user