mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed versionadded/changed annotations for 4.1.
This commit is contained in:
		| @@ -30,11 +30,6 @@ PostgreSQL supports additional data integrity constraints available from the | ||||
|     Exclusion constraints are checked during the :ref:`model validation | ||||
|     <validating-objects>`. | ||||
|  | ||||
|     .. versionchanged:: 4.1 | ||||
|  | ||||
|         In older versions, exclusion constraints were not checked during model | ||||
|         validation. | ||||
|  | ||||
| ``name`` | ||||
| -------- | ||||
|  | ||||
| @@ -71,10 +66,6 @@ For example:: | ||||
|  | ||||
| creates an exclusion constraint on ``circle`` using ``circle_ops``. | ||||
|  | ||||
| .. versionchanged:: 4.1 | ||||
|  | ||||
|     Support for the ``OpClass()`` expression was added. | ||||
|  | ||||
| .. _operator class: https://www.postgresql.org/docs/current/indexes-opclass.html | ||||
|  | ||||
| ``index_type`` | ||||
| @@ -142,11 +133,6 @@ used for queries that select only included fields | ||||
| ``include`` is supported for GiST indexes. PostgreSQL 14+ also supports | ||||
| ``include`` for SP-GiST indexes. | ||||
|  | ||||
| .. versionchanged:: 4.1 | ||||
|  | ||||
|     Support for covering exclusion constraints using SP-GiST indexes on | ||||
|     PostgreSQL 14+ was added. | ||||
|  | ||||
| ``opclasses`` | ||||
| ------------- | ||||
|  | ||||
| @@ -176,8 +162,6 @@ creates an exclusion constraint on ``circle`` using ``circle_ops``. | ||||
| ``violation_error_message`` | ||||
| --------------------------- | ||||
|  | ||||
| .. versionadded:: 4.1 | ||||
|  | ||||
| The error message used when ``ValidationError`` is raised during | ||||
| :ref:`model validation <validating-objects>`. Defaults to | ||||
| :attr:`.BaseConstraint.violation_error_message`. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user