Very, very good question. I am experiencing the same issues with Django 
1.7rc2 and 1.7rc3.

Syncdb and sql statements are intended for Django < 1.7.

Would love to hear a solution!

Op vrijdag 22 augustus 2014 09:32:43 UTC+2 schreef termopro:
>
> Hi there,
>
> I am using Django 1.7 RC2.
> I have created models and have run all the migrations so Django created 
> tables in database.
> Now i decided to change database table names and have added Meta class to 
> models containing table name:
>
> class SomeModel(models.Model):
>    ...
>    class Meta:
>       db_table = 'newname'
>
> Now when i run "makemigrations" Django doesn't detect any changes in 
> models:
> "No changes detected in app 'blabla'."
> As far as i understand the logic, Django should change table names from 
> 'appname_somemodel" to "newname".
>
> Is this an expected behavior or i am missing something?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/90760ee6-5508-4f8b-a9d6-8633451df696%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to