mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.
This commit is contained in:
@@ -259,7 +259,9 @@ URLs
|
||||
Validators
|
||||
~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* :class:`.MaxValueValidator`, :class:`.MinValueValidator`,
|
||||
:class:`.MinLengthValidator`, and :class:`.MaxLengthValidator` now accept
|
||||
a callable ``limit_value``.
|
||||
|
||||
.. _backwards-incompatible-2.2:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user