Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django version to 1.7.7 #280

Merged
merged 1 commit into from
Mar 20, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ OK, we have all important dependencies in place. We can finally install Django!

## Installing Django

Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.7.5` (note that we use a double equal sign: `==`).
Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.7.7` (note that we use a double equal sign: `==`).

(myvenv) ~$ pip install django==1.7.5
Downloading/unpacking django==1.7.5
(myvenv) ~$ pip install django==1.7.7
Downloading/unpacking django==1.7.7
Installing collected packages: django
Successfully installed django
Cleaning up...
Expand Down
8 changes: 4 additions & 4 deletions pl/django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ W trakcie pracy ze środowiskiem wirtualnym `python` będzie automatycznie odnos

## Instalowanie Django

Teraz, gdy Twój `virtualenv` jest już uruchomiony, możesz zainstalować django za pomocą narzędzia `pip`. W konsoli uruchom polecenie `pip install django==1.7.5` (zwróć uwagę, że używamy podwójnego znaku równości: `==`).
Teraz, gdy Twój `virtualenv` jest już uruchomiony, możesz zainstalować django za pomocą narzędzia `pip`. W konsoli uruchom polecenie `pip install django==1.7.7` (zwróć uwagę, że używamy podwójnego znaku równości: `==`).

(myvenv) ~$ pip install django==1.7.5
Downloading/unpacking django==1.7.5
(myvenv) ~$ pip install django==1.7.7
Downloading/unpacking django==1.7.7
Installing collected packages: django
Successfully installed django
Cleaning up...


w systemie Windows

Expand Down
8 changes: 4 additions & 4 deletions uk/django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@

## Встановлення Django

Наразі, коли ваше віртуальне середовище активоване, можна встановлювати Django використавши `pip`. В консолі, запустіть `pip install django==1.7.5` (зазначте, що тут ми користуємося подвійним знаком рівності: `==`).
Наразі, коли ваше віртуальне середовище активоване, можна встановлювати Django використавши `pip`. В консолі, запустіть `pip install django==1.7.7` (зазначте, що тут ми користуємося подвійним знаком рівності: `==`).

(myvenv) ~$ pip install django==1.7.5
Downloading/unpacking django==1.7.5
(myvenv) ~$ pip install django==1.7.7
Downloading/unpacking django==1.7.7
Installing collected packages: django
Successfully installed django
Cleaning up...


для Windows

Expand Down