index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
base
/
features.py
Age
Commit message (
Expand
)
Author
2015-09-10
Enabled parallel testing by default in runtests.py.
Aymeric Augustin
2015-06-05
Fixed #24767 -- Added Greatest and Least expressions
Ian Foote
2015-05-30
Fixed #24699 -- Added aggregate support for DurationField on Oracle
Josh Smeaton
2015-05-17
Dropped the needs_datetime_string_cast feature.
Aymeric Augustin
2015-04-25
Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.
Tim Graham
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-01-31
Fixed #24245 -- Added introspection for database defaults.
Tim Graham
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-14
Moved check_aggregate_support to BaseSpatialOperations
Claude Paroz
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham