1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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

@@ -156,7 +156,7 @@ any code you'd like to contribute. One thing we ask is that you please use
Unicode objects (``u'mystring'``) for strings, rather than setting the encoding
in the file. See any of the existing flavors for examples.
.. _create a ticket: http://code.djangoproject.com/simpleticket
.. _create a ticket: https://code.djangoproject.com/simpleticket
Localflavor and backwards compatibility
=======================================