File: ChangeLog

package info (click to toggle)
qdjango 0.6.2-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 908 kB
  • sloc: cpp: 7,818; sh: 32; makefile: 12; javascript: 1
file content (46 lines) | stat: -rw-r--r-- 1,769 bytes parent folder | download | duplicates (3)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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.