----
- SQL Server 2005 is no longer supported. It should not be used.
- Added support for Django 1.7.
- Schema migrations is a new Django feature that may have unexpected issues
that could result in data loss or destruction of the database schema. You
should inspect all generated SQL before manually applying to your production
database.
- Password is masked from the connection string if there are connection errors.
Thanks Martijn Pieters.
- Added :ref:`project-goals` and documentation geared toward those wanting to
contribute to Django-mssql. See :ref:`contributing`.
- Removed the `dbgui` management command, which didn't work anyway.