278 Commits

Author SHA1 Message Date
chrisw
b2347898e0 update feature matrix 2010-09-09 15:58:07 +01:00
chrisw
c5e3ed9f1f correct change log structure 2010-09-09 15:53:24 +01:00
chrisw
adf4113a0b Fix issue 94 - it was impossible to add a column with a non-unique index.
Also implement more functionality with unique and foreign key constrains for sqlite.
2010-09-09 15:38:42 +01:00
chrisw
a085ffa590 implement column adding with foreign keys on sqlite 2010-09-09 13:58:41 +01:00
chrisw
a7c0c18a52 Fix bug with column dropping involving foreign keys.
Bonus: remove_from_table now understands foreign keys
2010-09-09 11:53:08 +01:00
chrisw
5cf42fbf76 fix for issue 96: deleting a column in sqlite shouldn't delete all indexes
bonus: remove_from_table now removes indexes
2010-09-09 09:15:28 +01:00
chrisw
dceff55ff4 another py2.4 fixture 2010-09-08 17:06:58 +01:00
chrisw
802658018d dammit! 2010-09-08 16:21:54 +01:00
chrisw
aef73ed13e attempt at improving the api docs a little 2010-09-08 15:48:28 +01:00
chrisw
4905e28a97 improve docs 2010-09-08 15:24:08 +01:00
chrisw
10a16f5251 hopefully fix test failures 2010-09-08 14:35:01 +01:00
chrisw
c85bbec26c another Py2.4 fix 2010-09-08 13:16:49 +01:00
chrisw
0376ab0a21 fix docs 2010-09-08 12:05:13 +01:00
chrisw
1d2c2f979b another attempt to get around the initd.org problems 2010-09-08 11:32:19 +01:00
chrisw
a8aa2e46dc looks like init.org might be back 2010-09-07 23:22:14 +01:00
chrisw
34340517f0 disable psycopg install while initd.org is offline 2010-09-07 21:02:08 +01:00
chrisw
0a8bcd368c silence console output 2010-09-07 19:50:18 +01:00
chrisw
ac848a295a hopefully make py2.4 compatible 2010-09-07 19:19:32 +01:00
chrisw
cade5fb261 - capture deprecation warnings and assert they re as they should be
- re-word alter_column deprecation warning to make more sense
2010-09-07 19:04:12 +01:00
chrisw
17f5670c3c remove default of dropping on pdb on test error or failure 2010-09-07 15:41:41 +01:00
iElectric
8e65481a3d fix last exception import 2010-09-07 03:18:46 +02:00
iElectric
653e723ce1 move all exception classes to migrate.exceptions 2010-09-07 02:25:29 +02:00
iElectric
28f06524b5 update todo and test-req.pip 2010-09-06 23:21:18 +02:00
iElectric
aff0896e16 use if main conditional in manage.py script 2010-08-20 15:40:14 +02:00
iElectric
8e01817b97 correct case for dependencies in setup.py 2010-08-16 12:29:22 +02:00
iElectric
236acfef5d fixes issue #88 2010-07-21 21:28:32 +02:00
iElectric
7035a3ed07 merge 2010-07-14 19:05:19 +02:00
iElectric
878c673ca8 fix tests on python2.7 2010-07-14 19:04:44 +02:00
Jan Dittberner
703d13b206 bump version to 0.6.1 to indicate that trunk is newer than release 0.6 2010-07-12 21:47:35 +02:00
Jan Dittberner
465447e193 exclude .hgtags from release tarballs 2010-07-12 21:46:48 +02:00
iElectric
ca11f6b631 merge 2010-07-12 21:32:39 +02:00
iElectric
1ccbc879de update TODO 2010-07-12 17:27:21 +02:00
Jan Dittberner
5a93027c61 link to mercurial instead of SVN 2010-07-12 13:19:43 +02:00
iElectric
af206c393d fix links in doc 2010-07-12 09:34:28 +02:00
iElectric
90cec7892c update sphinx config 2010-07-11 22:38:40 +02:00
Jan Dittberner
14dedb3f22 Added signature for changeset 65742e996d94 2010-07-11 20:42:59 +02:00
Jan Dittberner
9127f437bb Added tag v0.6 for changeset cb01bf174b05 2010-07-11 20:42:50 +02:00
iElectric
c1db5e32c7 update changelog 0.6 2010-07-11 18:19:10 +02:00
iElectric
811201d47b small doc correction; fixes #67 2010-07-11 18:16:51 +02:00
iElectric
a87d5ff53a merge 2010-07-11 17:45:56 +02:00
iElectric
201fe50e6c better document summary of changeset actions 2010-07-11 17:45:29 +02:00
iElectric
a3d3470d5e adding connection keyword to ORM methods 2010-07-11 17:22:28 +02:00
Jan Dittberner
1d7bb5604b use migrate.tests.* instead of tests.* in find_packages argument 2010-07-10 14:27:24 +02:00
iElectric
b0157137e2 use stdout for logging.INFO and lower; for the rest use stderr 2010-07-09 16:12:29 +02:00
iElectric
dffe82653c fix deprecation warning when using old script synta 2010-07-09 03:57:51 +02:00
iElectric
3142e023ab update README and fix last bugs 2010-07-08 23:25:41 +02:00
iElectric
a3fb663ef1 add documentation generation date 2010-07-08 19:18:57 +02:00
iElectric
aa615c3974 add MIT licence file 2010-07-08 19:16:22 +02:00
iElectric
0d70c2ccb1 changed documentation layout 2010-07-08 19:08:51 +02:00
iElectric
fb0692ccd6 add descriptions of modules in docs 2010-07-08 19:03:44 +02:00