Skip to content

Releases: Gusakovskiy/django-liquidb

Move documentation to markdown

28 Oct 10:24
1515774
Compare
Choose a tag to compare

Move documentation to markdown so it is visible in PyPI

Fix documentation, cleanup dependencies

28 Oct 10:06
d6dd491
Compare
Choose a tag to compare
Feature.add correct description (#8)

* Fi licensing

* Fix Description

* Bumped version

* Regenerate dev-requirements

* Regenerated requirements

* Add backports.zoneinfo;python_version<3.9  to support Python 3.8

Drop support for old Django(<3.2) and Python(<3.8) versions

28 Oct 09:44
81bfe23
Compare
Choose a tag to compare

Drop support for old Django(<3.2) and Python(<3.8) versions
Separate dev and not-dev dependencies.
Migrate to pyproject.toml.
Use compiled dependencies.
Fix linting and formatting.

Release version 0.2

09 May 14:43
034d427
Compare
Choose a tag to compare

Admin view is added for more convenient management of snapshots.

Release version 0.1

17 Mar 07:45
b080a9e
Compare
Choose a tag to compare

Beta version of Django Liquidb. Minimal functionality that allows user to:

  • create snapshot
  • checkout to snapshot by name
  • checkout to latest created snapshot
  • delete all snapshot history
  • delete snapshot by name