Akshesh
|
f842d1011c
|
Refs #20888 -- Added index order introspection.
|
2016-08-12 11:51:09 -04:00 |
Simon Charette
|
c2e62fd1ae
|
Fixed #26781 -- Made table name case change a noop on SQLite.
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers.
Thanks to laozzzi for the report and Tim for the review.
|
2016-06-21 16:37:06 -04:00 |
Simon Charette
|
766afc22a1
|
Fixed #24793 -- Unified temporal difference support.
|
2016-02-26 12:25:12 -05:00 |
Aymeric Augustin
|
33c7c2a557
|
Enabled parallel testing by default in runtests.py.
|
2015-09-10 13:34:05 +02:00 |
Tim Graham
|
7f1168e387
|
Removed support for Python 3.3.
|
2015-06-18 08:36:50 -04:00 |
Josh Smeaton
|
8196e4bdf4
|
Fixed #24154 -- Backends can now check support for expressions
|
2015-01-27 12:20:06 +11:00 |
Tim Graham
|
28308078f3
|
Fixed #22603 -- Reorganized classes in django.db.backends.
|
2015-01-14 14:16:20 -05:00 |