forked from jlaine/qdjango
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
29 lines (24 loc) · 1.15 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
QDjango 0.5.0 (UNRELEASED)
* Add support for case-insensitive lookups.
* Simplify SQL for multiple OR/AND clauses.
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.