Releases: incuna/django-pgcrypto-fields
Releases · incuna/django-pgcrypto-fields
2.6.0
2.5.2
- Added support for Django 3.x
- Updated requirements_dev.txt
2.5.1
2.5.0
2.4.0
- Added auto-decryption of all encrypted fields including FK tables
- Removed django-pgcrypto-fields
aggregates
,PGPManager
andPGPAdmin
as they are no longer needed - Added support for
get_or_create()
andupdate_or_create()
(#27) - Added support for
get_by_natural_key()
(#23) - Added support for
only()
anddefer()
as they were not supported withPGPManager
- Added support for
distinct()
(Django 2.1+ with workaround available for 2.0 and lower) - Separated out dev requirements from setup.py requirements
- Updated packaging / setup.py to include long description
- Added AUTHORS and updated CONTRIBUTING
- Updated TravisCI to use Xenial to gain Python 3.7 in the matrix
2.2.0
- Merge .coveragerc into setup.cfg
- Added .gitignore file
- Updated out-dated requirements (latest versions of Flake8 and pycodestyle are incompatible with each other)
- Updated README with better explanations of the fields
- Implemented DatePGPPublicKeyField and DateTimePGPPublicKeyField
2.1.1
- Added support for Django 2.x+
- Updated requirements for testing
- Updated travis config with Python 3.6 and additional environments