Author: russellm
Date: 2009-06-18 08:37:10 -0500 (Thu, 18 Jun 2009)
New Revision: 11053

Modified:
   django/trunk/docs/ref/django-admin.txt
Log:
Fixed #11221 -- Replaced a reference to a non-existent URL with an actual 
explanation of sequences. Thanks to Rob Hudson for the report, and SmileyChris 
for the patch.

Modified: django/trunk/docs/ref/django-admin.txt
===================================================================
--- django/trunk/docs/ref/django-admin.txt      2009-06-18 13:36:40 UTC (rev 
11052)
+++ django/trunk/docs/ref/django-admin.txt      2009-06-18 13:37:10 UTC (rev 
11053)
@@ -611,8 +611,12 @@
 
 Prints the SQL statements for resetting sequences for the given app name(s).
 
-See http://simon.incutio.com/archive/2004/04/21/postgres for more information.
+Sequences are indexes used by some database engines to track the next available
+number for automatically incremented fields.
 
+Use this command to generate SQL which will fix cases where a sequence is out
+of sync with its automatically incremented field data.
+
 startapp <appname>
 ------------------
 


--~--~---------~--~----~------------~-------~--~----~
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