Author: Alex
Date: 2012-04-10 19:03:59 -0700 (Tue, 10 Apr 2012)
New Revision: 17895

Modified:
   django/trunk/docs/howto/initial-data.txt
Log:
Fixed #18099 -- corrected a typo in the initial data docs.  Thanks to Bradley 
Ayers for the patch.

Modified: django/trunk/docs/howto/initial-data.txt
===================================================================
--- django/trunk/docs/howto/initial-data.txt    2012-04-10 20:49:45 UTC (rev 
17894)
+++ django/trunk/docs/howto/initial-data.txt    2012-04-11 02:03:59 UTC (rev 
17895)
@@ -162,4 +162,4 @@
 data. For example, if your app contains the files ``sql/person.sql``
 and ``sql/person.sqlite3.sql`` and you're installing the app on
 SQLite, Django will execute the contents of
-``sql/person.sqlite.sql`` first, then ``sql/person.sql``.
+``sql/person.sqlite3.sql`` first, then ``sql/person.sql``.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to