after save(), it cause a error:
Some non-transactional changed tables couldn't be rolled back"
when i trace the debug, i found that: Tag.objects.create(name=u'中国人') cause the error.
please help me!
thanks