diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/introduction.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index b277d8666..2af6cadc2 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -109,11 +109,10 @@ which persistence mechanisms you should use to build an application. Zope applications are typically reliant on :term:`ZODB`; :mod:`repoze.bfg` allows you to build :term:`ZODB` applications, but it has no reliance on the ZODB package. Likewise, :term:`Django` -tends to make the assumption that you're going to want to store your -application's data in a relational database. :mod:`repoze.bfg` makes -no such assumption; it allows you to use a relational database but -doesn't encourage or discourage an application developer about such a -decision. +tends to assume that you want to store your application's data in a +relational database. :mod:`repoze.bfg` makes no such assumption; it +allows you to use a relational database but doesn't encourage or +discourage an application developer about such a decision. Why? ---- |
