You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
If you accept this I can make pull request with needed changes and tests (currently I use monkey patching). Thanks.
The text was updated successfully, but these errors were encountered: