Skip to content

Commit 02b1496

Browse files
committed
tweaking wording in intro web framework section:
1 parent 86cc3c1 commit 02b1496

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-11T10:20:12Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-02-11T10:22:19Z</updated></feed>

source/content/pages/web-frameworks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ increased complexity.
2323
For example, the Django web application framework includes an
2424
Object-Relational Mapping (ORM) layer that abstracts relational database
2525
read, write, query, and delete operations. However, Django's ORM
26-
does not work (without modification) on non-relational databases such
26+
cannot work without significant modification on non-relational databases such
2727
`MongoDB <http://www.mongodb.org/>`_ and `Riak <http://docs.basho.com/>`_.
2828
Other web frameworks such as Flask and Pyramid are generally easier to
2929
use with non-relational databases by incorporating external Python libraries.

web-frameworks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1>Web Frameworks</h1>
9191
<p>For example, the Django web application framework includes an
9292
Object-Relational Mapping (ORM) layer that abstracts relational database
9393
read, write, query, and delete operations. However, Django's ORM
94-
does not work (without modification) on non-relational databases such
94+
cannot work without significant modification on non-relational databases such
9595
<a class="reference external" href="http://www.mongodb.org/">MongoDB</a> and <a class="reference external" href="http://docs.basho.com/">Riak</a>.
9696
Other web frameworks such as Flask and Pyramid are generally easier to
9797
use with non-relational databases by incorporating external Python libraries.

0 commit comments

Comments
 (0)