Skip to content

Commit

Permalink
Clean up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Jul 25, 2024
1 parent 4437d48 commit 15ed6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Changelog
The previous behavior for this was that by default tag items were not ordered. In practice tag items often end up ordered by creation date anyways, just due to how databases work, but this was not a guarantee.
If you wish to have the old behavior, set ``ordering=[]`` to your ``TaggableManager`` instance.
We believe that this should not cause a noticable performance change, and the number of queries involved should not change.
* Added the ability to merge tags via the admin
* Add Django 5.0 support (no code changes were needed, but now we test this release).
* Add Python 3.12 support
* Added functionality for tag merging

5.0.1 (2023-10-26)
~~~~~~~~~~~~~~~~~~
Expand Down
5 changes: 2 additions & 3 deletions docs/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ method to the :class:`~django.contrib.admin.ModelAdmin`, using


Merging tags in the admin
=========================
~~~~~~~~~~~~~~~~~~~~~~~~~

Functionality has been added to the admin app to allow for tag "merging".
Really what is happening is a "find and replace" where the selected tags are being used.
Functionality has been added to the admin app to allow for tag "merging". Multiple tags can be selected, and all of their usages will be replaced by the tag that you choose to use.

To merge your tags follow these steps:

Expand Down

0 comments on commit 15ed6e5

Please sign in to comment.