- Update delete with force hard_delete
- Rename SoftDeleteManager to SoftDeleteSignalsManager
- Add restore method to Model and Manager to restore a record
- Add Missing Argument to delete on softdelete manager
- Fix tests with Signal using create method
- Add SoftDeleteSignalModel and Manager to apply Soft delete
- Change ugettext_lazy to gettext_lazy cause django 3.0 support
- Add sequential values on CPF to set as invalid on CPF validation
- Add CPF and CNPJ validation when the values wore equals
- Remove unnecessary code
- Fix tests and remove Manager.
- Add trigger options on save
- Refactor Utils
- Add CPF and CNPJ generators
- Remove Swagger render.
- Add swagger render
- Add remove special characters function
- Add random datetime generator
- BugFix: Change how to get a new version from changes
- BugFix: Get version from changes
- Finish all base documentation
- Update Readme
- Increase test coverage
- Updates functions names on utlils to be more clear
- Documentation: Add forms, fields and utils
- BugFix: Models SignalsModel and HistoryModel
- Fix tests
- Increase tests coverage
- BugFix: Models SignalsModel and HistoryModel
- Fix tests
- Increase tests coverage
- Add a centered version command
- Add Sphinx docs base
- Update dev requirements with Sphinx
- Update documentation
- Add noqa imports to models
- Add license on setup.py
- Refactor Structure
- Fix CI
- Add new requirements
- Initial release