---- * Refactoring to reduce code replication * Bugfix
0.1.7
--- * Cannot work with standard DateField as the SHORT_DATE_FORMAT might not contain a 4 digit year field, resulting in strange date results. Going back to a SplitDateField * Not using translation for different languages anymore. Instead using a dictionary for the mapping.
0.1.6
--- * Version to allow reuploading of version 0.1.5 with better readme
0.1.5
--- * Including the default SHORT_DATE_FORMAT to be able to use the widget on a standard DateField
0.1.4
---- * Renaming app to django_splitdate as the minus is not allowed
0.1.3
---- * Adding coverage to runtest.py if it is available * Updating README.md