Remove outdated 404 url from docstrings
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
""" PolymorphicModel Meta Class
|
||||
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||
"""
|
||||
PolymorphicModel Meta Class
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
""" QuerySet for PolymorphicModel
|
||||
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||
"""
|
||||
QuerySet for PolymorphicModel
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
""" PolymorphicQuerySet support functions
|
||||
Please see README.rst or DOCS.rst or http://chrisglass.github.com/django_polymorphic/
|
||||
"""
|
||||
PolymorphicQuerySet support functions
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
||||
Reference in New Issue
Block a user