Skip to content

Commit 0f387d9

Browse files
ThomasLandauerjaviereguiluz
authored andcommitted
Shortening Doctrine Note
1 parent 48c8ebc commit 0f387d9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

form/form_collections.rst

+1-7
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
First, suppose that each ``Task`` belongs to multiple ``Tag`` objects. Start
2317
by creating a simple ``Task`` class::

0 commit comments

Comments
 (0)