Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Fixes and Django standard adoption

Compare
Choose a tag to compare
@maennel maennel released this 06 Jan 09:43
· 115 commits to master since this release

This release includes mainly bugfixes in the Admin interface (see PRs #106, #109, credits to @dunkelstern) and in the behaviour when working with Many-to-Many-relationships to self (see PR #112, credits to @brki).
You'll also notice a change that allows usage of Versionable objects that is closer to the Django default behaviour, by using objects as filter lookup values (see PR #113 for details, credits to @brki).