Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use load static instead of dropped staticfiles #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bird-in-hat
Copy link

No description provided.

@@ -79,8 +79,7 @@ def get_tags(self):
"""
Returns the list of tags to auto-complete.
"""
return [tag.name for tag in
Tag.objects.usage_for_model(Entry)]
return [tag.name for tag in Tag.objects.all()]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, are you sure about this ? Why dropping feature to limit tag listing to Zinnia entries only ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants