mirror of
https://github.com/django/django.git
synced 2025-04-22 08:14:37 +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.