diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2007-04-06 02:25:58 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2007-04-06 02:25:58 +0000 |
| commit | dabd96646cf04f0b4dc346f90baf8199e225f128 (patch) | |
| tree | 028c363299237bba0fa9ca4c0265bf76649c29ee /docs | |
| parent | e339a41222590eace1bafff7e3d3fafe0929c3d0 (diff) | |
Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads when using Postgres. Thanks to Jon Ballard and scott@staplefish.com for the report, and to Zach Thompson for suggesting a solution.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index b6028dc2a0..388eaf98ac 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -366,7 +366,7 @@ Prints the DROP TABLE SQL, then the CREATE TABLE SQL, for the given appnames. sqlsequencereset [appname appname ...] ---------------------------------------------- -Prints the SQL statements for resetting PostgreSQL sequences for the given +Prints the SQL statements for resetting sequences for the given appnames. See http://simon.incutio.com/archive/2004/04/21/postgres for more information. |
