summaryrefslogtreecommitdiff
path: root/django/db/backends/base/features.py
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-03-02Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot
2016-02-26Fixed #24793 -- Unified temporal difference support.Simon Charette
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
2015-05-30Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton
2015-05-17Dropped the needs_datetime_string_cast feature.Aymeric Augustin
2015-04-25Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.Tim Graham
2015-03-29Fixed #19259 -- Added group by selected primary keys support.Simon Charette
2015-02-12Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-27Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-14Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham