From 75d2b8b69688bd4cca9b3c828e0a1db82114e286 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 30 Mar 2020 11:13:17 +0200 Subject: [PATCH] Removing note about Propel --- form/form_collections.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index 45bd29df5ae..d5d26a873eb 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -12,9 +12,8 @@ that Task, right inside the same form. .. note:: In this article, it's loosely assumed that you're using Doctrine as your - database store. But if you're not using Doctrine (e.g. Propel or just - a database connection), it's all very similar. There are only a few parts - of this tutorial that really care about "persistence". + database store. But if you're not using Doctrine, it's all very similar. + There are only a few parts of this tutorial that really care about "persistence". If you *are* using Doctrine, you'll need to add the Doctrine metadata, including the ``ManyToMany`` association mapping definition on the Task's