mirror of
https://github.com/django/django.git
synced 2025-08-30 15:27:40 +00:00
Added best practices for versionadded/changed annotations.
This commit is contained in:
parent
8f4877c89d
commit
7102b99653
3 changed files with 44 additions and 1 deletions
|
@ -320,7 +320,8 @@ New Features
|
|||
|
||||
* Are there tests to "exercise" all of the new code?
|
||||
* Is there a release note in ``docs/releases/A.B.txt``?
|
||||
* Is there documentation for the feature and is it annotated appropriately with
|
||||
* Is there documentation for the feature and is it :ref:`annotated
|
||||
appropriately <documenting-new-features>` with
|
||||
``.. versionadded:: A.B`` or ``.. versionchanged:: A.B``?
|
||||
|
||||
Deprecating a feature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue