Update URLs to github hosted webpage.

This commit is contained in:
Ben Konrath
2013-03-18 21:27:23 +01:00
parent 7f2f8a1d7f
commit dc6f41c7e9
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
""" 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
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
""" 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
+2 -3
View File
@@ -6,9 +6,8 @@ Seamless Polymorphic Inheritance for Django Models
Please see README.rst and DOCS.rst for further information.
Or on the Web:
http://bserve.webhop.org/wiki/django_polymorphic
http://github.com/bconstantin/django_polymorphic
http://bitbucket.org/bconstantin/django_polymorphic
http://chrisglass.github.com/django_polymorphic/
http://github.com/chrisglass/django_polymorphic
Copyright:
This code and affiliated files are (C) by Bert Constantin and individual contributors.
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
""" 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
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
""" 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
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
""" 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