mirror of
https://github.com/django/django.git
synced 2025-03-10 09:22:46 +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.