Timeline
10/11/08:
- 22:58 Ticket #27 (management --verbosity option conflicts with django core) created by
- Django changeset 9110 (http://code.djangoproject.com/changeset/9110) added …
10/06/08:
- 22:48 Ticket #26 (Removing an app that previously used South for migrations causes the ...) closed by
- fixed: Fixed in r77
- 22:38 Ticket #26 (Removing an app that previously used South for migrations causes the ...) created by
- The list of ghost_migrations and current_migrations that is built during …
10/03/08:
- 21:00 Ticket #25 (setup.py is located in install, for utilities like easy_install / buildout ...) created by
- I'm not sure why the setup.py is placed in the directory called install. …
- 14:42 Ticket #24 (migrations do not respect source files encoding, causing SyntaxError: ...) created by
- If you have non-latin1 text in your models, you will see troubles like …
10/01/08:
- 20:01 Ticket #22 (Add option to show SQL that would execute before executing it.) closed by
- fixed: Yup, looks good and checks out on my local app. Committed in [76].
- 19:39 Ticket #23 (fix default values of type datetime.date) closed by
- fixed: Thanks for that; I've committed it in [75].
09/30/08:
- 23:50 Ticket #23 (fix default values of type datetime.date) created by
- In one of my models, I had a field declared as: …
- 23:30 Ticket #22 (Add option to show SQL that would execute before executing it.) created by
- It seemed useful to me to have a migration option that would show me the …
09/29/08:
- 20:03 Ticket #21 (Default values don't work with mysql) created by
- if you create a DateTime? field with a default value that's a callable (say …
09/22/08:
- 20:36 Ticket #20 (basic support for django.contrib.gis geometry columns) closed by
- fixed: Aha, turns out I forgot to turn my settings.py in my testapp to postgres …
- 19:02 Ticket #19 (table_name should be quoted in db.generic.create_table) closed by
- fixed: Committed in [72].
- 19:01 Ticket #18 (Single quote chars in field default values not escaped) closed by
- fixed: Committed in [71].
- 03:45 Ticket #20 (basic support for django.contrib.gis geometry columns) created by
- The attached patch adds basic support for django.contrib.gis geometry …
- 03:32 Ticket #19 (table_name should be quoted in db.generic.create_table) created by
- I may have missed something, but it looks like table_name should be quoted …
- 03:24 Ticket #18 (Single quote chars in field default values not escaped) created by
- In db.generic.column_sql string values for the 'default' option on fields …
09/21/08:
- 19:15 Ticket #17 (problem with # characters in default values causing a 'substring not ...) created by
- I think this may just be a general issue with the comment stripping …
09/19/08:
- 01:35 Ticket #16 (No way to provide initial data for models) created by
- There is currently no way to import custom SQL like you can with django's …
09/17/08:
- 23:42 Ticket #12 (Adding columns in the middle of tables with db.add_column) closed by
- wontfix: You're right Andy, it's not in Postgres, and it's a very uncommon thing to …
09/15/08:
- 14:00 Ticket #15 (setup script) closed by
- fixed: OK, setup.py is finalised and working in [67]; the attached one seems to …
- 12:58 Ticket #15 (setup script) created by
- Had to write it to build an rpm using easy_install.
- 09:57 Ticket #13 (generated single field create_database output is wrong) closed by
- fixed: Thanks for that; I've applied it in [65].
- 07:55 Ticket #11 (allow specifying model in place of table_name) closed by
- wontfix: Ah, now this is an interesting one. Migrations can NEVER use actual …
- 01:48 Ticket #14 (default values like datetime.datetime.now break sql output) created by
- just checking against basestring in column_sql isn't robust enough
- 01:21 Ticket #13 (generated single field create_database output is wrong) created by
- […]
- 01:00 Ticket #12 (Adding columns in the middle of tables with db.add_column) created by
- since some of us are picky about column ordering being able to specify …
- 00:42 Ticket #11 (allow specifying model in place of table_name) created by
- It'd be nice if you could pass a Model to add_column (and the like) and …
09/14/08:
- 21:22 Ticket #10 (db API: no way to change field types) created by
- if i change the type of a field, for example from CharField? to TextField? i …
- 10:55 Ticket #9 (Translation strings) created by
- Migrations seem to copa a field from the modl definition, thus copying …
09/11/08:
- 16:45 DatabaseAPI edited by
- fixed typo (diff)
- 16:41 Tutorial edited by
- fixed spelling error (diff)
Note: See TracTimeline
for information about the timeline view.
