Skip to content

Releases: morlandi/django-tables-cleaner

v0.1.4

14 Sep 09:09
Compare
Choose a tag to compare
  • Example project added
  • Refactoring: app logic moved to standalone Python functions
  • Unit tests added

v0.1.3

28 May 13:51
Compare
Choose a tag to compare
  • Python and Django classifiers added to setup.py

v0.1.2

28 May 13:26
Compare
Choose a tag to compare
  • apply vacuum only when supported by db engines

v0.1.1

28 May 12:36
Compare
Choose a tag to compare
  • published on PyPI

v0.1.0

28 May 12:35
Compare
Choose a tag to compare
  • prepare for publishing on PyPI
  • use "VACUUM" instead of "VACUUM FULL"
  • dry run option renamed as "-d" (was "-n")

v0.0.5

24 Oct 18:01
Compare
Choose a tag to compare
  • Fix for Django 2.x: call super() from Command.init() as required

v0.0.4

24 Oct 17:38
Compare
Choose a tag to compare
  • Customizable 'get_latest_by' attribute
  • Remove EmptyResultSet import which is not available in older versions of Django

v0.0.3

24 Oct 17:38
Compare
Choose a tag to compare
  • Setup fix

v0.0.2

24 Oct 17:38
Compare
Choose a tag to compare
  • First working implementation

v0.0.1

24 Oct 17:39
Compare
Choose a tag to compare
  • Initial setup