Karim Sonbol
Karim Sonbol
Sorry, I should have commented here instead of https://github.com/dcramer/django-uuidfield/issues/49. I don't understand how raising a ValueError is not consistent with the Django ORM interface. Could you explain? And how is...
Calling `SomeModel.objects.get(id="string")` will cause [get_prep_value](https://github.com/django/django/blob/master/django%2Fdb%2Fmodels%2Ffields%2F__init__.py#L918) to raise a `ValueError`. So I think it's normal to raise a ValueError there, and maybe I should move the code to `get_prep_value` since it...
But if the field is nullable won't this return existing objects with a null UUID when using an anvalid UUID in lookup?
@imdark Your fork works with ST3, however it makes text unreadable in other text editor. Letters appear flipped horizontally and words are reversed.
Clicking bidirectional text again fixes the words in other editors but breaks them in ST3. Characters appear flipped horizontally and words reversed but now in ST3. I undid all the...