clokep / django-querysetsequence

Chain multiple (disparate) QuerySets in Django
https://django-querysetsequence.readthedocs.io/
ISC License
107 stars 25 forks source link

Re-implement NotImplementedError #42

Closed clokep closed 6 years ago

clokep commented 6 years ago

When switching to not inheriting from QuerySet (and removing the inheritance helpers), we no longer raise NotImplementedError for methods that aren't implemented. This is nicer than just raising AttributeError in those cases.