mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Removed support for Python 3.3.
This commit is contained in:
parent
e5cb4e1411
commit
7f1168e387
17 changed files with 44 additions and 65 deletions
|
@ -21,8 +21,8 @@ Running the unit tests
|
|||
Quickstart
|
||||
~~~~~~~~~~
|
||||
|
||||
If you are on Python < 3.3, you'll first need to install a backport of the
|
||||
``unittest.mock`` module that's available in Python 3.3+. See
|
||||
If you are on Python 2, you'll first need to install a backport of the
|
||||
``unittest.mock`` module that's available in Python 3. See
|
||||
:ref:`running-unit-tests-dependencies` for details on installing `mock`_ and
|
||||
the other optional test dependencies.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue