@@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`:
...
@@ -43,6 +43,7 @@ You can determine your currently installed version using `pip freeze`:
### Master
### Master
*Filtering backends are now applied to the querysets for object lookups as well as lists. (Eg you can use a filtering backend to control which objects should 404)
*Filtering backends are now applied to the querysets for object lookups as well as lists. (Eg you can use a filtering backend to control which objects should 404)
*Bugfix:Workaround for Django bug causing case where `Authtoken` could be registered for cascade delete from `User` even if not installed.