#23305: Models that are imported on app's import time are invisible to
makemigrations when the application is relabeld
---------------------------------+--------------------------------------
     Reporter:  rafalp           |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  Migrations       |                  Version:  1.7-rc-2
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Unreviewed
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------
Description changed by c-schmitt:

Old description:

> Models that are imported in app's `__init__.py`, or by modules imported
> from that become invisible for Django if app uses apps.py and AppConfig.
>
> To reproduce it create app with basic config and simple model in
> models.py. If this model is imported inside `__init__.py`, or other
> module imported in `__init__.py`, it will become invisible to
> makemigrations.
>
> Tried this both with default_app_config as well as giving full path to
> AppConfig in INSTALLED_APPS.
>
> I'm running latest code from 1.7 branch.
>
> '''EDIT by (c-schmitt):''' This Bug Report only works when you import an
> Model in `__init__.py` and relabel your application in AppConfig.
> I Appended a Test and the user that submitted the bug also has an example
> application on github.

New description:

 Models that are imported in app's `__init__.py`, or by modules imported
 from that become invisible for Django if app uses apps.py and AppConfig.

 To reproduce it create app with basic config and simple model in
 models.py. If this model is imported inside `__init__.py`, or other module
 imported in `__init__.py`, it will become invisible to makemigrations.

 Tried this both with default_app_config as well as giving full path to
 AppConfig in INSTALLED_APPS.

 I'm running latest code from 1.7 branch.

 '''EDIT by (c-schmitt):''' This Bug Report only works when you import an
 Model in `__init__.py` and relabel your application in AppConfig.
 I attached a Test that could be applied to `stable/1.7.x` and the user
 that submitted the bug also has an example application on github.

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23305#comment:10>
Django <https://code.djangoproject.com/>
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/064.e0d7d3a6ada581bd9be79c573dd60529%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to