File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -283,9 +283,10 @@ <h2>Django 1.7-specific resources</h2>
283283< p > Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
284284 material for understanding what's changed in this major released and
285285 how to adapt your Django project.
286- < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/ "> Part 1</ a >
287- and < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/ "> part 2</ a >
288- are available with further parts coming in the future.</ p >
286+ < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/ "> Part 1</ a > ,
287+ < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/ "> part 2</ a > and
288+ < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-3-django-17-new-features/ "> part 3</ a >
289+ are currently available with further parts coming in the future.</ p >
289290</ li >
290291</ ul >
291292< h2 > Django ORM resources</ h2 >
Original file line number Diff line number Diff line change @@ -190,9 +190,10 @@ <h2>Django 1.7-specific resources</h2>
190190< p > Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
191191 material for understanding what's changed in this major released and
192192 how to adapt your Django project.
193- < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/ "> Part 1</ a >
194- and < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/ "> part 2</ a >
195- are available with further parts coming in the future.</ p >
193+ < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/ "> Part 1</ a > ,
194+ < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/ "> part 2</ a > and
195+ < a href ="http://andrewsforge.com/article/upgrading-django-to-17/part-3-django-17-new-features/ "> part 3</ a >
196+ are currently available with further parts coming in the future.</ p >
196197</ li >
197198</ ul >
198199< h2 > Django ORM resources</ h2 >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-10-08T12:25:44Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-10-09T08:38:17Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -154,9 +154,10 @@ syntax and language semantics first before diving into web development.
154154* Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
155155 material for understanding what's changed in this major released and
156156 how to adapt your Django project.
157- [ Part 1] ( http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/ )
158- and [ part 2] ( http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/ )
159- are available with further parts coming in the future.
157+ [ Part 1] ( http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/ ) ,
158+ [ part 2] ( http://andrewsforge.com/article/upgrading-django-to-17/part-2-migrations-in-django-16-and-17/ ) and
159+ [ part 3] ( http://andrewsforge.com/article/upgrading-django-to-17/part-3-django-17-new-features/ )
160+ are currently available with further parts coming in the future.
160161
161162
162163## Django ORM resources
You can’t perform that action at this time.
0 commit comments