Anton Samarchyan
|
60e52a047e
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |
Claude Paroz
|
c716fe8782
|
Refs #23919 -- Removed six.PY2/PY3 usage
Thanks Tim Graham for the review.
|
2017-01-18 16:21:28 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Adam Chainz
|
95238a7de8
|
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
|
2016-11-28 13:29:21 -05:00 |
Tim Graham
|
414ad25b09
|
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
2016-10-27 08:53:20 -04:00 |
Tim Graham
|
274b227796
|
Removed DatabaseFeatures.can_combine_inserts_with_and_without_auto_increment_pk.
Unused (always False) after 29132ebdef .
|
2016-10-14 17:18:28 -04:00 |
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 |