Skip to content

Commit 9cf277a

Browse files
committed
minor #13437 Removing note about Propel (ThomasLandauer)
This PR was merged into the 3.4 branch. Discussion ---------- Removing note about Propel Commits ------- 75d2b8b Removing note about Propel
2 parents ddd1bed + 75d2b8b commit 9cf277a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

form/form_collections.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ that Task, right inside the same form.
1212
.. note::
1313

1414
In this article, it's loosely assumed that you're using Doctrine as your
15-
database store. But if you're not using Doctrine (e.g. Propel or just
16-
a database connection), it's all very similar. There are only a few parts
17-
of this tutorial that really care about "persistence".
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".
1817

1918
If you *are* using Doctrine, you'll need to add the Doctrine metadata,
2019
including the ``ManyToMany`` association mapping definition on the Task's

0 commit comments

Comments
 (0)