Skip to content

Commit

Permalink
Merge branch '899-merge-tags' of github.com:jazzband/django-taggit in…
Browse files Browse the repository at this point in the history
…to 899-merge-tags
  • Loading branch information
guel-codes committed Jul 15, 2024
2 parents 1988558 + f68d667 commit b992366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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".
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.

To merge your tags follow these steps:
Expand All @@ -54,4 +54,4 @@ To merge your tags follow these steps:
3. Use the dropdown action list and select `Merge selected tags` and then click `Go`
4. This will redirect you onto a new page where you can insert the new tag name.
5. Click `Merge Tags`
6. This will redirect you back to the tag list
6. This will redirect you back to the tag list

0 comments on commit b992366

Please sign in to comment.