models and forms. • Native support on postgres, duration native on Oracle, otherwise emulated as strings for UUID and bigint of microseconds for Duration. • Improvements to date/time arithmetic on all backends
• Significant internal refactoring of .annotate() and .aggregate() to allow custom Expression classes • Coalesce, Concat, Substr, Case/When • Combined with custom lookups significant expand the expressive power of the ORM
a test case on a class by class level • Tests run in an atomic block and roll back to this state increasing test speed • TestCase run in a wider atomic block • Doesn't work on MyISAM • Works with fixtures, but you shouldn't