1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.

This commit is contained in:
Brett Cannon
2018-04-17 15:19:29 -07:00
committed by Tim Graham
parent b3cffde555
commit 64b74804c5
32 changed files with 60 additions and 65 deletions

View File

@@ -133,7 +133,7 @@ wherever you would have historically used::
If you want to continue to use the base unittest library, you can --
you just won't get any of the nice new unittest2 features.
.. _unittest2: https://pypi.python.org/pypi/unittest2
.. _unittest2: https://pypi.org/project/unittest2/
Transaction context managers
----------------------------