Changes between Initial Version and Version 1 of Ticket #23305


Ignore:
Timestamp:
Aug 16, 2014, 5:03:48 PM (10 years ago)
Author:
Rafał Pitoń
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23305 – Description

    initial v1  
    1 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.
     1Models 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.
    22
    33To 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.
Back to Top