Re: [Django] #28482: migrate --fake produces stale content type warning when CreateModel exists in non-initial migration

2017-08-09 Thread Django
#28482: migrate --fake produces stale content type warning when CreateModel 
exists
in non-initial migration
+--
 Reporter:  Amanda Ng   |Owner:  nobody
 Type:  Bug |   Status:  closed
Component:  Migrations  |  Version:  1.10
 Severity:  Normal  |   Resolution:  duplicate
 Keywords:  migrate fake stale  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by felixxm):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 Duplicate of https://code.djangoproject.com/ticket/28481

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.19a4b044a20a4877bb79bf48646cba82%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #28482: migrate --fake produces stale content type warning when CreateModel exists in non-initial migration

2017-08-09 Thread Django
#28482: migrate --fake produces stale content type warning when CreateModel 
exists
in non-initial migration
--+
   Reporter:  Amanda Ng   |  Owner:  nobody
   Type:  Bug | Status:  new
  Component:  Migrations  |Version:  1.10
   Severity:  Normal  |   Keywords:  migrate fake stale
   Triage Stage:  Unreviewed  |  Has patch:  0
Needs documentation:  0   |Needs tests:  0
Patch needs improvement:  0   |  Easy pickings:  0
  UI/UX:  0   |
--+
 When a new table creation is specified in a subsequent (i.e. non
 0001_initial.py) migration, and python manage.py migrate --fake is run, it
 prompts for deletion of the table as a "stale content type".

 Steps to reproduce:
 1. Create new project.
 2. Create new app.
 3. Create a table (e.g. class table1(models.Model)...) in app.
 4. Run "python manage.py makemigrations"
 5. Run "python manage.py migrate"
 6. Create a new table in app (e.g. class table2(models.Model)...) in app.
 7. Add foreign key to table 1 in table 2.
 8. Run "python manage.py makemigrations"
 9. Run "python manage.py migrate"
 10. Delete 0002_* entry from django_migrations table
 11. Run "python manage.py migrate --fake"

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.04868f086b264d7cceb52266a6802b7b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.