Sign in
chromium
/
external
/
googleappengine
/
python
/
master
/
.
/
lib
/
django-1.4
/
tests
/
modeltests
/
empty
/
models.py
blob: a6cdb0aa227f79f63018f19dd9b45f340c4900ad [
file
] [
log
] [
blame
]
"""
40. Empty model tests
These test that things behave sensibly for the rare corner-case of a model with
no fields.
"""
from
django
.
db
import
models
class
Empty
(
models
.
Model
):
pass