Custom QuerySet for BaseContent.
Returns a list of content objects. Should be used at the end of a QuerySet chain, e.g.:
BaseContent.objects.filter(language="en").exclude(pk=1).get_content_objects()
Custom manager for BaseContent.
2.3. Template
2.5. Utilities
Enter search terms or a module, class or function name.