summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timgraham@google.com>2012-06-20 20:03:06 -0400
committerTim Graham <timgraham@google.com>2012-06-27 18:56:04 -0400
commit9014b138e6d78aa5fef2c63b8e482379005d32b2 (patch)
tree8123cc7003aebc19a7a81a350e34a67f14654962 /docs/ref
parent3631a028e2d8eef9ade7b174d9cbe1440d4acfad (diff)
[1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management command in FAQ; thanks voxpuibr@ for the report.
Backport of c8928b91b5 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 7650951e22..e1a6e7cbef 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -232,8 +232,8 @@ flush
.. django-admin:: flush
-Returns the database to the state it was in immediately after syncdb was
-executed. This means that all data will be removed from the database, any
+Returns the database to the state it was in immediately after :djadmin:`syncdb`
+was executed. This means that all data will be removed from the database, any
post-synchronization handlers will be re-executed, and the ``initial_data``
fixture will be re-installed.