Rafael Henter
Results
2
issues of
Rafael Henter
Add Django 3 support. (https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis) Follows the error below that was fixed: ```python $ python manage.py migrate jet Traceback (most recent call last): File "manage.py", line 22, in execute_from_command_line(sys.argv) File...
I had a JSON Encode Serialize error when I use a Model with ID as UUID. ```python raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type UUID is not...