QDjango 0.5.0 (2014-09-13)
 * Add support for case-insensitive lookups.
 * Simplify SQL for multiple OR/AND clauses.
 * Add support for reverse lookups for many-to-one relations.
 * Add support QtSql's ODBC driver.
 * Add support for Microsoft SQL Server.
 * Improve test coverage.

QDjango 0.4.0 (2013-06-27)
 * Enable foreign key constraints on SQLite (issue #9).
 * Fix table creation with foreign key constraints on PostgreSQL (issue #10).
 * Expose QDjangoMetaField's properties (issue #13).
 * Fix http module build with Qt5.

QDjango 0.3.0 (2013-01-11)
 * Fix and test "unique" field option.
 * Add a "unique_together" model option.
 * Don't crash if QDjango::database() is called before QDjango::setDatabase().
 * Make index names coincide with those used by django.
 * Register models without instantiating them.
 * Improve foreign keys:
   - Do not take object ownership in QDjangoMetaModel::setForeignKey().
   - Fix QDjangoQuerySet::selectRelated() with NULL foreign keys.

QDjango 0.2.6 (2012-09-07)
 * Store 0 integer foreign keys as NULL if field has null option.
 * Make it possible to build with Qt5:
   - Stop using deprecated QHttpRequestHeader and QHttpResponseHeader classes.
   - Use QMetaMethod::name() instead of QMetaMethod::signature() when using Qt5.

QDjango 0.2.5 (2012-05-16)
 * Build a shared library by default.

