mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Refs: #12286 -- Add a test to verify that a proxied model's table is created in
a situation where it did not used to be. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f88c2f16e8
commit
72ea8fc4eb
7 changed files with 45 additions and 0 deletions
4
tests/modeltests/proxy_model_inheritance/app2/models.py
Normal file
4
tests/modeltests/proxy_model_inheritance/app2/models.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from django.db import models
|
||||
|
||||
class NiceModel(models.Model):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue