-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
When given a document in the past, to figure out which class it belonged to, one could just look at the `_type` field and constantize the class there. Now that the discriminator value is no longer the class name, we have to keep a mapping of discriminator value to class name.