New:
- Adding code compatibility for python3,
- Launching travis-ci tests on python3,
- Using
toxto launch tests on Django 1.5, 1.6, 1.7 and 1.8 versions,- Updating
runtests.pytest script to run properly on every Django version.
Bugfix:*
- Catching
Errorwhen trying to get foreign key object if not existing (#32).
Bugfix:
- Removing
model_to_formto avoid bug when using models that haveeditable=Falsefields.
New:
- Adding
check_relationshipparameter onis_dirtyandget_dirty_fieldmethods to also check foreign key values.