Quick Note: Creating A Type-Agnostic Custom Field in Django
Model fields in Django always have a type defined. While it is not simply desirable many times, there might be some edge-cases that you simply would like to create a field that can accept any or many types.
I will cover a very primitive case about it...
erayerdin.com