Skip to content

Latest commit

 

History

History
587 lines (293 loc) · 35.9 KB

CHANGELOG.md

File metadata and controls

587 lines (293 loc) · 35.9 KB

Change Log

v1.1.0+20150402 (2015-04-02)

Full Changelog

Implemented enhancements:

  • Warning before git section in the deploy chapter #297

Closed issues:

  • Add .pyc files to .gitignore #302

Merged pull requests:

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:

* This Change Log was automatically generated by github_changelog_generator