defrex / django-encrypted-fields

This is a collection of Django Model Field classes that are encrypted using Keyczar.
MIT License
193 stars 60 forks source link

Use correct params for from_db_value() #36

Open bil-bas opened 4 years ago

bil-bas commented 4 years ago

from_db_value() "context" param generates a deprecation warning in Django 2.2 - should be **kwargs