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
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'.
The text was updated successfully, but these errors were encountered:
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 viaobj.tags = 'XyZ'
.The text was updated successfully, but these errors were encountered: