| #944 |
dating
|
new
|
andrew
|
defect
|
blocker
|
1.0
|
| #32 |
ContentType table is not updated when renaming table
|
accepted
|
andrew
|
defect
|
major
|
The Future
|
| #87 |
migrating models from an abstract model class
|
accepted
|
andrew
|
defect
|
major
|
The Future
|
| #173 |
South_migrationhistory needs status - when migrate fails in the middle
|
assigned
|
andrew
|
enhancement
|
major
|
The Future
|
| #175 |
New DatabaseOperations commands backup/restore
|
assigned
|
andrew
|
enhancement
|
major
|
The Future
|
| #208 |
Error in auto-migration when deleting a reference to object
|
reopened
|
andrew
|
defect
|
major
|
0.6
|
| #211 |
South do not track new and removed permissions
|
assigned
|
andrew
|
enhancement
|
major
|
1.0
|
| #220 |
Renaming a inherited model makes troubles with foreignkeys
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #222 |
When running forwards and backwards migrations, raise an exception if someone uses a non-FakeORM model
|
assigned
|
andrew
|
enhancement
|
major
|
1.0
|
| #334 |
Allow loaddata usage with the frozen ORM
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #336 |
Try to stop the auth module's superuser hook from firing when a profile module is defined
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #358 |
Automatically detect column renames
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #366 |
Automatically create 3 migrations for changes which include data
|
assigned
|
andrew
|
enhancement
|
major
|
1.0
|
| #370 |
Extended MultiDB Support
|
assigned
|
andrew
|
enhancement
|
major
|
The Future
|
| #391 |
_ptr fields in inheriting models not renamed when main model is renamed
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #407 |
Can't alter column to AutoField on postgreSQL
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #426 |
Replace __import__ with import_module
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #430 |
Avoiding the "./manage.py migrate myapp 0001 --fake"
|
reopened
|
andrew
|
enhancement
|
major
|
1.0
|
| #431 |
db.alter_column() cannot change default value in MySQL
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #434 |
Ordering of items in a Migration leads to error
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #435 |
Changing a ForeignKey from a "real" model to a proxy of it generates invalid migration code
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #451 |
South seems to break get_profile in test mode
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #466 |
Renaming a foreign key doesn't update the foreign key in MySQL with InnoDB
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #470 |
Migrations scripts from 0.6 fail with 0.7.1 due to inheritance problem
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #477 |
Related models from a parent model that has been inherited are not available in migrations
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #478 |
db.delete_index() doesn't introspect the database to get the name of index, fails with django 1.2
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #484 |
Support custom typecasting when altering column (using())
|
assigned
|
andrew
|
enhancement
|
major
|
The Future
|
| #520 |
models defined in tests are not created by South
|
assigned
|
andrew
|
defect
|
major
|
The Future
|
| #570 |
Syntax Error!!!
|
reopened
|
andrew
|
defect
|
major
|
1.0
|
| #580 |
Converting from abstract class inheritance to multi-table inheritance
|
accepted
|
andrew
|
enhancement
|
major
|
The Future
|
| #582 |
alter_column error in postgres when changing from a textfield
|
new
|
andrew
|
defect
|
major
|
|
| #584 |
Speedup constraint queries
|
new
|
andrew
|
enhancement
|
major
|
|
| #599 |
PointField error
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #601 |
Unable to remove UNIQUE from field with South 0.72
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #616 |
No support for custom M2M subclasses that change the schema of auto generated through table.
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #627 |
alter_column fails on postgres when removing null=True
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #638 |
platform-dependent constraint name hash
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #639 |
Support fixture schema migrations
|
assigned
|
andrew
|
enhancement
|
major
|
1.0
|
| #667 |
Migrations files doesn't pass pep8 and pyflake.
|
assigned
|
andrew
|
enhancement
|
major
|
1.0
|
| #672 |
Column names should be quoted in call to create_unique for sqlite
|
new
|
andrew
|
defect
|
major
|
|
| #675 |
incorrectly deleted primary key
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #687 |
variable delete_unique_sql should be different for mysql
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #696 |
the south syncdb command ignore the errors that raise in base django syncdb
|
infoneeded
|
andrew
|
defect
|
major
|
1.0
|
| #699 |
no name for migration adding only single m2m relation
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #702 |
South + tests + multidb: missing south_migrationhistory table in the second db
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #724 |
South fails to migrate OneToOne to ForeginKey
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #725 |
alter_column unconditionally drops check constraints
|
assigned
|
andrew
|
defect
|
major
|
The Future
|
| #731 |
Not picking db_index=False for SlugField
|
new
|
andrew
|
defect
|
major
|
|
| #732 |
Patch for signals.rst...
|
new
|
andrew
|
defect
|
major
|
|
| #736 |
Migration with proxy model does not work
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #745 |
Wrong column type for OneToOneField w/ parent_link=True
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #746 |
datamigrations with proxy model m2m has invalid manager
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #755 |
Oracle DB does not work , sql incorrect.
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #763 |
on_delete option for foreign keys not picked up by south
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #775 |
delete_foreign_key doesn't work on sqlite3
|
new
|
andrew
|
defect
|
major
|
|
| #776 |
Cannot drop index that was created when the table was created.
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #777 |
SOUTH_DATABASE_ADAPTERS ignored
|
new
|
andrew
|
defect
|
major
|
The Future
|
| #779 |
GeoDjango data migrations appear to not respect objects = models.GeoManager()
|
assigned
|
andrew
|
defect
|
major
|
The Future
|
| #781 |
Model Instances not valid when used as arguments for creating another object
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #782 |
Integrity appears after removing null=True from field
|
infoneeded
|
andrew
|
defect
|
major
|
1.0
|
| #789 |
Mark Migration: downtime=True
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #802 |
Models not found while creating initial
|
infoneeded
|
andrew
|
defect
|
major
|
The Future
|
| #805 |
Failure in post_syncdb signal handlers mask failure in migration
|
new
|
andrew
|
defect
|
major
|
|
| #806 |
Removing column with index results in broken migrations
|
new
|
andrew
|
defect
|
major
|
|
| #808 |
The rock plays casino
|
new
|
andrew
|
defect
|
major
|
|
| #814 |
Patch from #421 doesn't check for uppercase
|
assigned
|
andrew
|
defect
|
major
|
1.0
|
| #829 |
Add "How to reset migrations" to documentation
|
assigned
|
andrew
|
enhancement
|
major
|
1.0
|
| #843 |
south confused by similar app names
|
reopened
|
andrew
|
defect
|
major
|
1.0
|
| #919 |
sqlite columns re-ordered unexpectedly after delete/update column
|
infoneeded
|
andrew
|
defect
|
major
|
|
| #925 |
Irregular use of the "default" keyword in the API
|
new
|
andrew
|
defect
|
major
|
|
| #949 |
Oracle: not raising exceptions from DatabaseOperations.execute breaks Oracle backend
|
new
|
andrew
|
defect
|
major
|
|
| #955 |
Don't create migrations for built-in apps
|
infoneeded
|
andrew
|
defect
|
major
|
1.0
|
| #960 |
Error in proxy model migration script
|
infoneeded
|
andrew
|
defect
|
major
|
1.0
|
| #962 |
db.delete_index() is not available
|
new
|
andrew
|
enhancement
|
major
|
|
| #976 |
Failure when applying auto-generated migration for proxy model
|
new
|
andrew
|
defect
|
major
|
|
| #982 |
Changing fields to null=True fails on MySql InnoDB
|
assigned
|
andrew
|
defect
|
major
|
|
| #994 |
add_column(PositiveIntegerField, keep_default=False) create greater zero constraint twice
|
accepted
|
andrew
|
defect
|
major
|
1.0
|
| #1012 |
South Migrations fail with Django 1.4's Timezone Aware Feature
|
infoneeded
|
andrew
|
defect
|
major
|
1.0
|
| #1019 |
A New Trend Sees the Web Come Alive As "Livespots" Proliferate
|
new
|
andrew
|
defect
|
major
|
1.0
|
| #1024 |
retry_failed_fields methods fails to produce meaningfull error if exception message contains unicode chars
|
accepted
|
andrew
|
defect
|
major
|
1.0
|
| #1025 |
dbs.create_table does not create anything
|
infoneeded
|
andrew
|
defect
|
major
|
|
| #178 |
Add logging to db commands (and possibly ORM)
|
assigned
|
andrew
|
defect
|
minor
|
1.0
|
| #270 |
startmigration --fixture option
|
assigned
|
andrew
|
enhancement
|
minor
|
1.0
|
| #393 |
South executes unnecessary SQL when adding a field
|
reopened
|
andrew
|
defect
|
minor
|
0.7
|
| #446 |
introspection rules could accept callable for more flexibility
|
assigned
|
carl@…
|
enhancement
|
minor
|
1.0
|
| #449 |
Baselining migrations
|
assigned
|
andrew
|
enhancement
|
minor
|
1.0
|
| #458 |
Allow custom fields to define dependencies for model freezer
|
assigned
|
andrew
|
enhancement
|
minor
|
1.0
|
| #480 |
--show-sql option for migrate
|
assigned
|
andrew
|
enhancement
|
minor
|
The Future
|
| #509 |
Add commented out dependencies automatically
|
assigned
|
andrew
|
enhancement
|
minor
|
The Future
|
| #517 |
Add db.delete_columns() method to API
|
assigned
|
andrew
|
enhancement
|
minor
|
1.0
|
| #526 |
add-model doesn't create m2m tables
|
assigned
|
andrew
|
defect
|
minor
|
1.0
|
| #533 |
Renaming a table should also rename unique constraints
|
assigned
|
andrew
|
defect
|
minor
|
1.0
|
| #573 |
South fails to migrate on custom field AutoNow whcih extends Datetime field
|
assigned
|
andrew
|
defect
|
minor
|
1.0
|
| #578 |
Boolean default values are not set correctly when adding new columns with sqlite
|
accepted
|
andrew
|
defect
|
minor
|
1.0
|
| #579 |
Field name not updated on ManyToMany through table
|
accepted
|
andrew
|
defect
|
minor
|
1.0
|
| #596 |
South emits signals which do not honor Django's expectations.
|
infoneeded
|
andrew
|
defect
|
minor
|
1.0
|
| #678 |
If a field's default is set to an Enum, the resulting migration has a syntax error
|
assigned
|
andrew
|
enhancement
|
minor
|
1.0
|
| #685 |
add a flag to run only schema migrations
|
infoneeded
|
andrew
|
enhancement
|
minor
|
1.0
|
| #689 |
Improve documentation how to create permissions
|
assigned
|
andrew
|
enhancement
|
minor
|
1.0
|
| #690 |
When changing a FK that had no default and using default datetime.datetime.today() getting syntax error
|
infoneeded
|
andrew
|
defect
|
minor
|
1.0
|