- Change very basic existing model validation to a one-time call, and
validate on more things.
- *EXCITING* - Implement BASE64_FIELDS on IndexedRedisModel. Any
FIELDS that also show up in BASE64_FIELDS will be base64-encoded
before storage and decoded upon retrieval. This makes it possible and
very simple to use "bytes" or other binary data. You may need this,
for example, to store files or other blobs.