Replaced http by https in djangoproject.com links

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Claude Paroz 2012-03-13 17:53:31 +00:00
parent 69b96f824d
commit 78638a9a51
59 changed files with 112 additions and 112 deletions

View file

@ -215,7 +215,7 @@ Then distance queries may be performed as follows::
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(mi=20)))
>>> qs = SouthTexasCity.objects.filter(point__distance_gte=(pnt, D(chain=100)))
__ http://code.djangoproject.com/browser/django/trunk/django/contrib/gis/tests/distapp/models.py
__ https://code.djangoproject.com/browser/django/trunk/django/contrib/gis/tests/distapp/models.py
.. _compatibility-table: