Mol
data can be now transferred to/from the database as either binary or text, depending on the value assigned to theDJANGO_RDKIT_MOL_SERIALIZATION
settings attribute (allowed values areBINARY
andTEXT
, defaults toBINARY
)
- The
MolField
and related lookup expressions were refactored to support bulk update operations
- Replaced the deprecated/unsupported
ugettext_lazy
withgettext_lazy
mol_to_svg
support
- The gist index migration operation was removed (GiST support is available in django)
- Updated for Django 3.0
- Support for Python2 was removed
- README and CHANGELOG files
- MolField values are always passed to the database as pickled Mol instances
- MolField supports parsing mol blocks and InChI input in addition to SMILES
- MolField specifies an appropriate default form field input