- Added migrations for Address model (added in 0.1.1)
0.2.1
- Fixed syntax error due to version number not a string. - Fixes missing forms.ModelForm due to refactoring.
0.2.0
- Refactored to name django_baseline
0.1.1
- Cleanup and some refactoring. - new TimestampedModelMixin and get_object_or_none helper (models.py) - new Address model with AddressForm (address.py) - get_config convenience function for retrieving setting.py settings (__init__.py)