File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -411,13 +411,13 @@ file:
411411
412412 .. function:: make_toast()
413413
414- .. versionadded:: 2 .2
414+ .. versionadded:: 6 .2
415415
416416 Returns ``'toast'``.
417417
418418Since this new feature will be in an upcoming release it is also added to the
419419release notes for the next version of Django. Open the release notes for the
420- latest version in ``docs/releases/``, which at time of writing is ``2 .2.txt``.
420+ latest version in ``docs/releases/``, which at time of writing is ``6 .2.txt``.
421421Add a note under the "Minor Features" header:
422422
423423.. code-block:: rst
@@ -467,11 +467,11 @@ Use the arrow keys to move up and down.
467467 +
468468 +def make_toast():
469469 + return 'toast'
470- diff --git a/docs/releases/2 .2.txt b/docs/releases/2 .2.txt
470+ diff --git a/docs/releases/6 .2.txt b/docs/releases/6 .2.txt
471471 index 7d85d30c4a..81518187b3 100644
472- --- a/docs/releases/2 .2.txt
473- +++ b/docs/releases/2 .2.txt
474- @@ -40 ,6 +40 ,11 @@ database constraints. Constraints are added to models using the
472+ --- a/docs/releases/6 .2.txt
473+ +++ b/docs/releases/6 .2.txt
474+ @@ -34 ,6 +34 ,11 @@
475475 Minor features
476476 --------------
477477
@@ -497,7 +497,7 @@ Use the arrow keys to move up and down.
497497 +
498498 +.. function:: make_toast()
499499 +
500- +.. versionadded:: 2 .2
500+ +.. versionadded:: 6 .2
501501 +
502502 +Returns ``'toast'``.
503503 diff --git a/tests/shortcuts/test_make_toast.py b/tests/shortcuts/test_make_toast.py
You can’t perform that action at this time.
0 commit comments