-
pbair authored
When storing `job_class_name` and `batch_class_name` values in the database, save only the bare class name, rather than the fully qualified name. The enclosing module will be dynamically attached to the class name in the application, when the class is requested.
6eec3912