summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/features.py
AgeCommit message (Expand)Author
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-02-10Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham