index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
proxy_model_inheritance
/
app2
/
models.py
blob: 1ad46d108853baed24be9266700adff3dba55ce7 (
plain
)
1
2
3
4
5
from django.db import models class NiceModel(models.Model): pass