You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a custom field, by subclassing db.models.CharField, which provides its own formfield-method, which points to a custom form field, using the method described here: http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#specifying-the-form-field-for-a-model-field
But my method never receives an empty form_class argument, as the formfield_function evaluates by isinstance, rather than direct lookup on the class.
Original link: http://code.google.com/p/dojango/issues/detail?id=77
The text was updated successfully, but these errors were encountered:
Original link: http://code.google.com/p/dojango/issues/detail?id=77
The text was updated successfully, but these errors were encountered: