Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Properly handle non-S3 storage backends #124

Closed

Commits on Jan 9, 2018

  1. Update gitignore

    johananl committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    855b12a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Configuration menu
    Copy the full SHA
    96d5b7e View commit details
    Browse the repository at this point in the history
  2. Don't check preload_metadata when disabled

    Checking for self.storage.preload_metadata when collectfast is
    disabled isn't necessary and also crashes the command when the
    static files storage type isn't S3.
    johananl committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    7b55b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c4803 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    9998365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9244b6b View commit details
    Browse the repository at this point in the history
  3. Reformat long lines

    johananl committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    9dddbcb View commit details
    Browse the repository at this point in the history
  4. Refactor conditionals

    johananl committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    7dd3ca5 View commit details
    Browse the repository at this point in the history