Skip to content

Releases: waveaccounting/dj-inmemorystorage

2.1.0

30 Mar 17:45

Choose a tag to compare

PyPI: https://pypi.org/project/dj-inmemorystorage/2.1.0/
PRs: #18, #20

2.0.0

23 Dec 18:42

Choose a tag to compare

Updates for new Python and Django versions. Removal of support for old Python and Django versions.

BREAKING:

  • Stop testing Python 2.6, 3.2, 3.3, 3.4.
  • Stop testing Django < 1.11

NEW:

  • Start testing Python 3.7, 3.8
  • Start testing Django 2.2, 3.0

PyPI: https://pypi.org/project/dj-inmemorystorage/2.0.0/
Pull Request: #17

UPCOMING:

There will likely be another update in April 2020 when Django 1.11 is not supported as an LTS release anymore. We will likely drop Python 2.7 entirely and Django 1.11 support. This will be released as version 3.0.0.

1.4.0

11 Jul 02:30

Choose a tag to compare

1.3.0

26 Feb 16:11

Choose a tag to compare

  • Added INMEMORYSTORAGE_PERSIST option, which will allow writes to be persisted in memory during testing.

Set INMEMORYSTORAGE_PERSIST = True to enable this option (off by default).

1.2.0

17 Nov 18:57

Choose a tag to compare

  • Support for the bytes type in Python 3+

1.1.0

24 Oct 18:16

Choose a tag to compare

  • Added support for url, modified_time, created_time, and accessed_time

1.0.4

24 Oct 01:22

Choose a tag to compare

  • Fixes for TravisCI and Django 1.7+

1.0.3

04 Mar 15:35

Choose a tag to compare

  • Require six>=1.4.1

1.0.2

03 Mar 13:53

Choose a tag to compare

  • Adding more setup.py classifiers.