Skip to content
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.

Sort tags in edit_string_for_names #3

Open
vmihailenco opened this issue Jun 10, 2011 · 0 comments
Open

Sort tags in edit_string_for_names #3

vmihailenco opened this issue Jun 10, 2011 · 0 comments

Comments

@vmihailenco
Copy link

I propose to sort tags names stored in TagField value (like django-taggit does it), because this allows to select tagged items with certain tags without joins:

Widget.objects.filter(tags_string='tag1 tag2')

If you accept this I can make pull request with needed changes and tests (currently I use monkey patching). Thanks.

vitalyvolkov pushed a commit to devua/django-tagging that referenced this issue Jan 19, 2016
renamed get_query_set to get_queryset
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant