Skip to content

django-queryable-properties 1.7.0

Compare
Choose a tag to compare
@W1ldPo1nter W1ldPo1nter released this 05 Jul 16:49
· 276 commits to master since this release
  • 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