#23305: Models that are imported on app's import time are invisible to 
makemessages
-------------------------------+----------------------
     Reporter:  rafalp         |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Uncategorized  |    Version:  1.7-rc-2
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+----------------------
 Models that are imported together within 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.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23305>
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/049.5b2980703bc6dd098a746dff53b82802%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to