mirror of
https://github.com/django/django.git
synced 2025-04-05 05:56:42 +00:00
The failure was caused by using None as a choice for a CharField. To avoid Oracle's "" <-> NULL handling the field type was changed to IntegerField.