* Update link to Django's Context class.
* Update link to get-pip.py.
(cherry picked from commit
d0a445490e2c0e1d2aef3005f14211d9a85196bf)
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
writing to any mapping in the chain.
* Django's `Context class
- <https://github.com/django/django/blob/master/django/template/context.py>`_
+ <https://github.com/django/django/blob/main/django/template/context.py>`_
for templating is a read-only chain of mappings. It also features
pushing and popping of contexts similar to the
:meth:`~collections.ChainMap.new_child` method and the
:param context: The information for the virtual environment
creation request being processed.
"""
- url = 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
+ url = 'https://bootstrap.pypa.io/get-pip.py'
self.install_script(context, 'pip', url)
def main(args=None):