From 87979a666095e4bda63b12078d7057e3c844c218 Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Thu, 1 Jun 2017 12:18:02 +0300 Subject: [PATCH] Remove outdated 404 url from docstrings --- polymorphic/base.py | 4 ++-- polymorphic/query.py | 4 ++-- polymorphic/query_translate.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/polymorphic/base.py b/polymorphic/base.py index 3abe7f0..b6a5a74 100644 --- a/polymorphic/base.py +++ b/polymorphic/base.py @@ -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 diff --git a/polymorphic/query.py b/polymorphic/query.py index b520c00..3d881d8 100644 --- a/polymorphic/query.py +++ b/polymorphic/query.py @@ -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 diff --git a/polymorphic/query_translate.py b/polymorphic/query_translate.py index b98f8d1..c7d7310 100644 --- a/polymorphic/query_translate.py +++ b/polymorphic/query_translate.py @@ -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