]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
doc fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Apr 2013 22:30:38 +0000 (18:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Apr 2013 22:30:38 +0000 (18:30 -0400)
alembic/environment.py
docs/build/changelog.rst
docs/build/conf.py
docs/build/front.rst

index e256690ef843b2ecb8f0f5f86ae1dcd9a7756426..584b6f0ac3818fddf585a9a4e899129529d195c9 100644 (file)
@@ -287,7 +287,10 @@ class EnvironmentContext(object):
          running the "revision" command.   Note that the script environment
          is only run within the "revision" command if the --autogenerate
          option is used, or if the option "revision_environment=true"
-         is present in the alembic.ini file.  New in 0.3.3.
+         is present in the alembic.ini file. 
+
+         .. versionadded:: 0.3.3
+
         :param version_table: The name of the Alembic version table.
          The default is ``'alembic_version'``.
         :param version_table_schema: Optional schema to place version
index 0a574e8fcaffec353a750be66900c93864f0c19a..f22dd5bd4fb82bc480e0515f5bbef9ba6ad2eece 100644 (file)
@@ -7,6 +7,12 @@ Changelog
     :version: 0.5.0
     :released: Thu Apr 4 2013
 
+    .. note::
+
+      Alembic 0.5.0 now requires at least
+      version 0.7.3 of SQLAlchemy to run properly.
+      Support for 0.6 has been dropped.
+
     .. change::
         :tags: feature
         :tickets: 76
@@ -39,7 +45,7 @@ Changelog
         :tags: feature
         :tickets: 93
 
-      Added :func:`.operations.create_primary_key`
+      Added :meth:`.Operations.create_primary_key`
       operation, will genenerate an ADD CONSTRAINT
       for a primary key.
 
index 92d4a17c8fbf96660cd9f24fa4055bfb456fb4fe..a91a51bbcdd7acc89a9c790c9c1622088a91be18 100644 (file)
@@ -34,6 +34,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
                 'ext.changelog']
 
 changelog_render_ticket = "https://bitbucket.org/zzzeek/alembic/issue/%s/"
+changelog_render_pullreq = "https://bitbucket.org/zzzeek/alembic/pull-request/%s"
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
index 71444a38cb9a144d78833e764f4ed95cfd067f37..fae6cd4765f2a8c6e6140f17ba2ff8b3a7b3f22e 100644 (file)
@@ -25,7 +25,7 @@ stable.   Users should take care to report bugs and missing features
 (see :ref:`bugs`) on an as-needed
 basis.  It should be expected that the development version may be required
 for proper implementation of recently repaired issues in between releases;
-the latest tip is always available at https://bitbucket.org/zzzeek/alembic/get/tip.tar.gz.
+the latest default tip is always available at https://bitbucket.org/zzzeek/alembic/get/default.tar.gz.
 
 .. _installation: