summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* finalize changelog for 0.7.20.7.2Jan Dittberner2011-11-012-2/+2
|
* add credits for contributorsJan Dittberner2011-11-013-0/+121
|
* update changelogJan Dittberner2011-10-291-56/+94
| | | fix issue numbers (use trac issue prefix for pre 0.3 versions)
* add glossaryJan Dittberner2011-10-292-21/+56
| | | update documentation meta data, rewrap index.rst
* add more developer related informationJan Dittberner2011-10-291-10/+34
|
* update sqlalchemy documentation linksJan Dittberner2011-10-291-98/+125
| | | use explicit code-block markup
* update intersphinx configuration, add sphinxcontrib.issuetracker configurationJan Dittberner2011-10-291-2/+10
|
* document adding/droping columns (fixes issue 104)Jan Dittberner2011-10-291-215/+315
|
* add regression test (fixes issue 105)Jan Dittberner2011-10-281-0/+2
|
* fix issues with ConfigParser and existing repositories (fixes issue 115)Jan Dittberner2011-10-281-2/+2
|
* give credits to Benoît AllardJan Dittberner2011-10-281-1/+1
|
* update changelog (add issue 121 bugfix)Jan Dittberner2011-10-281-2/+3
|
* update changelog (include #125 fix)Jan Dittberner2011-10-281-0/+2
|
* update changelogJan Dittberner2011-10-281-0/+2
|
* merge fixes by wyenhoJan Dittberner2011-10-281-3/+3
|\
| * fixed issue 129wyuenho@gmail.com2011-10-021-3/+3
| |
* | update changelog (drop support for SQLAlchemy 0.5.x, Python 2.4 and 2.5)Jan Dittberner2011-10-281-0/+7
| |
* | changelog updatesJan Dittberner2011-10-281-0/+13
|/
* start next development iterationJan Dittberner2011-05-272-2/+11
|
* finalize changelog for 0.7.1Jan Dittberner2011-05-271-4/+1
|
* fix issue tracking and source code URLsJan Dittberner2011-05-272-2/+3
|
* fix column.create() properlyJan Dittberner2011-05-271-1/+2
|
* start next development iterationJan Dittberner2011-05-272-2/+14
| | | | | | | - update version numbers in setup.py and docs/conf.py - exclude docs/_build recursively in MANIFEST.in - update docs/changelog.rst
* update version number in docs/conf.py0.7Jan Dittberner2011-05-271-2/+2
|
* add migrate.__version__ (Fixes issue 111)Jan Dittberner2011-05-271-0/+1
| | | | | - add __version__ to migrate/__init__.py - add test in migrate/tests/__init__.py - update docs/changelog.rst
* update changelog and version informationJan Dittberner2011-05-272-4/+18
|
* add Developing with migrations tutorial linkiElectric2011-05-081-0/+1
|
* mergeiElectric2011-04-292-8/+16
|\
| * start next iterationJan Dittberner2011-02-112-2/+5
| |
| * update version in docs/conf.pyJan Dittberner2011-02-111-3/+3
| |
| * finalize changelog for 0.6.10.6.1Jan Dittberner2011-02-111-1/+1
| |
| * remove the alter_metadata featureChris Withers2011-02-101-1/+2
| |
| * fixes #107Domen Kožar2011-02-051-3/+4
| |
| * fixes #106Domen Kožar2011-02-051-0/+3
| |
* | add elixir tutorial to docsiElectric2011-04-292-1/+9
|/
* adding faq section to docsiElectric2010-11-162-0/+14
|
* mergechrisw2010-09-161-0/+2
|\
| * update changelogiElectric2010-09-121-0/+1
| |
* | update changelogchrisw2010-09-161-0/+2
|/
* remove reference to ficticious commandchrisw2010-09-091-3/+0
|
* update feature matrixchrisw2010-09-091-4/+5
|
* correct change log structurechrisw2010-09-091-4/+8
|
* Fix issue 94 - it was impossible to add a column with a non-unique index.chrisw2010-09-091-0/+5
| | | Also implement more functionality with unique and foreign key constrains for sqlite.
* implement column adding with foreign keys on sqlitechrisw2010-09-091-0/+1
|
* Fix bug with column dropping involving foreign keys.chrisw2010-09-091-0/+1
| | | Bonus: remove_from_table now understands foreign keys
* fix for issue 96: deleting a column in sqlite shouldn't delete all indexeschrisw2010-09-091-0/+1
| | | bonus: remove_from_table now removes indexes
* improve docschrisw2010-09-081-27/+63
|
* fix docschrisw2010-09-082-15/+21
|
* move all exception classes to migrate.exceptionsiElectric2010-09-072-13/+9
|
* use if main conditional in manage.py scriptiElectric2010-08-201-0/+10
|