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/ref | |
| parent | 727e40c879f893a2c336e396aafdcad60b5d224c (diff) | |
Fixed #24560 -- Added a --dry-run mode to the createcachetable command.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 ------- |
