Skip to content

v0.5.6

Choose a tag to compare

@luisza luisza released this 22 Jan 15:14
· 1011 commits to master since this release
  • Include permission utility:

get_actions_by_perms(user, actions_list):
Received a user and a dictionary of permissions, will return the same keys with true or false based on the user permission. It's useful on serializers of table view.

  • Include GTEncryptedTextField for model field and GTEncryptedText and GTEncryptedJSONField as widget.
  • Include DateTimeFieldFieldWithEmptyString and DateFieldWithEmptyString serializers.
  • Include upload_files_by_model_and_dates and upload_files_by_model_and_month for upload_to property on FileField.
  • Include delete_file_and_folder for delete files from disc when item is delete en model.

Full Changelog: v0.5.5...v0.5.6