1
0
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:
Tim Graham
2017-01-02 10:25:57 -05:00
parent 401c5b2e42
commit e27e4c0339
57 changed files with 0 additions and 562 deletions

View File

@@ -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