jazzband/django-taggit

Enhacement: Add remove_by_slug() method to TaggableManager

Open

#151 geöffnet am 23. Aug. 2013

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (624 Forks)user submission
enhancementgood first issue

Repository-Metriken

Stars
 (3.433 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

That way it would also be possible to remove tags by providing their unique slugs. Have in mind that people might want to use URLs like .../some-object/tags/my-precious-tag/remove/ to remove a tag.

Adding this method seems easy, but I am reluctant to contribute a PR because I am not sure if I can write correct tests for this code addition. If some guidance and supervision is provided I am willing to try.

Contributor Guide