Skip to content

Commit be8ce27

Browse files
committed
Update to recent versions of Django for virtualenv example
1 parent 4a17288 commit be8ce27

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/dev/virtualenvs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ projects in separate places, by creating virtual Python environments for them.
88
It solves the "Project X depends on version 1.x but, Project Y needs 4.x"
99
dilemma, and keeps your global site-packages directory clean and manageable.
1010

11-
For example, you can work on a project which requires Django 1.3 while also
12-
maintaining a project which requires Django 1.0.
11+
For example, you can work on a project which requires Django 1.10 while also
12+
maintaining a project which requires Django 1.8.
1313

1414
virtualenv
1515
----------

docs/starting/install/linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ in separate places, by creating virtual Python environments for them. It solves
5555
"Project X depends on version 1.x but, Project Y needs 4.x" dilemma, and keeps
5656
your global site-packages directory clean and manageable.
5757

58-
For example, you can work on a project which requires Django 1.3 while also
59-
maintaining a project which requires Django 1.0.
58+
For example, you can work on a project which requires Django 1.10 while also
59+
maintaining a project which requires Django 1.8.
6060

6161
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
6262

docs/starting/install/osx.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ in separate places, by creating virtual Python environments for them. It solves
8989
"Project X depends on version 1.x but, Project Y needs 4.x" dilemma, and keeps
9090
your global site-packages directory clean and manageable.
9191

92-
For example, you can work on a project which requires Django 1.3 while also
93-
maintaining a project which requires Django 1.0.
92+
For example, you can work on a project which requires Django 1.10 while also
93+
maintaining a project which requires Django 1.8.
9494

9595
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
9696

docs/starting/install/win.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ in separate places, by creating virtual Python environments for them. It solves
7474
"Project X depends on version 1.x but, Project Y needs 4.x" dilemma, and keeps
7575
your global site-packages directory clean and manageable.
7676

77-
For example, you can work on a project which requires Django 1.3 while also
78-
maintaining a project which requires Django 1.0.
77+
For example, you can work on a project which requires Django 1.10 while also
78+
maintaining a project which requires Django 1.8.
7979

8080
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
8181

0 commit comments

Comments
 (0)