| #211 |
South do not track new and removed permissions
|
andrew
|
enhancement
|
major
|
commands
|
0.6-pre
|
| #220 |
Renaming a inherited model makes troubles with foreignkeys
|
andrew
|
defect
|
major
|
commands
|
0.6-pre
|
| #222 |
When running forwards and backwards migrations, raise an exception if someone uses a non-FakeORM model
|
andrew
|
enhancement
|
major
|
migrations
|
0.6-pre
|
| #334 |
Allow loaddata usage with the frozen ORM
|
andrew
|
defect
|
major
|
migrations
|
0.7-pre
|
| #336 |
Try to stop the auth module's superuser hook from firing when a profile module is defined
|
andrew
|
defect
|
major
|
commands
|
0.6.2
|
| #358 |
Automatically detect column renames
|
andrew
|
defect
|
major
|
commands
|
0.6.2
|
| #366 |
Automatically create 3 migrations for changes which include data
|
andrew
|
enhancement
|
major
|
migrations
|
0.6.2
|
| #391 |
_ptr fields in inheriting models not renamed when main model is renamed
|
andrew
|
defect
|
major
|
commands
|
0.7-rc1
|
| #407 |
Can't alter column to AutoField on postgreSQL
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #426 |
Replace __import__ with import_module
|
andrew
|
defect
|
major
|
commands
|
mercurial
|
| #431 |
db.alter_column() cannot change default value in MySQL
|
andrew
|
defect
|
major
|
databaseapi
|
0.7
|
| #434 |
Ordering of items in a Migration leads to error
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #435 |
Changing a ForeignKey from a "real" model to a proxy of it generates invalid migration code
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #451 |
South seems to break get_profile in test mode
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #466 |
Renaming a foreign key doesn't update the foreign key in MySQL with InnoDB
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #470 |
Migrations scripts from 0.6 fail with 0.7.1 due to inheritance problem
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #477 |
Related models from a parent model that has been inherited are not available in migrations
|
andrew
|
defect
|
major
|
migrations
|
0.7.1
|
| #478 |
db.delete_index() doesn't introspect the database to get the name of index, fails with django 1.2
|
andrew
|
defect
|
major
|
databaseapi
|
mercurial
|
| #599 |
PointField error
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #616 |
No support for custom M2M subclasses that change the schema of auto generated through table.
|
andrew
|
defect
|
major
|
migrations
|
mercurial
|
| #627 |
alter_column fails on postgres when removing null=True
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #638 |
platform-dependent constraint name hash
|
andrew
|
defect
|
major
|
databaseapi
|
0.7.2
|
| #639 |
Support fixture schema migrations
|
andrew
|
enhancement
|
major
|
commands
|
unknown
|
| #667 |
Migrations files doesn't pass pep8 and pyflake.
|
andrew
|
enhancement
|
major
|
migrations
|
unknown
|
| #675 |
incorrectly deleted primary key
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #687 |
variable delete_unique_sql should be different for mysql
|
andrew
|
defect
|
major
|
databaseapi
|
0.7.2
|
| #699 |
no name for migration adding only single m2m relation
|
andrew
|
defect
|
major
|
commands
|
0.7.2
|
| #702 |
South + tests + multidb: missing south_migrationhistory table in the second db
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #724 |
South fails to migrate OneToOne to ForeginKey
|
andrew
|
defect
|
major
|
migrations
|
0.7.3
|
| #736 |
Migration with proxy model does not work
|
andrew
|
defect
|
major
|
commands
|
0.7.3
|
| #745 |
Wrong column type for OneToOneField w/ parent_link=True
|
andrew
|
defect
|
major
|
migrations
|
0.7.3
|
| #746 |
datamigrations with proxy model m2m has invalid manager
|
andrew
|
defect
|
major
|
commands
|
0.7.3
|
| #755 |
Oracle DB does not work , sql incorrect.
|
andrew
|
defect
|
major
|
databaseapi
|
0.7.3
|
| #776 |
Cannot drop index that was created when the table was created.
|
andrew
|
defect
|
major
|
databaseapi
|
0.7.2
|
| #781 |
Model Instances not valid when used as arguments for creating another object
|
andrew
|
defect
|
major
|
migrations
|
0.7.3
|
| #782 |
Integrity appears after removing null=True from field
|
andrew
|
defect
|
major
|
migrations
|
0.7.3
|
| #789 |
Mark Migration: downtime=True
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #814 |
Patch from #421 doesn't check for uppercase
|
andrew
|
defect
|
major
|
databaseapi
|
0.7.3
|
| #829 |
Add "How to reset migrations" to documentation
|
andrew
|
enhancement
|
major
|
documentation
|
0.7.3
|
| #1070 |
migration fails with m2m field, with certain attributes defined, pointing proxy model
|
andrew
|
defect
|
major
|
commands
|
0.7.4
|
| #1180 |
primary key in model is not primary key in database
|
andrew
|
defect
|
major
|
migrations
|
mercurial
|
| #178 |
Add logging to db commands (and possibly ORM)
|
andrew
|
defect
|
minor
|
databaseapi
|
0.6-pre
|
| #270 |
startmigration --fixture option
|
andrew
|
enhancement
|
minor
|
commands
|
0.6.1
|
| #446 |
introspection rules could accept callable for more flexibility
|
carl@…
|
enhancement
|
minor
|
databaseapi
|
0.7
|
| #449 |
Baselining migrations
|
andrew
|
enhancement
|
minor
|
migrations
|
0.7
|
| #458 |
Allow custom fields to define dependencies for model freezer
|
andrew
|
enhancement
|
minor
|
migrations
|
0.7
|
| #517 |
Add db.delete_columns() method to API
|
andrew
|
enhancement
|
minor
|
databaseapi
|
unknown
|
| #526 |
add-model doesn't create m2m tables
|
andrew
|
defect
|
minor
|
commands
|
0.7.1
|
| #533 |
Renaming a table should also rename unique constraints
|
andrew
|
defect
|
minor
|
databaseapi
|
unknown
|
| #573 |
South fails to migrate on custom field AutoNow whcih extends Datetime field
|
andrew
|
defect
|
minor
|
migrations
|
unknown
|
| #678 |
If a field's default is set to an Enum, the resulting migration has a syntax error
|
andrew
|
enhancement
|
minor
|
migrations
|
unknown
|
| #689 |
Improve documentation how to create permissions
|
andrew
|
enhancement
|
minor
|
documentation
|
unknown
|
| #697 |
MySQL rename column and table fails when present in a foreign key
|
andrew
|
defect
|
minor
|
databaseapi
|
0.7
|
| #741 |
CharField false change detection (Null attribute)
|
andrew
|
defect
|
minor
|
migrations
|
0.7.3
|
| #757 |
South "forgets" indexes on SQLite3
|
andrew
|
defect
|
minor
|
migrations
|
0.7.3
|
| #758 |
Improve interative console prompts readability
|
andrew
|
enhancement
|
minor
|
commands
|
unknown
|
| #760 |
Autoincrementing primary keys for sqlite3
|
andrew
|
defect
|
minor
|
databaseapi
|
0.7.3
|
| #795 |
Changing DateField.auto_now generates a redundant migration
|
andrew
|
defect
|
minor
|
commands
|
0.7.3
|
| #833 |
add_column with an autofield fails
|
andrew
|
defect
|
minor
|
commands
|
0.7.3
|
| #439 |
Command responses should examine management command name
|
andrew
|
defect
|
trivial
|
commands
|
0.7
|
| #574 |
Put docstring on `migartions/__init__.py`
|
andrew
|
enhancement
|
trivial
|
commands
|
0.7.2
|
| #703 |
South does not seem to pick up "spatial_index" and "db_index" params for GeoDjango's geometry fields
|
andrew
|
defect
|
trivial
|
migrations
|
0.7.3
|
| #1047 |
has_ddl_transactions property broken with MySQL and Django 1.3
|
andrew
|
defect
|
blocker
|
commands
|
mercurial
|
| #747 |
db.delete_unique() not worked for mysql 5.5
|
andrew
|
defect
|
critical
|
databaseapi
|
0.7.3
|
| #798 |
CHECK constraint for PositiveIntegerFields different from Django
|
andrew
|
defect
|
critical
|
commands
|
mercurial
|
| #1053 |
Making field unique fails on PostgreSQL with Django 1.4
|
andrew
|
defect
|
critical
|
migrations
|
unknown
|
| #412 |
Oracle backend generates wrong sql for some fields
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #413 |
Oracle backend throws an error in backward migration if a model does not have an AutoField
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #428 |
Backwards migrations don't track dependency orm entries
|
andrew
|
defect
|
major
|
migrations
|
0.7
|
| #523 |
Cant change ForeginKey from null=False to null=True in MySQL
|
andrew
|
defect
|
major
|
migrations
|
0.7.1
|
| #600 |
Adding Boolean field doesn't obey default with SQLite
|
andrew
|
defect
|
major
|
databaseapi
|
0.7.2
|
| #601 |
Unable to remove UNIQUE from field with South 0.72
|
andrew
|
defect
|
major
|
migrations
|
0.7.2
|
| #666 |
MySQL InnoDB foreign key errors when applying multiple migrations
|
andrew
|
defect
|
major
|
commands
|
0.7.1
|
| #671 |
new version of mssql does not support DROP DEFAULT
|
andrew
|
defect
|
major
|
databaseapi
|
0.7.2
|
| #679 |
When changing a ForeignKey, references are not updated
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #688 |
schemamigration --add-index creates invisible migrations
|
andrew
|
defect
|
major
|
commands
|
0.7.2
|
| #693 |
Introspection plugin for Django Audit Log
|
andrew
|
enhancement
|
major
|
commands
|
unknown
|
| #694 |
South Unable to Do DDL Transactions Under MySQL
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #700 |
All NOT NULL constraints dropped for a table during migration (sqlite)
|
andrew
|
defect
|
major
|
migrations
|
0.7.2
|
| #721 |
(patch) South sometimes tries to redo applied migrations
|
andrew
|
defect
|
major
|
migrations
|
0.7.3
|
| #723 |
Invalid syntax exception in generic.py
|
andrew
|
defect
|
major
|
commands
|
0.7.3
|
| #726 |
modified syncdb shouldn't load fixtures until after migrate command
|
andrew
|
enhancement
|
major
|
commands
|
0.7.3
|
| #727 |
Default value for geometry column is not supported by mysql
|
andrew
|
defect
|
major
|
commands
|
unknown
|
| #728 |
South 0.6.x used to find migrations that 0.7.x does not; this fixes it
|
andrew
|
defect
|
major
|
commands
|
0.7.3
|
| #729 |
South makes assumptions about the app name when creating a migration
|
andrew
|
defect
|
major
|
migrations
|
unknown
|
| #737 |
Oracle backend does not properly quote identifiers
|
andrew
|
defect
|
major
|
databaseapi
|
mercurial
|
| #753 |
GeoDjango: fails to find changes: Geography True/False
|
andrew
|
enhancement
|
major
|
databaseapi
|
0.7.3
|
| #754 |
Create table breaks in oracle for integer fields with checks
|
andrew
|
defect
|
major
|
databaseapi
|
unknown
|
| #761 |
sqlite3: no such index error when converting fk to char
|
andrew
|
defect
|
major
|
migrations
|
0.7.3
|
| #763 |
on_delete option for foreign keys not picked up by south
|
andrew
|
defect
|
major
|
migrations
|
0.7.3
|
|
(more results for this group on next page)
|