django-siteforms icon indicating copy to clipboard operation
django-siteforms copied to clipboard

Django reusable app to simplify form construction

Results 3 django-siteforms issues
Sort by recently updated
recently updated
newest added

Allow setting initial values for a form. Something like: ```python def _initialize_pre(self, *, args, kwargs): initial = kwargs.get('initial') or {} if initial: src = self.src request = self.request prefix =...

enhancement

See https://github.com/idlesign/django-siteforms/blob/master/siteforms/composers/bootstrap5.py#L79

bug

If `opt_columns = True` validation error text is out twice - just after the field, and outside of the column div.

bug