summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-02 17:22:33 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-02 17:22:33 -0500
commitdae70e2114fadc2d41dc0e3a9ec428950b6e6647 (patch)
treecbd021b31b030bdb4b2061c568ab3197af15f3a6 /CHANGES
parent69c9303e6037985fc0664bd583ee51f2b937ff72 (diff)
downloadalembic-dae70e2114fadc2d41dc0e3a9ec428950b6e6647.tar.gz
- [bug] Default prefix for autogenerate
directives is "op.", matching the mako templates. [#18] - [feature] Add alembic_module_prefix argument to configure() to complement sqlalchemy_module_prefix. [#18]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0263e24..3dffe90 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,14 @@
handle self-referential foreign key
correctly [#17]
+- [bug] Default prefix for autogenerate
+ directives is "op.", matching the
+ mako templates. [#18]
+
+- [feature] Add alembic_module_prefix argument
+ to configure() to complement
+ sqlalchemy_module_prefix. [#18]
+
0.1.0
=====
- Initial release. Status of features: