Skip to content
Snippets Groups Projects
Commit 96454063 authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

bugfix: allow rdf_context in Meta

See merge request startinblox/djangoldp-packages/djangoldp!39
parents f03fe13a 4ca289f7
No related branches found
Tags v0.5.43
1 merge request!39bugfix: allow rdf_context in Meta
Pipeline #812 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