Skip to content

Read Only Widget

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 14:01
cbbe530

Contents (#78 and #77)

IMPORTANT: There is 1 breaking change.

New features

  • Add utils to easily work with blobs
  • 💥 BREAKING CHANGE: Add readonly widget and complete demo in admin

Fixes

  • Correctly surface ValidationErrors
  • Widget correctly accepts download_url and console_url
  • Fix poetry lock

Operations

  • Add useful aliases
  • Ignore django static files

Fixes

  • Poetry installation

Upgrade instructions

💥 Add readonly widget and complete demo in admin

Determination of the kmz destination path is now executed during the model full_clean() rather than on save() (so that any ValidationError can be surfaced gracefully to the admin), so any instance fields used to determine the kmz path must be populated prior to that point.