| 7 | | * Introspection of GeoDjango fields failed on Django 1.0 (#240) |
| | 7 | * Introspection of GeoDjango fields failed on Django 1.0 (#240) |
| | 8 | * Correct behaviour for NULLs, TextFields, default and MySQL (#168, #261) |
| | 9 | * String formatting issue (#264) |
| | 10 | * Parsing of zipped egg files now works (#259) |
| | 11 | * Fixed setup.py to work on Jython (#260) |
| | 12 | * Don't quote datetime.time and datetime.datetime in the cheap quoter (#254, #255) |
| | 13 | * Parents of proxy models are now correctly frozen (#253) |
| | 14 | * Capitalised constraints and alter_column works properly now. (#252) |
| | 15 | * Don't let really long table names make non-unique constraint names (#244) |
| | 16 | |
| | 17 | New features: |
| | 18 | |
| | 19 | * Extensible introspection support, to allow introspection of third-party apps without the need to edit them. See ExtendingIntrospection. |
| | 20 | * `--add-index` option on startmigration (specify `modelname.fieldname`). Autodetection support is coming; thanks to Mike Panchenko for the patch. |
| | 21 | * Basic logging support of what's being run. Set SOUTH_DEBUG_ON and SOUTH_LOGGING_FILE. |
| | 22 | |
| | 23 | There's also a few tiny miscellaneous fixes; have a read through the full hg log if you're curious! This release should be fully backwards-compatable with previous releases. |
| | 24 | |
| | 25 | Many thanks to my small South sprint team at the DjangoCon 09 sprints, without whom I wouldn't have got at least three of those bullet points done! |
| | 26 | |
| | 27 | You might also want to [wiki:Download Download South 0.6.2]. |