Port documentation to Sphinx, cleanup README

This commit is contained in:
Diederik van der Boor
2013-05-19 17:15:41 +02:00
parent 8cf313335c
commit c933be9c24
18 changed files with 1390 additions and 1172 deletions
+1
View File
@@ -248,6 +248,7 @@ class PolymorphicTests(TestCase):
"""
def test_diamond_inheritance(self):
# Django diamond problem
# https://code.djangoproject.com/ticket/10808
o1 = DiamondXY.objects.create(field_b='b', field_x='x', field_y='y')
o2 = DiamondXY.objects.get()