You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please tell me how I can filter the recordset to only the records which contain data in the Geoposition Field.
I have tried: object.queryset.filter(position__isnull=True) and that gives me nothing, now object.queryset.filter(position__isnull=False) gives me all the records even though only some have geopositionfield populated.
The text was updated successfully, but these errors were encountered:
Can you please tell me how I can filter the recordset to only the records which contain data in the Geoposition Field.
I have tried:
object.queryset.filter(position__isnull=True)
and that gives me nothing, nowobject.queryset.filter(position__isnull=False)
gives me all the records even though only some have geopositionfield populated.The text was updated successfully, but these errors were encountered: