Skip to content

Commit 3674108

Browse files
committed
fixing author misspelling
1 parent 17143ea commit 3674108

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h2>Django 1.7-specific resources</h2>
275275
Django 1.7 migrations as well as how you use them.</p>
276276
</li>
277277
<li>
278-
<p>Andrew Pinkman's "Upgrading to Django 1.7" series is great learning
278+
<p>Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
279279
material for understanding what's changed in this major released and
280280
how to adapt your Django project.
281281
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/">Part 1</a>

django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h2>Django 1.7-specific resources</h2>
187187
Django 1.7 migrations as well as how you use them.</p>
188188
</li>
189189
<li>
190-
<p>Andrew Pinkman's "Upgrading to Django 1.7" series is great learning
190+
<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.
193193
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/">Part 1</a>

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-02T06:18:32Z</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-02T19:25:40Z</updated></feed>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ syntax and language semantics first before diving into web development.
151151
explores the difference between South's migrations and the built-in
152152
Django 1.7 migrations as well as how you use them.
153153

154-
* Andrew Pinkman's "Upgrading to Django 1.7" series is great learning
154+
* 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.
157157
[Part 1](http://andrewsforge.com/article/upgrading-django-to-17/part-1-introduction-and-django-releases/)

0 commit comments

Comments
 (0)