diff --git a/docs/admin.rst b/docs/admin.rst index 6337f733..486cbf24 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -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: @@ -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 \ No newline at end of file +6. This will redirect you back to the tag list