v1.1.0+20150402 (2015-04-02)
Implemented enhancements:
- Warning before git section in the deploy chapter #297
Closed issues:
- Add .pyc files to .gitignore #302
Merged pull requests:
-
Advise readers not to use non-ascii characters #305 (xavierdutreilh)
-
working directory warning and git status intro #304 (lancelote)
v1.0.0+20150329 (2015-03-28)
Implemented enhancements:
-
Consistently link to 127.0.0.1 #217
-
Querysets are too early in the tutorial #176
-
Treats should not only be unhealthy food #134
-
Add "real" README #34
-
Proofreading #26
-
Deploy chapter - heroku create #12
-
Show what's the goal of the tutorial in introduction #9
-
Illustrations in explaining how Django works #2
Fixed bugs:
-
end of chapter 7 implies code editor isn't installed yet #263
-
Links between chapters broken due to i18n #235
-
Add import of timezone to ORM lesson for date filters #225
-
add .py as a note/optional extension to scripts #181
-
Remove bootstrap javascript from code example #170
-
Screenshot doesn't match narrative documentation #141
-
Improvements in HTML/Template chapters #113
-
The chapter "Python installation" refers to console without explain it first #35
Closed issues:
-
At the point where we are asked to get all posts, we would probably have existing posts #282
-
i would like to add korean #275
-
Wrong chapter for deployment #262
-
Dutch translation #258
-
Language German #251
-
Use __lte=now() instead of __isnull=False when filtering published Posts #249
-
Chapter 5: inequality operator is not described #245
-
translation of Django Girls Tutorial into Russian #238
-
Adding Farsi translation #236
-
Please add German to crowdin.com #234
-
Tutorial in french #228
-
There is no translations of Chinese #226
-
git commit -m "My Django Girls app" will not work #224
-
Chapter 12: replace 'mysite' by 'djangogirls' #223
-
Chapter 11: syncdb requires after creating superuser #222
-
Translation into Ukrainian #216
-
"Django ORM":
User
vs.user
is confusing #215 -
Translate the tutorial to spanish #213
-
Switch to files earlier in the "Intro to Python" chapter #212
-
Switch to file-based code execution in chapter 4 (intro to python) #207
-
Go back to using gunicorn #206
-
After deploying to heroku, it shouldn't show 404 #192
-
Split the Python Introduction chapter to use files instead of command line #190
-
Tutorial skips over the need to stop runserver #187
-
missing jQuery #184
-
wrong directory in Django Girls Tutorial: Extensions #183
-
file encoding #180
-
change font for code samples #179
-
bug: search is not working #177
-
Highlight double underscores #166
-
Explain \o/ symbols #162
-
Bringing git push heroku master back #160
-
Location of warning in the intro to command line. #151
-
Session missing. #149
-
How to build the docs? #145
-
heroku-push bug on windows #143
-
Proposal to move Deploy section to the end of tutorial #139
-
Tutorial Chapter 10 "Bug" #133
-
Create a PT-BR translation team on Crowdin. #131
-
Please have a teacher make a deep review of the course #127
-
Problems with heroku-push #126
-
Update to Django 1.7 #122
-
Questions and issues link broken #112
-
Set published date when creating new post. #111
-
Command Line chapter more interactive #110
-
Move homeworks and contributing out of tutorial to another book #108
-
Visit your application - what's process type and dyno running? #103
-
Improvements to deploy chapter #98
-
Links to documentation #97
-
Querysets #96
-
Better explanation of Models #95
-
Heroku static files #83
-
Newly added part on dictionaries (Intro to Python chapter) #82
-
Inconsistent terminology #80
-
RFC: Re-order the tutorial #79
-
Authentication and Authorization not accessible from the menu #71
-
Creating blog entries while not logged in results in an ugly error #68
-
Broken link on introduction page #61
-
Coordinate with OpenHatch to avoid work duplication #60
-
Env setup instructions not sufficient for Ubuntu 14.04 #58
-
Contributing chapter needs proof-reading #50
-
Advanced Tutorial on Authentication #47
-
Rearrange folder structure #46
-
Deploying to Heroku without git #41
-
Static files on Heroku #40
-
Fix installation process for pip on Ubuntu 12.04 #39
-
Resolve PostgreSQL issues #38
-
Add LICENSE and appropriate credit #36
-
The "Installation" book should not include "What is Django?" chapter #23
-
Create a reading for girls to do before workshop #10
-
Discussion about first draft of tutorial #8
-
Chapter about installing Postgres #7
-
Decide on one, either localhost or 127.0.0.1 #6
-
Consistent screenshots #5
-
Check everything for style #4
-
Missing parts: pip installation #1
Merged pull requests:
-
Changed code for post_detail.html #298 (jinsollee92)
-
Poprawione literówki i składnia / Typos and grammar fixes #295 (eppyk)
-
Minor updates to "Starting a django project" #293 (sodevious)
-
Activate virtualenv after command prompt restart #284 (doriczapari)
-
Added a description of the inequality operator. #274 (annekoopman)
-
Revert "Update python version to 3.4.3 in Chapter 11 - Deploy!" #267 (asendecka)
-
Update python version to 3.4.3 in Chapter 11 - Deploy! #266 (ProProgrammer)
-
Update Python to the latests version (from 3.4.2 to 3.4.3) #265 (ana-balica)
-
Deploy - Merge changes in mysite/settings.py #254 (martinsvoboda)
-
Change "Postman" to gender-neutral "Mail Carrier". #253 (Geekfish)
-
Better instructions to run
django-admin startproject
#247 (encukou) -
Python intro: range is a function, not a method #246 (encukou)
-
Some things I found while reading PL version of the tutorial. #242 (owad)
-
Don't include empty date div if there is no date #241 (HonzaKral)
-
startproject commands are the same for win/posix #239 (HonzaKral)
-
Format dictionaries #227 (mostaszewski)
-
small typo fix #209 (JaimeLynSchatz)
-
Minor grammar fix; make it clear
manage.py shell
should be run in a virtualenv. #200 (pozorvlak) -
Change google link in HTML chapter to dgangogirls.org #198 (rebkwok)
-
Made git bootstrapping a little more predictable. #193 (loic)
-
root page returns "not found", so point to admin/ #175 (kermit666)
-
Made the startproject warning a little more prominent. #174 (loic)
-
Fixed #166 -- Highlight the significance of the double underscore syntax #169 (bmispelon)
-
Updated to use django-admin (.py suffix not required in Django 1.7) #168 (timgraham)
-
Use original heroku-push repo instead of fork #161 (andriykohut)
-
Update README.md #157 (victorwestmann)
-
note the difficulty of deployment chapter, fixes #139 #156 (domenkozar)
-
Use lazy evaluated ForeignKey references to prevent future problems #155 (MarkusH)
-
Add a Gitter chat badge to README.md #152 (gitter-badger)
-
Change syncdb to migrate when preparing db on heroku. #148 (MattBlack85)
-
Fixes for heroku-push on Windows #144 (andriykohut)
-
bump gitbook-plugin-richquotes to fix syling on modern browsers #142 (domenkozar)
-
Consistency #140 (domenkozar)
-
consistency #138 (domenkozar)
-
Small typo #137 (domenkozar)
-
typo fix in orm chapter #136 (hellotaotao)
-
Specify Python interpreter on Ubuntu 14.04 #130 (siemieniec)
-
Update to Django 1.7 #129 (MattBlack85)
-
Add apostrophe in string example #128 (MattBlack85)
-
some (mostly) minor edits and proofreading changes #125 (rebkwok)
-
Have all entries in SUMMARY capitalized similarly #124 (miohtama)
-
Reduced double body tag to one #121 (ozanyildiz)
-
Changed template folder structure so that mysite is not needed in INSTALLED_APPS #117 (bmispelon)
-
Added more errors in the "Introduction to Python" chapter. #109 (bmispelon)
-
Fixed #82 -- Improved the chapter on dictionaries. #107 (bmispelon)
-
Fixed #103 -- Explained what process types and dynos are on Heroku. #105 (bmispelon)
-
Editorial tweaks + how to print a given element of a dictionary #102 (MarysiaLowas)
-
minor changes to python intro and virtualenv instructions #94 (JesseIrwin)
-
got rid of mention of domain discount #93 (JesseIrwin)
-
Added to post_new to allow 24. Homework: add security to work #92 (JesseIrwin)
-
Update README.md #90 (r1chardj0n3s)
-
clarifications/rewordings, added explanation of what CLI is #84 (kerstin)
-
folder/directory consitency #81 (BluesFiend)
-
Adding in note re logged in user missing during post creation #78 (BluesFiend)
-
Added dictionaries in the introduction to Python #77 (deeptiGuptaUIUC)
-
Editorial changes to Intro to Command Line #76 (MarysiaLowas)
-
small tweak to cli intro as windows can also use mkdir to remove confusi... #75 (BluesFiend)
-
use safe and linebreaks filters for the text #74 (kampfschlaefer)
-
Proofreading of new Auth page #73 (BluesFiend)
-
adding authentication to SUMMARY.md #72 (BluesFiend)
-
Typo found by Aigerim doing the tutorial. #70 (kampfschlaefer)
-
Proofreading more pages #69 (BluesFiend)
-
Add venv instructions for Ubuntu 14.04 #66 (eddie-dunn)
-
Proofreading #65 (BluesFiend)
-
Clearing up some unclear bits and editorial changes #64 (MarysiaLowas)
-
Fixing Intro contributing link #62 (BluesFiend)
-
Rename venv to myvenv for a little clarity #59 (BluesFiend)
-
Use SQLite as default database #57 (BluesFiend)
-
Fixed Spelling #56 (deeptiGuptaUIUC)
-
Intro to command line by Becky Smith and Ruth Shemla #55 (ruthshemla)
-
CSS chapter - added explanations about CSS and fixed some language mistakes #54 (shmool)
-
A chapter on authentication and authorization #53 (kampfschlaefer)
-
Folder structure rearrange #49 (BluesFiend)
-
Just two small typos #44 (kampfschlaefer)
-
added a missing dot in 'from .local_settings import *' #37 (maciejgryka)
-
Changed the psycopg2 install method for Windows. #28 (bmispelon)
-
Added more Windows-specific PostgreSQL installations steps #24 (maciejgryka)
-
Fixed #6 -- Use 127.0.0.1 instead of localhost. #19 (bmispelon)
-
Fixing Python Version Link #292 (StephenDonaldson)
-
Fix broken link for getting started #288 (AnSavvides)
-
Link not working #270 (mauricioabreu)
-
Revert back to python version to 3.4.2 in Chapter 11 - Deploy! as 3.4.3 not supported by Heroku as of now #268 (ProProgrammer)
-
fix broken link in the project-wide README #261 (ana-balica)
-
Only the admin page is visible after the first
git push
. #204 (pozorvlak) -
Explain requirements for a Heroku application name. #202 (pozorvlak)
-
Make it clear that runserver takes over the prompt #201 (pozorvlak)
-
Added desired screen after first push to heroku #185 (parodia)
-
Fixed misleading inline code (differed from block code) #163 (MarkusH)
-
added
\_\_unicode\(\)\_\_
support. #147 (abdelouahabb) -
Heroku no longer creates default postgres database #146 (andriykohut)
-
Numbered the chapter folders so that they're listed in order. #119 (bmispelon)
-
Added settings.py modification after creating a template #115 (doriczapari)
-
Made Command Line chapter more interactive. Refs #110 #114 (olasitarska)
* This Change Log was automatically generated by github_changelog_generator