﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16538	Models fail to sync when using multiple app_label in same models.py	George Marshall	nobody	"{{{#!python
from django.db import models

class ModelOne(models.Model):
    # fields

    class Meta:
        app_label = 'app_one'

class ModelTwo(models.Model):
    # fields

    class Meta:
        app_label = 'app_two'
}}}

In the above example !ModelOne will not create a table in the database but !ModelTwo will."	Bug	closed	Database layer (models, ORM)	1.3	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
