Skip to content

Milestones

List view

  • This could be a class level attribute or a site wide config where we support Either ```py CONDITIONAL_REQUIRED_TOGGLE_FIELDS = [ ( lambda instance: instance.user.is_active, ['fixed_price', 'percentage', 'amount'], msg ), ] ``` OR a class level ```py CONDITIONAL_REQUIRED_MSG = _("Please provide only one of the following '%(field_names)s'.") ```

    No due date
    0/1 issues closed
  • This would require a possible map of the field name declared as a class attribute to the models.Field instance which would allow accessing the fields verbose_name property

    No due date
    0/1 issues closed
  • The field names an error messages should be converted into the localized formats

    No due date
    0/1 issues closed