Skip to content

Commit 5dded2c

Browse files
authored
Merge pull request #883 from adamchainz/patch-1
2 parents 9aaac8f + 9157a89 commit 5dded2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Changelog
1515
* **Backwards icompatible:** Rename the (``content_type``, ``object_id``) index on ``TaggedItem``.
1616
It is very unlikely for this to affect your code itself, and a migration will rename the index. This should not cause any downtime according to my research (Postgres does not lock the table for index renames, and Oracle holds a tiny lock to do it, and the change is only to the metadata, so is not dependent on table size).
1717

18-
* **Backwards incompatible:** Remove the ``.indexed_together`` and ``.unique_together`` attributes on ``TaggedItem``
18+
* **Backwards incompatible:** Remove the ``.index_together`` and ``.unique_together`` attributes on ``TaggedItem``
1919

2020
We are instead using ``constraints`` and ``indexes`` to set up these properties.
2121
* Remove support for Django 3.2.

0 commit comments

Comments
 (0)