Skip to content

bugfix: subclass-subclasses are auto-registered with urls.py

Calum Mackervoy requested to merge 334-abstract-subclasses-fix into master

Closes #334 (closed)

Effect: all subclass-subclasses to any depth will be auto-registered in urls.py, unless they are abstract (currently only immediate children of djangoldp.Model are registered). I believe this is the desired behaviour?

Edited by Calum Mackervoy

Merge request reports