Skip to content
Snippets Groups Projects
Commit 4ca289f7 authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

bugfix: allow rdf_context in Meta

parent a6d05406
No related branches found
No related tags found
1 merge request!39bugfix: allow rdf_context in Meta
Pipeline #805 passed
from django.db.models import options from django.db.models import options
__version__ = '0.0.0' __version__ = '0.0.0'
options.DEFAULT_NAMES += ( options.DEFAULT_NAMES += ('rdf_type', 'rdf_context', 'auto_author', 'view_set', 'container_path', 'permission_classes', 'serializer_fields', 'nested_fields')
'rdf_type', 'auto_author', 'view_set', 'container_path', 'permission_classes', 'serializer_fields', 'nested_fields') \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment