From 4a2cd3797fc3fb06d1351d529bdd5fbc9543f796 Mon Sep 17 00:00:00 2001 From: iElectric Date: Sun, 21 Jun 2009 09:58:14 +0000 Subject: [PATCH] add ability to download development version from pypi --- README | 2 ++ docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 7ad5929..6a8a9a4 100644 --- a/README +++ b/README @@ -16,6 +16,8 @@ and at the Python package index `sqlalchemy-migrate `_ +You can also download `development version ` from SVN trunk. + Tests and Bugs -------------- diff --git a/docs/index.rst b/docs/index.rst index aba488c..5629972 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,7 +56,7 @@ Dialect support | :ref:`ALTER TABLE ADD COLUMN ` | yes | yes | yes | | | | | | (with limitations) [#2]_ | | | | | | +---------------------------------------------------------+--------------------------+------------------------------+------------------------+---------------------------+----------+-------+ -| :ref:`ALTER TABLE DROP COLUMN ` | yes | yes | yes | | | | | | (workaround) [#1]_ | | | | | | +---------------------------------------------------------+--------------------------+------------------------------+------------------------+---------------------------+----------+-------+ | :ref:`ALTER TABLE ALTER COLUMN ` | no | yes | yes | | | |