mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #14007 -- Added model discovery in models module without the need to specify app_label.
Thanks mark@ and Aramgutang for work on the patch.
This commit is contained in:
parent
fba6c2ede7
commit
2333c9662b
7 changed files with 30 additions and 17 deletions
|
@ -14,9 +14,6 @@ class Advertisment(models.Model):
|
|||
"model_package.Publication", null=True, blank=True
|
||||
)
|
||||
|
||||
class Meta:
|
||||
app_label = 'model_package'
|
||||
|
||||
|
||||
class ModelPackageTests(TestCase):
|
||||
def test_model_packages(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue