p-matt

Results 2 comments of p-matt

> 👍 for `args=()`. > > In the mean time you might be able work around this with something like: > > ``` > from functools import partial > >...

Not working as expected ``` from djongo import models from geocoding_api.API.mixins import TimestampMixin class Geocoding(TimestampMixin): searchAddresses = models.fields.FieldsArrayField(models.CharField(max_length=255)) ``` Which give `ValueError('You must specify a base_field')`