[DJANGO UPGRADE] - Upgraded for official `Django4.2` compatibility
1.5.0
[DJANGO UPGRADE] - Upgraded for official `Django3.2` compatibility
1.4.1
[PYTHON COMPATIBILITY] - Upgraded compatibility: `python3.6`, `python3.7`, `python3.8`, and `python3.9` now supported - (necessary) Dropped deprecated `pycrypto` library in favor of `pycryptodome`
1.4.0
[DJANGO UPGRADE] - Upgraded for official `Django2.2` compatibility - Updated requirements for `pymongo` and allow for loose resolution for `djangorestframework` - this is necessary to continue to support `<python3.7` - Valid for `python3.6` and `python3.7`
1.3.26
Fixed nested relation lookup returns null instead of exception.
1.3.24
Fixed `PostgresExecutorService` to not error working with a stored procedure without arguments.