diff options
| author | Adam Chainz <adam@adamj.eu> | 2015-04-01 22:33:27 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-09 12:15:50 -0400 |
| commit | 5564d0f2ee9b33d30471eafef30efa71c7c47459 (patch) | |
| tree | e0ddcce25dd2249f1a34a9a2e575ba233a234fcc /docs/topics | |
| parent | 727e40c879f893a2c336e396aafdcad60b5d224c (diff) | |
Fixed #24560 -- Added a --dry-run mode to the createcachetable command.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/cache.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index ec973a5008..1a21eab164 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -206,6 +206,9 @@ If you are using multiple databases, :djadmin:`createcachetable` observes the Like :djadmin:`migrate`, :djadmin:`createcachetable` won't touch an existing table. It will only create missing tables. +To print the SQL that would be run, rather than run it, use the +:djadminopt:`--dry-run` option. + Multiple databases ~~~~~~~~~~~~~~~~~~ |
