Indeed, the problem was that both of the tables were defined in database. It has been solved by deleting of Dataset.
Thank! On Sep 6, 4:37 pm, Nis Jørgensen <[EMAIL PROTECTED]> wrote: > Nader skrev: > > > I have used 'inspectdb' to produce the model, because I had a dump > > mysql file. In Meta section of model I have defined the table name: > > > class Meta: > > db_table = 'Dataset' > > > Besides If I check the application model with "python manage.py sqlall > > dataset" I see the same name which has been defined in Meta class. > > > BEGIN; > > CREATE TABLE `Dataset` > > you may have both a table "Dataset" and a table "dataset": > > http://dev.mysql.com/doc/refman/4.1/en/identifier-case-sensitivity.html > > Nis Jorgensen > No House IT --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---