Removed versionadded/changed annotations for 2.2.

This commit is contained in:
Mariusz Felisiak 2019-09-05 15:07:12 +02:00
parent 32796826bb
commit 416c584cab
34 changed files with 0 additions and 221 deletions

View file

@ -212,8 +212,6 @@ Removes the index named ``name`` from the model with ``model_name``.
.. class:: AddConstraint(model_name, constraint)
.. versionadded:: 2.2
Creates a :doc:`constraint </ref/models/constraints>` in the database table for
the model with ``model_name``.
@ -222,8 +220,6 @@ the model with ``model_name``.
.. class:: RemoveConstraint(model_name, name)
.. versionadded:: 2.2
Removes the constraint named ``name`` from the model with ``model_name``.
Special Operations