Author: adrian
Date: 2007-01-24 18:53:30 -0600 (Wed, 24 Jan 2007)
New Revision: 4425

Modified:
   django/trunk/docs/django-admin.txt
Log:
Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of 
initial-data SQL files

Modified: django/trunk/docs/django-admin.txt
===================================================================
--- django/trunk/docs/django-admin.txt  2007-01-25 00:52:05 UTC (rev 4424)
+++ django/trunk/docs/django-admin.txt  2007-01-25 00:53:30 UTC (rev 4425)
@@ -253,6 +253,8 @@
 table-creation statements have been executed. Use this SQL hook to populate
 tables with any necessary initial records, SQL functions or test data.
 
+Note that the order in which the SQL files are processed is undefined.
+
 sqlreset [appname appname ...]
 --------------------------------------
 
@@ -380,7 +382,7 @@
 
     django-admin.py syncdb --verbosity=2
 
-Verbosity determines the amount of notification and debug information that 
+Verbosity determines the amount of notification and debug information that
 will be printed to the console. '0' is no output, '1' is normal output,
 and `2` is verbose output.
 


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

Reply via email to