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

New release with SubFieldBase fix? #16

Closed drernie closed 8 years ago

drernie commented 8 years ago

I'm getting deprecation warnings that appear to originate with v1.1.2 of django-encrypted-fields.

This appears to be fixed in trunk: https://github.com/defrex/django-encrypted-fields/commit/ba295859a9a2c987c7701dc89103c525dd2bca1d

Any idea when 1.1.3 will be out? Thanks!

drernie commented 8 years ago

Whoops, never mind, I see that code is only invoked conditionally.