summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/models.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of Session.begin.subtransactions flagStephen Finucane2021-08-101-12/+2
* Drop use of sixStephen Finucane2020-02-251-6/+3
* Replace six.iteritems() with .items()liuyamin2017-07-191-3/+3
* SoftDeleteMixin: coerce deleted param to be an integerRoman Podoliaka2016-11-281-2/+4
* Fix sqlalchemy.ModelBase.__contains__() behaviourVictor Stinner2015-06-261-1/+9
* Add a new ModelBase.items() methodVictor Stinner2015-06-241-2/+10
* Add a keys() method to SQLAlchemy ModelBaseVictor Stinner2015-05-191-2/+6
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-1/+1
* Move files out of the namespace packageDoug Hellmann2014-12-241-0/+128