Fixed `SimplifyJsonTextField` custom Django field to prevent json.dumping() value more than once
1.3.15
Added revicontains filter that will allow you to do an icontains but on the passed in filter against a database field. Note: currently does not work with lists
1.3.14
Added `SimplifyJsonTextField` custom Django field which allows a non-json compatible database to handle json responsibly
1.3.1
No changes just removing a few bad versions ;)
1.2.5
psycopg2 updated to version 2.7.3 so verify compatability
1.2.2
Added exclude functionality on included items to ensure they are never included by accident