* Module `django`: Django 2.0 compatibility * Module `filesystem`: Windows compatbility * Class `django.models.fields.URLField`: Set max_length to 8000 by default * Class `django.models.fields.\*`: Use `OptionsMixin` on all fields * Add `requests` to requirements
13.3.0
Not secure
Fix and enhancements
* Function `filesystem.file_mime`: Convert to unicode only if required.
Features
* Add module `pandas`
13.2.0
Not secure
Fix and enhancements
* Module `multimedia.exif`: Add Huawei.
Features
* Add function `console.shell`
13.1.3
Not secure
Fix and enhancements
* Module `mutlimedia.exif`: Make classes swappable + importable from exif module. * Module `smpte2022`: Fixed wraparound sequence number calculations for RTP and FEC.
Thanks to \TobbeEdgeware!
13.1.1
Not secure
Minor compatibility breaks
* Function `serialization.object_to_dict`: Rely almost only on schema to produce output structure (hint: use list in schema)
Fix and enhancements
* Function `collections.swap_dict_of_values`: Implement simple key-value swap.
13.0.4
Not secure
Fix and enhancements
* Function `aws.s3.remove_objects`: Add callback argument to make it more flexible. * Function `multimedia.image.remove_transparency`: Enhance code (remove `force_rgb arg` from 13.0.2). * Function `serialization.object_to_dict`: Add `iterable_callback` to customize container type of iterables.