Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a Blob model field #789

Merged
merged 2 commits into from
Aug 19, 2022
Merged

Introduce a Blob model field #789

merged 2 commits into from
Aug 19, 2022

Commits on Aug 19, 2022

  1. Introduce a Blob model field

    As models have to be JSON-serializable and byte
    fields apparently don't fit in, let's introduce
    a special model field type that could be used in
    such situations.
    Basic Blob serialization tests added.
    
    OAMG-4306
    fernflower committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    830ab24 View commit details
    Browse the repository at this point in the history
  2. Bump leapp-framework version

    The change adds new functionality, so bumping from
    3.0 to 3.1
    fernflower committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    dbfd3e1 View commit details
    Browse the repository at this point in the history