- Example project added
- Refactoring: app logic moved to standalone Python functions
- Unit tests added
- Python and Django classifiers added to setup.py
- apply vacuum only when supported by db engines
- published on PyPI
- prepare for publishing on PyPI
- use "VACUUM" instead of "VACUUM FULL"
- dry run option renamed as "-d" (was "-n")
- Fix for Django 2.x: call super() from Command.__init__() as required
- Customizable 'get_latest_by' attribute
- Remove EmptyResultSet import which is not available in older versions of Django
- Setup fix
- First working implementation
- Initial setup