Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove catching of
AttributeError
in DescriptorWrapper
This catch was introduced in #367, but subsequent discussion in #370, #381 and #382 suggests that it wasn't the proper solution. Now that `AbstractModelTrackerTests` is re-enabled and passing, it becomes clear that `AttributeError` is no longer raised during unit testing when using a recent Django version. Therefore I think it is safe to remove the `try`/`except`.
- Loading branch information