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

settings.FORCE_LOWERCASE_TAGS = True still allows creation of tags with uppercase chars #17

Open
jogwen opened this issue Aug 4, 2015 · 0 comments

Comments

@jogwen
Copy link

jogwen commented Aug 4, 2015

Creating a new Tag object via Tag.objects.create(name='ABC') or via django admin doesn't coerce the name to lowercase. The setting only seems to affect tags created via obj.tags = 'XyZ'.

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

No branches or pull requests

1 participant