repo.or.cz
/
gae.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
App Engine Python SDK version 1.7.4 (2)
[gae.git]
/
python
/
lib
/
django_1_4
/
tests
/
modeltests
/
empty
/
models.py
blob
a6cdb0aa227f79f63018f19dd9b45f340c4900ad
1
"""
2
40. Empty model tests
3
4
These test that things behave sensibly for the rare corner-case of a model with
5
no fields.
6
"""
7
8
from
django
.
db
import
models
9
10
11
class
Empty
(
models
.
Model
):
12
pass