------------------
- Added the ``prefetch_queryable_properties`` utility function which allows to efficiently query property values for
model instances that were already loaded from the database beforehand
- Extended the ``LookupFilterMixin`` to allow to define a filter function/method that handles all lookups that don't
use an explicitly registered function/method
- Values for queryable properties with setters can now also be set using initializer keyword arguments of their
respective models