diff options
| author | Tim Graham <timograham@gmail.com> | 2018-01-31 10:12:51 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-31 10:17:06 -0500 |
| commit | 4775dcb521f87694607c5a1fca052ffffc0bfcae (patch) | |
| tree | 1a00325f5f1a570720f66bf0a1cee92ed52ae34e /docs/internals | |
| parent | 8f14ed6c811359ca0188e8085c6d248c390a16fc (diff) | |
Renamed the "Supported versions" label.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/committing-code.txt | 3 | ||||
| -rw-r--r-- | docs/internals/release-process.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index 84eff3fc11..a7657a8433 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -153,8 +153,7 @@ Django's Git repository: commit. This goes a *long way* in helping everyone follow your changes. * Separate bug fixes from feature changes. Bugfixes may need to be backported - to the stable branch, according to the :ref:`backwards-compatibility policy - <backwards-compatibility-policy>`. + to the stable branch, according to :ref:`supported-versions-policy`. * If your commit closes a ticket in the Django `ticket tracker`_, begin your commit message with the text "Fixed #xxxxx", where "xxxxx" is the diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt index 107e2ab060..ce600395eb 100644 --- a/docs/internals/release-process.txt +++ b/docs/internals/release-process.txt @@ -116,7 +116,7 @@ A more generic example: LTS to LTS upgrades). * Z.0: Drop deprecation shims added in Y.0 and Y.1. -.. _backwards-compatibility-policy: +.. _supported-versions-policy: Supported versions ================== |
