Remove outdated 404 url from docstrings

This commit is contained in:
Jerome Leclanche
2017-06-01 12:18:02 +03:00
parent 0a495cb485
commit 87979a6660
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- 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 from __future__ import absolute_import
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- 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 from __future__ import absolute_import
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- 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 from __future__ import absolute_import