Skip to content

Commit 8ece033

Browse files
committed
new django resource
1 parent 19bf648 commit 8ece033

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

all.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

django.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/02-web-frameworks/0202-django.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)