mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed versionadded/changed annotations for 2.2.
This commit is contained in:
parent
32796826bb
commit
416c584cab
34 changed files with 0 additions and 221 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue