projects
/
django-tables2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89746b5
)
fixed typo
author
Michael Elsdoerfer
<michael@elsdoerfer.info>
Mon, 13 Oct 2008 23:38:40 +0000
(
01:38
+0200)
committer
Michael Elsdoerfer
<michael@elsdoerfer.info>
Mon, 13 Oct 2008 23:38:40 +0000
(
01:38
+0200)
tests/test_models.py
patch
|
blob
|
history
diff --git
a/tests/test_models.py
b/tests/test_models.py
index fc7838b3ca609fefcd57f5d2cd2450c2d2a737f9..c7f94bc6290f05eb3a32dbea1ac6f51ffd5323fe 100644
(file)
--- a/
tests/test_models.py
+++ b/
tests/test_models.py
@@
-253,7
+253,7
@@
def test_relationships():
\r
def test_column_data():
\r
"""Further test the ``data`` column property in a ModelTable scenario.
\r
- Other tests already touched on this, for example ``test_re
al
tionships``.
\r
+ Other tests already touched on this, for example ``test_re
la
tionships``.
\r
"""
\r
\r
class CountryTable(tables.ModelTable):
\r