Skip to content

Commit 99ab4bd

Browse files
SnippyCodesnessita
authored andcommitted
Refs #37217 -- Updated version references to 6.2 in contributing docs.
1 parent 4ea38d5 commit 99ab4bd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/intro/contributing.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

418418
Since this new feature will be in an upcoming release it is also added to the
419419
release 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``.
421421
Add 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

0 commit comments

Comments
 (0)