commit
60c1d43332
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
""" PolymorphicModel Meta Class
|
""" PolymorphicModel Meta Class
|
||||||
Please see README.rst or DOCS.rst or http://bserve.webhop.org/wiki/django_polymorphic
|
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
""" PolymorphicManager
|
""" PolymorphicManager
|
||||||
Please see README.rst or DOCS.rst or http://bserve.webhop.org/wiki/django_polymorphic
|
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,8 @@ Seamless Polymorphic Inheritance for Django Models
|
||||||
Please see README.rst and DOCS.rst for further information.
|
Please see README.rst and DOCS.rst for further information.
|
||||||
|
|
||||||
Or on the Web:
|
Or on the Web:
|
||||||
http://bserve.webhop.org/wiki/django_polymorphic
|
http://chrisglass.github.com/django_polymorphic/
|
||||||
http://github.com/bconstantin/django_polymorphic
|
http://github.com/chrisglass/django_polymorphic
|
||||||
http://bitbucket.org/bconstantin/django_polymorphic
|
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
This code and affiliated files are (C) by Bert Constantin and individual contributors.
|
This code and affiliated files are (C) by Bert Constantin and individual contributors.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
""" QuerySet for PolymorphicModel
|
""" QuerySet for PolymorphicModel
|
||||||
Please see README.rst or DOCS.rst or http://bserve.webhop.org/wiki/django_polymorphic
|
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from compatibility_tools import defaultdict
|
from compatibility_tools import defaultdict
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
""" PolymorphicQuerySet support functions
|
""" PolymorphicQuerySet support functions
|
||||||
Please see README.rst or DOCS.rst or http://bserve.webhop.org/wiki/django_polymorphic
|
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
""" Test Cases
|
""" Test Cases
|
||||||
Please see README.rst or DOCS.rst or http://bserve.webhop.org/wiki/django_polymorphic
|
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue