diff options
| author | Daniel Lindsley <daniel@toastdriven.com> | 2013-06-15 10:14:30 -0700 |
|---|---|---|
| committer | Daniel Lindsley <daniel@toastdriven.com> | 2013-06-15 10:14:48 -0700 |
| commit | b3532f7df950d07d92c231fa60a13675111208ea (patch) | |
| tree | d2e8c9f20306ad4f81496fdf67522a887a3011a2 | |
| parent | bf9975b0eb5f839ac5ff53b4fb302548dde6a418 (diff) | |
Adjusted the docs to reflect when the checksetup command was added.
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 6e7875df13..c2c11e6db4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -94,6 +94,8 @@ checksetup .. django-admin:: checksetup +.. versionadded:: 1.6 + Performs a series of checks to verify a given setup (settings/application code) is compatible with the current version of Django. |
