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:18:15 -0500 |
| commit | 4e891a39b76c142412d9ca4847af089b141b8ec4 (patch) | |
| tree | a54006ed8cd3ca9b4aff6b7094d4047b68a1fd88 /docs/internals/contributing | |
| parent | 834843ca4fdc474eba4457dee3d99fb9c882ca65 (diff) | |
[2.0.x] Renamed the "Supported versions" label.
Backport of 4775dcb521f87694607c5a1fca052ffffc0bfcae from master
Diffstat (limited to 'docs/internals/contributing')
| -rw-r--r-- | docs/internals/contributing/committing-code.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index 4ce8576702..3639ca4f1a 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -155,8 +155,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 |
