summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Lindsley <daniel@toastdriven.com>2013-06-14 16:02:29 -0700
committerDaniel Lindsley <daniel@toastdriven.com>2013-06-14 16:02:45 -0700
commit2a6a32047d7d1c19e3e9f6d317cbe33e7d6ab49a (patch)
tree80a5c6745e2631ff74e51432417145457c83ac6f /docs
parentc3df86661955f218de4788a57338bb23428f5525 (diff)
Added missing docs for the checksetup command.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index e21e3d2766..6e7875df13 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -89,6 +89,17 @@ documentation for the :djadminopt:`--verbosity` option.
Available commands
==================
+checksetup
+----------
+
+.. django-admin:: checksetup
+
+Performs a series of checks to verify a given setup (settings/application code)
+is compatible with the current version of Django.
+
+Upon finding things that are incompatible or require notifying the user, it
+issues a series of warnings.
+
cleanup
-------