mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Removed versionadded/changed annotations for 1.10.
This commit is contained in:
@@ -133,10 +133,6 @@ perform any extra checks you need, and append any messages to those generated
|
||||
by the base class. It's recommended that you delegate each check to separate
|
||||
methods.
|
||||
|
||||
.. versionchanged:: 1.10
|
||||
|
||||
Database backend checks were added.
|
||||
|
||||
Consider an example where you are implementing a custom field named
|
||||
``RangedIntegerField``. This field adds ``min`` and ``max`` arguments to the
|
||||
constructor of ``IntegerField``. You may want to add a check to ensure that users
|
||||
|
||||
Reference in New Issue
Block a user