diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-08-02 15:45:04 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-08-02 15:45:04 +0000 |
| commit | b673bdb02e7f7e6aa52f042f1bf4a09beef2ad21 (patch) | |
| tree | fec551c9607f09d36c00b0462020b7688f2e9490 /doc/build/testdocs.py | |
| parent | b8b51fe4379936fe142c875ea0f17da14a12c27d (diff) | |
| download | sqlalchemy-b673bdb02e7f7e6aa52f042f1bf4a09beef2ad21.tar.gz | |
- fixed autoflush with count(), aggregates
- doc formatting bonanza
- delete() section to orm tutorial
Diffstat (limited to 'doc/build/testdocs.py')
| -rw-r--r-- | doc/build/testdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/testdocs.py b/doc/build/testdocs.py index 04a825ee8..1b2936d8b 100644 --- a/doc/build/testdocs.py +++ b/doc/build/testdocs.py @@ -62,7 +62,7 @@ def replace_file(s, newfile): raise ValueError("Couldn't find suitable create_engine call to replace '%s' in it" % oldfile)
return s
-filename = 'content/datamapping.txt'
+filename = 'content/ormtutorial.txt'
s = open(filename).read()
#s = replace_file(s, ':memory:')
s = re.sub(r'{(?:stop|sql)}', '', s)
|
