Added - Added support for `select_for_update(of=...)` to lock limiter
Removed - support for Django <2.0
0.9.3
Fixed - Use `wraps` to correctly wrap copied methods
0.9.2
Fixed - A bug in the lock limiter: it'd crash when with_col_aliases was passed to SQLCompiler.as_sql()
0.9.1
Added - Ability to force prefetch related instead of select related
0.9.0
Added - BulkEditAPIMixin
0.8.1
Added - TestQueryCounter.freeze decorator that disables the counter for the duration of a block Removed - claims of support for Python <3.6 in setup.py