Juan Medina
Juan Medina
Btw, this could be solved by github itself. I created this ticket: https://github.com/isaacs/github/issues/1348. If many people like it or we email github it could happen.
Same problem here... Googling `Uncaught ReferenceError: JSONEditor is not defined` throws a bunch of github issues. Seems to be a problem with the underlying tool being used
As for now, I managed to fix it with this: ```python from django_json_widget.widgets import JSONEditorWidget class CustomJSONEditorWidget(JSONEditorWidget): # hardcode media until this issue gets resolved # https://github.com/jmrivas86/django-json-widget/issues/27 class Media: extend...
Hey, I think this is quite relevant. New tags shouldn't be created for matching slugs.
The django's version does not have a setter method tho...
@carltongibson, thanks for your comments. If I'd like to implement option 2 myself, is there a way to access the explicitly declared fields on a `SerializerMetaclass` object?