diff options
author | Federico Caselli <cfederico87@gmail.com> | 2021-07-04 19:29:19 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2021-07-04 20:54:33 +0200 |
commit | fb81f9c8d914f9911925dd3f4e77d7fc374b267c (patch) | |
tree | bc41febba7eb8c1fab88909a0a13ee04d4cf505a /lib/sqlalchemy/ext/hybrid.py | |
parent | b920869ef54d05e73e2a980b73647d6050ffeb9d (diff) | |
download | sqlalchemy-fb81f9c8d914f9911925dd3f4e77d7fc374b267c.tar.gz |
Replace all http:// links to https://
Also replace http://pypi.python.org/pypi with https://pypi.org/project
Change-Id: I84b5005c39969a82140706472989f2a30b0c7685
Diffstat (limited to 'lib/sqlalchemy/ext/hybrid.py')
-rw-r--r-- | lib/sqlalchemy/ext/hybrid.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/ext/hybrid.py b/lib/sqlalchemy/ext/hybrid.py index 378e6c18b..298d957f6 100644 --- a/lib/sqlalchemy/ext/hybrid.py +++ b/lib/sqlalchemy/ext/hybrid.py @@ -3,7 +3,7 @@ # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under -# the MIT License: http://www.opensource.org/licenses/mit-license.php +# the MIT License: https://www.opensource.org/licenses/mit-license.php r"""Define attributes on ORM-mapped classes that have "hybrid" behavior. @@ -646,11 +646,11 @@ measurement, currencies and encrypted passwords. .. seealso:: `Hybrids and Value Agnostic Types - <http://techspot.zzzeek.org/2011/10/21/hybrids-and-value-agnostic-types/>`_ + <https://techspot.zzzeek.org/2011/10/21/hybrids-and-value-agnostic-types/>`_ - on the techspot.zzzeek.org blog `Value Agnostic Types, Part II - <http://techspot.zzzeek.org/2011/10/29/value-agnostic-types-part-ii/>`_ - + <https://techspot.zzzeek.org/2011/10/29/value-agnostic-types-part-ii/>`_ - on the techspot.zzzeek.org blog .. _hybrid_transformers: |