Skip to content

v0.16.15

Compare
Choose a tag to compare
@long2ice long2ice released this 16 Sep 09:16
  • Make DateField accept valid date str.
  • Add QuerySet.select_for_update().
  • check default for not None on pydantic model creation
  • propagate default to pydantic model
  • Add QuerySet.select_related().
  • Add custom attribute name for Prefetch instruction.
  • Add db_constraint for RelationalField family.