Skip to content

Commit 0ddaf48

Browse files
committed
minor #13439 Shortening Doctrine Note (ThomasLandauer)
This PR was squashed before being merged into the 3.4 branch (closes #13439). Discussion ---------- Shortening Doctrine Note Follow up of #13437 Commits ------- 0f387d9 Shortening Doctrine Note
2 parents 1382170 + 0f387d9 commit 0ddaf48

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

form/form_collections.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ that Task, right inside the same form.
1111

1212
.. note::
1313

14-
In this article, it's loosely assumed that you're using Doctrine as your
15-
database store. But if you're not using Doctrine, it's all very similar.
16-
There are only a few parts of this tutorial that really care about "persistence".
17-
18-
If you *are* using Doctrine, you'll need to add the Doctrine metadata,
19-
including the ``ManyToMany`` association mapping definition on the Task's
20-
``tags`` property.
14+
The example presented here is based on Doctrine.
2115

2216
Let's start by creating a ``Task`` entity::
2317

0 commit comments

Comments
 (0)