Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Tags: antonagestam/collectfast

Tags

2.2.0

Toggle 2.2.0's commit message
Prepare release 2.2.0

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tests for strictly typed settings (#182)

- Add regression test for #178
- Bump version

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove commit history notes from changelog (#176)

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Limit django-storages to <1.9 (#168)

In django-storages 1.9 the long deprecated boto storage has finally been removed, see https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst#19-2020-02-02

1.3.0

Toggle 1.3.0's commit message
switch to pytest and fix #157

- Fix #157: catch pydoc.ErrorDuringImport
- Remove runtests.py and use pytest instead
- Add Python 3.8 to test matrix
- Update copyright note in readme
- Add deprecation warning for using BotoStrategy

1.2.0

Toggle 1.2.0's commit message
#122: implement google cloud support

Co-authored-by: Jeremy Nauta <jeremypnauta@gmail.com>

1.1.1

Toggle 1.1.1's commit message
fix: raise ImproperlyConfigured for all unguessable storages

1.1.0

Toggle 1.1.0's commit message
imlement strategy abstraction

Large rewrite to simplify implementing support for more storage backends.
Introduces a `Strategy` abstraction that can be subclassed to implement support
for different storage backends and needs.

Misc.:

- Remove --ignore-etag option
- Get rid of wrapping quotes in hashes, bump cache key version
- Command tests now run with both boto and boto3

1.0.0

Toggle 1.0.0's commit message
bump version