summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-17 18:46:37 -0500
committerTim Graham <timograham@gmail.com>2015-11-18 10:44:19 -0500
commite7da99abd41b483c8991581628d442296698b2bf (patch)
tree833db6e490d28d611c57141e8f660f21d1c0296d /docs
parenta16d4e249cca4d61df15cc219b45f0d35b7a39ad (diff)
[1.8.x] Refs #25526 -- Documented some missing termcolors.
Backport of 5f7f3b46853c958789361a7defda8ca3c3c2be53 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index a92727abd8..18d3e84f3a 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1823,6 +1823,7 @@ number of roles in which color is used:
* ``error`` - A major error.
* ``notice`` - A minor error.
+* ``warning`` - A warning.
* ``sql_field`` - The name of a model field in SQL.
* ``sql_coltype`` - The type of a model field in SQL.
* ``sql_keyword`` - An SQL keyword.
@@ -1834,6 +1835,8 @@ number of roles in which color is used:
* ``http_not_found`` - A 404 HTTP Not Found server response.
* ``http_bad_request`` - A 4XX HTTP Bad Request server response other than 404.
* ``http_server_error`` - A 5XX HTTP Server Error response.
+* ``migrate_heading`` - A heading in a migrations management command.
+* ``migrate_label`` - A migration name.
Each of these roles can be assigned a specific foreground and
background color, from the following list: