aboutsummaryrefslogtreecommitdiffstats
path: root/examples/blogpost
diff options
context:
space:
mode:
authorTom Christie2011-04-27 18:20:29 +0100
committerTom Christie2011-04-27 18:20:29 +0100
commitda60f68f50dbcc177cb8b31df428d2daa905e9c6 (patch)
tree6393597cdf4b6b0cc84f5ce792d3770d011aa189 /examples/blogpost
parent659898ffaf24f74b62e73c487cd81bad21904790 (diff)
parentb508ca38d44f458e3eabaa4ffd3500d80a71eb9e (diff)
downloaddjango-rest-framework-da60f68f50dbcc177cb8b31df428d2daa905e9c6.tar.bz2
Merge previous checkins
Diffstat (limited to 'examples/blogpost')
-rw-r--r--examples/blogpost/tests.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/blogpost/tests.py b/examples/blogpost/tests.py
index 14b0914d..494478d8 100644
--- a/examples/blogpost/tests.py
+++ b/examples/blogpost/tests.py
@@ -3,6 +3,10 @@
from django.core.urlresolvers import reverse
from django.test import TestCase
+<<<<<<< local
+=======
+from django.core.urlresolvers import reverse
+>>>>>>> other
from django.utils import simplejson as json
from djangorestframework.compat import RequestFactory
@@ -166,6 +170,10 @@ class AllowedMethodsTests(TestCase):
#above testcases need to probably moved to the core
+<<<<<<< local
+=======
+
+>>>>>>> other
class TestRotation(TestCase):
"""For the example the maximum amount of Blogposts is capped off at views.MAX_POSTS.