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

Change file/image field serializers to return a dict with additional metadata #115

Merged
merged 7 commits into from
May 29, 2016

Commits on May 26, 2016

  1. Fix strange test that for some reason assigned a

    RelationValue to a NamedBlobFile field
    lukasgraf committed May 26, 2016
    Configuration menu
    Copy the full SHA
    f949e51 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Change file field serialization to return a dict with metadata

    instead of just the download URL.
    lukasgraf committed May 27, 2016
    Configuration menu
    Copy the full SHA
    ff79949 View commit details
    Browse the repository at this point in the history
  2. Change image field serialization to return a dict with metadata

    instead of just the download URLs to image scales.
    lukasgraf committed May 27, 2016
    Configuration menu
    Copy the full SHA
    d38ff2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcbd0bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8824f89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31fad72 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2016

  1. Configuration menu
    Copy the full SHA
    c2d011e View commit details
    Browse the repository at this point in the history