Hi, I recently started using the django-tagging application. The Tag and TagItem models have each a field which is indexed (db_index=True). Does loading data with json fixtures change because of having db_index=True? When the data are loaded via fixtures is the save method called on each loaded instance?
Thanks and regards Francesco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

