diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-17 18:46:37 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-18 10:43:13 -0500 |
| commit | e7c86871052b4bfb62a2fcc67ccd4fe441057463 (patch) | |
| tree | e6a76c57f46fb64632e07a30e8992c14d161b240 /docs/ref/django-admin.txt | |
| parent | e5430510ddabf0a434e49ab379de55e106e5e8a5 (diff) | |
[1.9.x] Refs #25526 -- Documented some missing termcolors.
Backport of 5f7f3b46853c958789361a7defda8ca3c3c2be53 from master
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 595e0c437b..75f5816120 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1658,6 +1658,8 @@ number of roles in which color is used: * ``error`` - A major error. * ``notice`` - A minor error. +* ``success`` - A success. +* ``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. @@ -1669,6 +1671,12 @@ 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. + +.. versionchanged:: 1.9 + + ``success`` was added. Each of these roles can be assigned a specific foreground and background color, from the following list: |
