Skip to content

Commit 3ece010

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Adding link to main forms article
2 parents cd4a8e9 + 3cd4489 commit 3ece010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/without_class.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ How to Use a Form without a Data Class
22
======================================
33

44
In most cases, a form is tied to an object, and the fields of the form get
5-
and store their data on the properties of that object. This is exactly what
6-
you've seen so far in this article with the ``Task`` class.
5+
and store their data on the properties of that object. This is what
6+
:doc:`the main article on forms </forms>` is about.
77

88
But sometimes, you may want to use a form without a class, and get back an
99
array of the submitted data. The ``getData()`` method allows you to do

0 commit comments

Comments
 (0)