{6} All Tickets By Milestone (Including closed) (829 matches)
A more complex example to show how to make advanced reports.
Results (1 - 100 of 829)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|
| #1 | Documentation on doing Django DB API operations on a table as part of a migration. | migrations | closed | fixed | 0.6-pre | enhancement | minor | andrew | 02/03/11 |
| #2 | problems with multi-table inheritance | commands | closed | fixed | 0.3 | defect | major | andrew | 04/05/10 |
| #7 | Make changes in models automatic | commands | closed | fixed | enhancement | major | andrew | 02/17/12 | |
| #9 | Translation strings | commands | closed | fixed | 0.3 | defect | major | andrew | 04/04/10 |
| #10 | db API: no way to change field types | databaseapi | closed | fixed | 0.3 | defect | major | andrew | 04/04/10 |
| #11 | allow specifying model in place of table_name | databaseapi | closed | wontfix | 0.3 | enhancement | minor | andrew | 04/04/10 |
| #12 | Adding columns in the middle of tables with db.add_column | databaseapi | closed | wontfix | 0.3 | enhancement | minor | andrew | 04/05/10 |
| #13 | generated single field create_database output is wrong | commands | closed | fixed | enhancement | major | andrew | 03/19/10 | |
| #14 | default values like datetime.datetime.now break sql output | databaseapi | closed | fixed | 0.3 | defect | major | andrew | 04/05/10 |
| #15 | setup script | commands | closed | fixed | 0.3 | enhancement | minor | andrew | 04/05/10 |
| #16 | No way to provide initial data for models | migrations | closed | fixed | enhancement | minor | andrew | 04/10/13 | |
| #17 | problem with # characters in default values causing a 'substring not found' exception | commands | closed | fixed | 0.3 | defect | major | andrew | 11/06/08 |
| #18 | Single quote chars in field default values not escaped | databaseapi | closed | fixed | defect | major | andrew | 08/12/11 | |
| #19 | table_name should be quoted in db.generic.create_table | databaseapi | closed | fixed | defect | minor | andrew | 09/22/08 | |
| #20 | basic support for django.contrib.gis geometry columns | databaseapi | closed | fixed | enhancement | major | andrew | 09/22/08 | |
| #21 | Default values don't work with mysql | commands | closed | duplicate | defect | major | andrew | 11/22/08 | |
| #22 | Add option to show SQL that would execute before executing it. | commands | closed | fixed | 0.6-pre | enhancement | minor | andrew | 10/01/08 |
| #23 | fix default values of type datetime.date | migrations | closed | fixed | 0.6-pre | defect | major | andrew | 10/01/08 |
| #24 | migrations do not respect source files encoding, causing SyntaxError: Non-ASCII character in generated migrations | commands | closed | fixed | defect | critical | andrew | 12/31/08 | |
| #25 | setup.py is located in install, for utilities like easy_install / buildout to work it needs to be in the project root | commands | closed | fixed | 0.6-pre | defect | major | andrew | 12/23/08 |
| #26 | Removing an app that previously used South for migrations causes the migrate command to fail | commands | closed | fixed | defect | major | amccurdy | 10/06/08 | |
| #27 | management --verbosity option conflicts with django core | commands | closed | fixed | defect | major | andrew | 10/14/08 | |
| #28 | Use a favicon for the south website. | migrations | closed | fixed | enhancement | minor | andrew | 10/14/08 | |
| #29 | show import errors rather than saying "doesn't exist" | commands | closed | fixed | 0.6-pre | defect | major | andrew | 10/15/08 |
| #30 | alter_column command | migrations | closed | duplicate | enhancement | minor | andrew | 10/14/08 | |
| #31 | Confusing error in startmigration --initial if the directory already exists | commands | closed | fixed | defect | major | andrew | 07/14/10 | |
| #32 | ContentType table is not updated when renaming table | migrations | accepted | 0.6-pre | defect | major | andrew | 11/07/09 | |
| #33 | South doesn't pass unit tests | commands | closed | fixed | 0.3 | defect | minor | andrew | 10/22/08 |
| #34 | Sqlite3 not supported | commands | closed | fixed | defect | major | andrew | 01/22/12 | |
| #35 | get_migration_names(app) returns too many files on mac (bc of hidden files) | migrations | closed | fixed | 0.6-pre | defect | minor | andrew | 10/26/08 |
| #36 | tests fail on installed south | commands | closed | fixed | defect | major | andrew | 08/26/11 | |
| #37 | [patch] bug in loading initial data | migrations | closed | fixed | 0.6-pre | defect | major | andrew | 11/14/08 |
| #38 | Verbosity option has no fallback | commands | closed | fixed | 0.6-pre | defect | critical | andrew | 11/15/08 |
| #39 | MySQL and index creation problem. | databaseapi | closed | invalid | 0.6-pre | defect | major | andrew | 09/02/11 |
| #40 | delete_index syntax incorrect for MySQL | commands | closed | fixed | 0.6-pre | defect | major | andrew | 11/20/08 |
| #41 | Handling of fields in startmigration creates problematic code dependencies | commands | closed | fixed | 0.3 | defect | major | andrew | 03/08/09 |
| #42 | --verbosity problem in migrate.py | commands | closed | fixed | defect | minor | andrew | 11/20/08 | |
| #43 | Column renames in mysql don't handle default value types correctly | databaseapi | closed | fixed | 0.6-pre | defect | major | andrew | 08/26/11 |
| #44 | Invalid code generated by startmigration --initial | commands | closed | duplicate | 0.6-pre | defect | major | andrew | 08/26/11 |
| #45 | Invalid code generated by startmigration --initial | commands | closed | fixed | 0.4 | defect | major | andrew | 03/08/09 |
| #46 | Support for MSSQL (django-pyodbc) | databaseapi | closed | fixed | enhancement | major | andrew | 02/24/10 | |
| #47 | Automatic initial migration generation fails when models.py does not end in a blank line | commands | closed | fixed | 0.4 | defect | major | andrew | 06/24/11 |
| #48 | startmigration should support model inheritance | commands | closed | fixed | defect | major | andrew | 11/24/08 | |
| #49 | vanilla 'migrate' command isn't explained in the docs | commands | closed | fixed | defect | minor | andrew | 08/10/11 | |
| #50 | simplify the "add not-null fields" case | commands | closed | fixed | enhancement | minor | andrew | 11/28/08 | |
| #51 | Sqlite3 does not support dropping of columns | databaseapi | closed | fixed | 0.6-pre | defect | major | andrew | 11/28/08 |
| #52 | Implement SQLite alter/rename/drop column via workarounds | databaseapi | closed | fixed | 0.4 | defect | minor | andrew | 03/01/10 |
| #53 | error when default callable is static method | migrations | closed | wontfix | defect | minor | andrew | 12/01/08 | |
| #54 | alter_column has null-ness swapped | databaseapi | closed | fixed | defect | major | andrew | 12/02/08 | |
| #55 | post_syncdb signal is sent too early | databaseapi | closed | fixed | 0.3 | enhancement | major | andrew | 01/12/09 |
| #56 | ./manage.py migrate breaks for apps with no migrations | commands | closed | fixed | defect | major | andrew | 08/24/11 | |
| #57 | A column add example in the docs? | migrations | closed | fixed | enhancement | major | andrew | 08/27/11 | |
| #58 | Attribute errors cause MySQL to partially apply a migration | databaseapi | closed | fixed | 0.3 | defect | major | andrew | 12/06/08 |
| #59 | Add --add-field option to startmigration | commands | closed | fixed | enhancement | major | andrew | 06/24/11 | |
| #60 | many-to-many self reference - can't do this | migrations | closed | fixed | 0.3 | defect | major | andrew | 01/12/09 |
| #61 | CONSTRAINT fails on uppercase characters in column names | commands | closed | fixed | defect | major | andrew | 09/02/11 | |
| #62 | Unit tests do not test add_column | commands | closed | invalid | defect | major | andrew | 12/15/08 | |
| #63 | Need to create predictable names for unique indexes on columns | databaseapi | closed | fixed | defect | major | andrew | 12/31/08 | |
| #64 | startapp --initial dies with a OneToOne field? | migrations | closed | worksforme | 0.3 | defect | major | andrew | 12/12/08 |
| #65 | Dry run fails from r107 on in a case where older versions work correctly. | databaseapi | closed | fixed | defect | major | andrew | 08/27/11 | |
| #66 | delete_column() and ForeignKeys, with MySQL/Innodb | commands | closed | fixed | 0.6-pre | defect | major | andrew | 12/31/08 |
| #67 | --add-field for m2m fields generates invalid code | commands | closed | fixed | 0.6-pre | defect | major | andrew | 12/31/08 |
| #68 | When should the post_syncdb be sent? | commands | closed | duplicate | defect | major | andrew | 12/31/08 | |
| #69 | add_column with keep_default doesn't work for ForeignKeys | databaseapi | closed | fixed | defect | major | andrew | 08/24/11 | |
| #70 | add_column doesn't work with ManyToManyField | databaseapi | closed | wontfix | defect | major | andrew | 12/24/08 | |
| #71 | db.rename_column always fails with --db-dry-run | databaseapi | closed | duplicate | 0.6-pre | defect | critical | andrew | 12/31/08 |
| #72 | manage.py: error: no such option: --add-field | migrations | closed | invalid | 0.3 | defect | major | andrew | 03/08/09 |
| #73 | ability to specify separate directory for storing migrations | commands | closed | fixed | 0.3 | enhancement | major | andrew | 02/06/10 |
| #74 | rename primary key index when renaming table in postgresql | databaseapi | closed | fixed | 0.3 | enhancement | minor | andrew | 01/12/09 |
| #75 | migrations seem not to be executed before tests | migrations | closed | fixed | 0.6-pre | defect | critical | andrew | 03/08/09 |
| #76 | south-0.4 release has 0.3 in setup.py | commands | closed | fixed | 0.4 | defect | major | andrew | 01/29/11 |
| #77 | list index out of range when executing custom SQL in a transaction | databaseapi | closed | fixed | 0.4 | defect | major | andrew | 01/15/09 |
| #79 | Adding a CharField to a table in sqlite yields `sqlite3.OperationalError: Cannot add a NOT NULL column with default value NULL` | migrations | closed | fixed | 0.4 | defect | minor | andrew | 07/14/10 |
| #80 | MySQL foreign keys prevent deletion of db column | migrations | closed | fixed | 0.4 | defect | major | andrew | 04/06/11 |
| #81 | startmigration --initial does not track which mock_models have been created | migrations | closed | fixed | 0.4 | defect | minor | andrew | 06/26/11 |
| #82 | Help with data migrations | databaseapi | closed | fixed | task | trivial | andrew | 03/08/09 | |
| #83 | alter_table does not take care of constraints | commands | closed | fixed | 0.4 | defect | major | andrew | 04/24/09 |
| #84 | delete_column method signature for SQLite version of DatabaseOperations takes four arguments not three unlike generic implementation | databaseapi | closed | fixed | 0.6-pre | defect | minor | andrew | 02/22/09 |
| #85 | Unsupport field types from Django 1.0 | commands | closed | fixed | 0.6-pre | defect | minor | andrew | 04/17/09 |
| #86 | South doesn't like apps named 'site' | commands | closed | invalid | defect | minor | andrew | 03/08/09 | |
| #87 | migrating models from an abstract model class | commands | accepted | defect | major | andrew | 10/08/11 | ||
| #88 | Move south package in subdirectory | commands | closed | fixed | 0.4 | defect | trivial | andrew | 04/02/09 |
| #89 | Latest svn unusable | commands | closed | fixed | 0.6-pre | defect | major | andrew | 03/13/09 |
| #90 | default=None not handled | commands | closed | fixed | 0.6-pre | defect | minor | andrew | 01/07/10 |
| #91 | ugettext, ugettext_lazy or _ in model field | commands | closed | fixed | 0.6-pre | defect | minor | andrew | 04/02/09 |
| #92 | Need support for "choices" property of CharField | migrations | closed | fixed | 0.6-pre | defect | major | andrew | 03/15/09 |
| #93 | migration creation fails when column declaration has a semicolon | commands | closed | worksforme | defect | major | andrew | 04/02/09 | |
| #94 | Potential incorrect ordering of create_tables with inherited models | migrations | closed | duplicate | 0.6-pre | defect | minor | andrew | 08/06/09 |
| #95 | startmigration --auto fails w/ inherited models | commands | closed | fixed | 0.6-pre | defect | major | andrew | 03/22/09 |
| #96 | migration fails for models with order_with_respect_to during creation of fakeorm | migrations | closed | fixed | 0.6-pre | defect | blocker | andrew | 07/14/10 |
| #97 | Problem creating migration when removing model which has one-to-one relationship | commands | closed | fixed | 0.6-pre | defect | major | andrew | 03/21/09 |
| #98 | autodetection misses Meta.unique_together | commands | closed | fixed | 0.6-pre | defect | major | andrew | 07/15/11 |
| #99 | migration fails when removed model does not exist | commands | closed | fixed | enhancement | major | andrew | 04/02/09 | |
| #100 | Failure to create stubs with meta data | commands | closed | fixed | 0.6-pre | defect | major | andrew | 03/23/09 |
| #101 | Small fix for non-ddl-transaction error message | migrations | closed | fixed | 0.6-pre | defect | minor | andrew | 12/04/09 |
| #102 | db.mysql.delete_column() cannot access DATABASE_NAME from connect | databaseapi | closed | fixed | 0.6-pre | defect | major | andrew | 03/24/09 |
| #103 | Adding a unique column for postgres uses differing method and naming than Django | commands | closed | fixed | 0.6-pre | defect | major | andrew | 06/04/11 |
| #104 | fk to subclass of user misses the user model | commands | closed | worksforme | 0.6-pre | defect | major | andrew | 04/02/09 |
| #105 | ForeignKey relationships that specify their 'to' model as a string fail | commands | closed | fixed | 0.6-pre | defect | major | andrew | 09/02/11 |
| #106 | No command to show applied migrations | commands | closed | fixed | defect | minor | andrew | 03/30/09 |
Note:
See TracReports for help on using and creating reports.
