Permalink
Cannot retrieve contributors at this time
QDjango 0.6.2 (2015-10-22) | |
* Make sure HTTP dates are handled using C locale. | |
QDjango 0.6.1 (2015-08-13) | |
* Bump QDJANGO_VERSION, which had stayed at 0.5.0. | |
QDjango 0.6.0 (2015-08-12) | |
* Remove support for QtScript. | |
* Make tests runnable using "make check". | |
* Fix build errors on Windows. | |
* Clarify return values of createTable(s) and dropTable(s). | |
* Fix documentation for setForeignKey concerning object ownership. | |
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. | |