Update URLs to github hosted webpage.

fix_request_path_info
Ben Konrath 2013-03-18 21:27:23 +01:00
parent 7f2f8a1d7f
commit dc6f41c7e9
6 changed files with 7 additions and 8 deletions

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

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

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.

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

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

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