From 5564d0f2ee9b33d30471eafef30efa71c7c47459 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 1 Apr 2015 22:33:27 +0100 Subject: Fixed #24560 -- Added a --dry-run mode to the createcachetable command. --- docs/ref/django-admin.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 3515c615e7..2b68f6575d 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -189,6 +189,13 @@ The :djadminopt:`--database` option can be used to specify the database onto which the cache table will be installed, but since this information is pulled from your settings by default, it's typically not needed. +The :djadminopt:`--dry-run` option will print the SQL that would be run without +actually running it, so you can customize it or use the migrations framework. + +.. versionchanged:: 1.9 + + The ``--dry-run`` option was added. + dbshell ------- -- cgit v1.3