This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f5afa22abd
django
/
tests
/
regressiontests
/
special_headers
/
models.py
6 lines
90 B
Python
Raw
Normal View
History
Unescape
Escape
Added tests that I neglected to check in for #8049 in [12159] git-svn-id: http://code.djangoproject.com/svn/django/trunk@12160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-11 01:21:52 +08:00
from
django
.
db
import
models
Convert the remainder of the relative imports in the tests to be absolute imports. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-14 05:34:56 +08:00
Added tests that I neglected to check in for #8049 in [12159] git-svn-id: http://code.djangoproject.com/svn/django/trunk@12160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-11 01:21:52 +08:00
class
Article
(
models
.
Model
)
:
text
=
models
.
TextField
(
)