{6} All Tickets By Milestone (Including closed) (829 matches)

A more complex example to show how to make advanced reports.

Results (601 - 700 of 829)

1 2 3 4 5 6 7 8 9
Ticket Summary Component Status Resolution Version Type Priority Owner Modified
#589 Attempts to inspect egg directories for migrations fails commands closed wontfix 0.7.2 defect major andrew 01/27/12
#677 south fails when app __name__ is set migrations closed wontfix 0.7.2 defect major andrew 12/01/10
#684 DateTimeField to DateField migration fails migrations closed wontfix 0.7.2 defect major andrew 09/21/11
#726 modified syncdb shouldn't load fixtures until after migrate command commands closed wontfix 0.7.3 enhancement major andrew 02/23/11
#728 South 0.6.x used to find migrations that 0.7.x does not; this fixes it commands closed wontfix 0.7.3 defect major andrew 02/25/11
#729 South makes assumptions about the app name when creating a migration migrations closed wontfix unknown defect major andrew 07/31/12
#788 pydev in Eclipse doesn't recognise DatabaseOperations commands closed wontfix 0.7.3 defect minor andrew 06/16/11
#807 "verify_exists" option for models.URLField not detected migrations closed wontfix 0.7.3 defect minor andrew 04/16/12
#827 Because initial_data loads before all apps have migrated, can't use initial_data fixtures which contain references to other apps migrations closed wontfix 0.7.3 defect major andrew 08/09/11
#843 south confused by similar app names commands closed wontfix 0.7.3 defect major andrew 08/09/12
#921 Field modification migrations closed wontfix 0.7.3 defect major andrew 09/26/11
#923 Autodetector does not detect changing base class of a custom field migrations closed wontfix 0.7.3 defect major andrew 09/19/11
#926 Option to use timestamp migrations rather than serial number commands closed wontfix unknown enhancement minor andrew 09/28/11
#927 Migration groups/series migrations closed wontfix 0.7.3 enhancement major andrew 09/29/11
#931 schemamigration --auto: add ForeignKey with default removes default commands closed wontfix unknown defect major andrew 10/06/11
#953 Dependency on information_schema in MySQL backend databaseapi closed wontfix 0.7.3 defect minor andrew 11/15/11
#1023 South syncdb breaks Haystack by modifying INSTALLED_APPS and then triggering signals commands closed wontfix 0.7.3 defect major andrew 02/03/12
#1048 Version number per Model/Table not per APP migrations closed wontfix unknown enhancement minor andrew 02/29/12
#1056 Soft-match dependencies commands closed wontfix unknown enhancement trivial andrew 03/29/12
#1061 Undocumented: can't use orm API with --db-dry-run commands closed wontfix unknown defect major andrew 12/07/12
#1072 Please add a "Known Bugs" section to the docs documentation closed wontfix unknown enhancement major andrew 05/04/12
#1075 lack of check about the value to use for existing columns at migration commands closed wontfix unknown defect major andrew 05/27/12
#1086 mysql: TextField without max_length with db_index=True explodes during migrate migrations closed wontfix 0.7.5 defect major andrew 05/24/12
#1120 South generates excess 'alter table ..._id_seq' statements when renaming child table (postgres) migrations closed wontfix 0.7.5 defect minor andrew 04/20/13
#1124 South does not execute callable defaults for each object instance. migrations closed wontfix unknown defect major andrew 06/19/12
#1133 Import of DatabaseError fails in django 1.1.4 databaseapi closed wontfix 0.7.4 defect major andrew 06/26/12
#1134 Add option to depend on current state commands closed wontfix unknown enhancement major andrew 06/28/12
#1159 Atomic multiple table rename commands closed wontfix unknown defect major andrew 08/16/12
#1207 South is not compatible with mysql 4 (django <= 1.4) commands closed wontfix 0.7.6 defect critical andrew 02/06/13
#1215 Create 'CONCURRENTLY' index migrations closed wontfix unknown enhancement major andrew 02/14/13
#1226 database API: adding 'table_exists' or similar method databaseapi closed wontfix unknown enhancement major andrew 03/13/13
#1229 Different error codes commands closed wontfix 0.7.6 enhancement trivial andrew 03/14/13
#713 South 0.7.3 doesn't work with Python 2.4 migrations closed worksforme 0.7.3 defect major andrew 01/31/11
#1138 Cannot call south's syncdb from test environment commands closed worksforme unknown defect minor andrew 07/08/12
#356 Deleting GenericRelation / Support ignoring fields commands closed worksforme 0.6.2 defect minor andrew 02/20/10
#396 M2M to 'self' fails commands closed worksforme 0.7-rc1 defect major andrew 03/24/10
#350 Creating foreign key relations in datamigrations fail databaseapi closed worksforme 0.7-pre defect major andrew 07/14/10
#349 SQLite structure population should be more tolerant commands closed worksforme 0.6.2 defect major andrew 03/25/10
#454 ManyToMany Self Referential Doesn't get is_hidden Set migrations closed worksforme 0.7 defect major andrew 08/13/10
#337 Fails to Alter Table when also adding a geometry migrations closed worksforme 0.6.2 defect minor andrew 03/25/10
#190 Failed to generate migration commands closed worksforme 0.6-pre defect major andrew 12/07/09
#996 No foreign keys on manytomany table without through migrations closed worksforme 0.7.3 defect blocker andrew 01/20/12
#335 South doesn't work for Django 1.2 pre-alpha commands closed worksforme 0.6.2 defect major andrew 02/06/10
#1141 Error on load_initial_data returns exit code = 0 migrations closed worksforme 0.7.5 enhancement minor andrew 07/26/12
#133 Error when removing m2m field commands closed worksforme 0.6-pre defect major andrew 05/13/09
#304 [patch] Hacks.set_installed_apps() fails to monkeypatch models.get_apps correctly commands closed worksforme 0.6.2 defect major andrew 12/24/09
#385 First migrate after initial set up migrations closed worksforme 0.6.2 defect major andrew 03/19/10
#115 Autodetecting model changes commands closed worksforme enhancement major andrew 04/06/09
#300 Migrate Error migrations closed worksforme 0.6.2 defect major andrew 12/20/09
#1063 More meaningful error messages about database errors during the migration commands closed worksforme 0.7.3 enhancement major andrew 04/11/12
#1126 TypeError: handle() got multiple values for keyword argument 'added_model_list' migrations closed worksforme 0.7.5 defect minor andrew 06/21/12
#110 Migrations don't remove unique constraint commands closed worksforme 0.6-pre defect major andrew 03/31/09
#367 exceptions.FailedDryRun called incorrectly commands closed worksforme 0.6.2 defect major andrew 03/03/10
#1064 bad indent of "pass" when creating empty initial migration commands closed worksforme unknown defect major andrew 04/15/12
#1096 SyntaxError on python2.5 with Firebird driver commands closed worksforme unknown defect major andrew 06/05/12
#230 django not imported for auto generated migrations commands closed worksforme 0.6 defect major andrew 08/26/09
#93 migration creation fails when column declaration has a semicolon commands closed worksforme defect major andrew 04/02/09
#104 fk to subclass of user misses the user model commands closed worksforme 0.6-pre defect major andrew 04/02/09
#429 Altering a column to allow NULL fails with sqlite migrations closed worksforme 0.7 defect major andrew 12/01/10
#1104 easy_install of South on fresh system – fails requiring setuptools_hg commands closed worksforme 0.7.5 defect major andrew 06/05/12
#1058 PostreSQL issues with alter commands migrations closed worksforme mercurial defect major andrew 07/12/12
#64 startapp --initial dies with a OneToOne field? migrations closed worksforme 0.3 defect major andrew 12/12/08
#697 MySQL rename column and table fails when present in a foreign key databaseapi assigned 0.7 defect minor andrew 11/25/11
#994 add_column(PositiveIntegerField, keep_default=False) create greater zero constraint twice commands accepted unknown defect major andrew 01/16/12
#696 the south syncdb command ignore the errors that raise in base django syncdb commands infoneeded 0.7.2 defect major andrew 01/03/11
#1010 Addition for Fixtures Docs documentation new 0.7.3 enhancement minor andrew 01/23/12
#690 When changing a FK that had no default and using default datetime.datetime.today() getting syntax error migrations infoneeded mercurial defect minor andrew 12/29/10
#689 Improve documentation how to create permissions documentation assigned unknown enhancement minor andrew 12/29/10
#1013 Access GenericForeignKey in datamigration documentation new 0.7.3 enhancement minor andrew 01/24/12
#1019 A New Trend Sees the Web Come Alive As "Livespots" Proliferate commands new unknown defect major andrew 01/29/12
#687 variable delete_unique_sql should be different for mysql databaseapi assigned 0.7.2 defect major andrew 12/29/10
#1244 no such table: auth_permission on initial syncdb commands new 0.7.6 defect major andrew 04/12/13
#1024 retry_failed_fields methods fails to produce meaningfull error if exception message contains unicode chars commands accepted unknown defect major andrew 02/05/12
#1025 dbs.create_table does not create anything commands infoneeded unknown defect major andrew 02/06/12
#685 add a flag to run only schema migrations commands infoneeded 0.7.2 enhancement minor andrew 12/07/10
#678 If a field's default is set to an Enum, the resulting migration has a syntax error migrations assigned unknown enhancement minor andrew 12/01/10
#1028 db.send_create_signal documentation mentions startmigration documentation new unknown defect major andrew 02/07/12
#675 incorrectly deleted primary key commands assigned unknown defect major andrew 12/01/10
#667 Migrations files doesn't pass pep8 and pyflake. migrations assigned unknown enhancement major andrew 03/08/11
#639 Support fixture schema migrations commands assigned unknown enhancement major andrew 10/27/10
#1049 unique_together ordering commands accepted unknown defect major andrew 06/26/12
#1050 converstion of IntegerField to PositiveIntegerField has constraint problems migrations accepted 0.7.3 defect minor andrew 03/05/12
#638 platform-dependent constraint name hash databaseapi assigned 0.7.2 defect major andrew 09/27/12
#627 alter_column fails on postgres when removing null=True commands assigned unknown defect major andrew 07/02/12
#616 No support for custom M2M subclasses that change the schema of auto generated through table. migrations assigned mercurial defect major andrew 08/25/11
#1055 Warning in migration template: "use orm['fooapp.YourModel'] not from fooapp.models import YourModel commands new unknown enhancement minor andrew 03/27/12
#1246 South does not detect added columns if they start with 'is_' commands new unknown defect major andrew 04/17/13
#599 PointField error commands assigned unknown defect major andrew 04/01/13
#596 South emits signals which do not honor Django's expectations. migrations infoneeded 0.7.2 defect minor andrew 10/06/10
#584 Speedup constraint queries migrations new unknown enhancement major andrew 09/17/10
#1247 Supress "fatal" database errors when not actually fatal commands new unknown defect major andrew 04/20/13
#582 alter_column error in postgres when changing from a textfield migrations new 0.7.1 defect major andrew 09/17/10
#580 Converting from abstract class inheritance to multi-table inheritance commands accepted unknown enhancement major andrew 09/14/10
#1066 Custom field specified by model with the full application label problem migrations new 0.7.3 defect minor andrew 04/17/12
#1067 missing _ormbase in case of complex inheritance pattern migrations new unknown defect major andrew 04/19/12
#579 Field name not updated on ManyToMany through table migrations accepted 0.7.2 defect minor andrew 12/01/10
#1070 migration fails with m2m field, with certain attributes defined, pointing proxy model commands assigned 0.7.4 defect major andrew 04/26/12
#574 Put docstring on `migartions/__init__.py` commands assigned 0.7.2 enhancement trivial andrew 09/03/10
#1073 South does not notice when a ForeignKey's type should change commands accepted unknown defect major andrew 05/04/12
#1076 MySQL: delete_unique() fails if the index "supports" a FK migrations accepted 0.7.5 defect minor andrew 10/02/12
1 2 3 4 5 6 7 8 9
Note: See TracReports for help on using and creating reports.