summaryrefslogtreecommitdiffstats
path: root/nova/tests/objects/test_objects.py
Commit message (Expand)AuthorAgeFilesLines
* Add obj_to_primitive() to recursively primitiveize objectsDan Smith2013-06-261-0/+25
* Make NovaObject support the 'in' operatorDan Smith2013-06-261-0/+7
* Fix serialization of iterable typesDan Smith2013-06-221-0/+37
* Fix obj_load() in NovaObject base classDan Smith2013-06-131-1/+14
* Add base mixin class for object listsDan Smith2013-06-071-0/+37
* Add deleted flag to NovaObject baseDan Smith2013-06-071-2/+5
* Make the datetime utility function coerce to UTCDan Smith2013-06-051-1/+6
* Make instance object tolerate isotime stringsDan Smith2013-06-031-0/+8
* Add base object modelDan Smith2013-05-291-0/+438