Skip to content

Commit ee4698b

Browse files
committed
Also mention Andrew Godwin!!
1 parent e454d24 commit ee4698b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/timeline/2008-08-09-south-0.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ params:
99

1010
---
1111

12-
Django South 0.2 [is released](https://web.archive.org/web/20080831004106/http://south.aeracode.org/wiki/About). It notably becomes the migration framework for Django for many years (until Django 1.7 is released in 2014). If you were using Django between 2008 and 2014, you most likely also used South:
12+
Django South 0.2 [is released](https://web.archive.org/web/20080831004106/http://south.aeracode.org/wiki/About) by Andrew Godwin. It notably becomes the migration framework for Django for many years (until Django 1.7 is released in 2014). If you were using Django between 2008 and 2014, you most likely also used South:
1313

1414
> Django has always made use of automatic schema generation - the almost-famous "syncdb" that must be run at least once (and often more) on every Django project. If you've ever used Django on a resonably large project, you quickly discover that you're deleting tables and regenerating them if you change schema - and that's only if you're in development, and can afford to possibly lose data.
1515
>

0 commit comments

Comments
 (0)