praekelt / django-generate

Django slightly smarter than fixtures content generation app.
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

Feature/exact lookup only if possible #4

Closed Rizziepit closed 12 years ago

Rizziepit commented 12 years ago

get_or_create uses exact lookups to check whether an object exists. This is a problem for fields that don't support exact lookups, like the geo fields in GeoDjango

hedleyroos commented 12 years ago

The code is a bit involved for me without more context, but I see nothing wrong with it. +1