Timeline
11/23/11:
- 23:31 Ticket #960 (Error in proxy model migration script) created by
- Adding a proxy table for the User model. ./manage.py schemamigration …
- 00:04 Ticket #957 (Oracle DROP TABLE should not PURGE (not compatible with 9i)) closed by
- fixed: Cool - committed as [546f9bbf06b6]. Thanks.
- 00:03 Ticket #959 (Python 2.4 incompatibility) closed by
- fixed: Committed as [25727044e3e0]. Thanks.
11/22/11:
- 22:37 Ticket #959 (Python 2.4 incompatibility) created by
- Ternary operator / conditional expression is not supported in Python 2.4.
11/21/11:
- 14:05 Ticket #958 (Django-south test management commands breaks ability to use Nose coverage ...) created by
- Howdy, Just run into a problem where after installing South I was no …
11/17/11:
- 19:53 Ticket #957 (Oracle DROP TABLE should not PURGE (not compatible with 9i)) created by
- The "DROP TABLE PURGE" syntax is new in Oracle 10, so it gives an error if …
- 03:36 Ticket #956 (Fixtures from migrations - add warning) created by
- Hi, The recommended way to load fixtures is to call_command("loaddata", …
11/16/11:
- 23:56 Ticket #955 (Don't create migrations for built-in apps) created by
- Running […] fails, as it should. However, in the process, south …
- 13:14 Ticket #952 (Removing uniqueness constraint on column fails) closed by
- fixed: Fixed in [e8ff46478c6d]. Thanks!
- 08:30 Ticket #954 (NoMigrations exception (even with --delete-ghost-migrations)) created by
- command ./manage.py migrate --delete-ghost-migrations raises exception …
11/15/11:
- 16:46 Ticket #953 (Dependency on information_schema in MySQL backend) closed by
- wontfix: I'm afraid that in this case I'm going to have to say that South just …
- 16:45 Ticket #953 (Dependency on information_schema in MySQL backend) created by
- MySQL4 doesn't have information_schema. Both 7.3 and hg tip use …
11/14/11:
- 20:36 Ticket #952 (Removing uniqueness constraint on column fails) created by
- Column names used in constraints on tables may not always use the same …
11/13/11:
- 18:17 Ticket #945 (Oracle migration problems using Boolean field with Default Value) closed by
- fixed: Fixed in [dca268e628a4].
11/11/11:
- 23:44 Ticket #949 (Oracle: not raising exceptions from DatabaseOperations.execute breaks ...) created by
- The Oracle backend's DatabaseOperations?.alter_column depends on catching …
11/07/11:
- 22:59 Ticket #946 (ORM does not cascade deletion of rows across apps) created by
- I'm using django south 0.7.3, and I'm running into the following error. …
11/03/11:
- 20:18 Ticket #945 (Oracle migration problems using Boolean field with Default Value) created by
- FATAL ERROR - The following SQL query failed: CREATE TABLE …
10/30/11:
- 15:13 Ticket #943 (Changing field from null=False to null=True asks for default value) closed by
- invalid: Well, the message was already re-phrased previously to say "making this …
10/29/11:
- 23:04 Ticket #943 (Changing field from null=False to null=True asks for default value) created by
- I have a DateTimeField? that originally had ("auto_now_add=True") - now …
10/28/11:
- 14:21 Ticket #941 (add_column does unnecessary (and db-blocking) work) reopened by
- Ah, you said add_column, not alter_column. Indeed, it's probably possible, …
- 14:08 Ticket #940 (_remake_table does not set NULL or NOT NULL on _south_new_<table> using ...) closed by
- duplicate
- 11:28 Ticket #941 (add_column does unnecessary (and db-blocking) work) closed by
- wontfix: This is a deliberate design decision on the part of South - it doesn't …
- 09:46 Ticket #941 (add_column does unnecessary (and db-blocking) work) created by
- when south adds a field, it does 2 alter-table commands, the second one is …
10/27/11:
- 21:38 Ticket #940 (_remake_table does not set NULL or NOT NULL on _south_new_<table> using ...) created by
- When _remake_table create the schema(definitions) for the …
10/25/11:
- 22:23 Ticket #936 ((patch) duplicate dry-run output if not south.db.db.has_ddl_transactions) closed by
- fixed
- 22:23 Ticket #937 ((patch) explicitly log when --db-dry-run won't work) closed by
- fixed
- 01:32 Ticket #937 ((patch) explicitly log when --db-dry-run won't work) created by
- I just spent 20 minutes digging around the South codebase trying to figure …
- 01:05 Ticket #936 ((patch) duplicate dry-run output if not south.db.db.has_ddl_transactions) created by
- In cases where the db doesn't support DDL transactions, passing …
Note: See TracTimeline
for information about the timeline view.
