forked from rc/aircox
switch to multi-table inheritance for posts; remove qcombine that is no more needed; add and integrate post.downcast + as template filter
This commit is contained in:
@ -9,7 +9,6 @@ from django.utils.translation import ugettext as _, ugettext_lazy
|
||||
|
||||
import aircox.programs.models as programs
|
||||
import aircox.cms.models as cms
|
||||
import aircox.cms.qcombine as qcombine
|
||||
|
||||
|
||||
class Article (cms.Post):
|
||||
@ -129,11 +128,3 @@ class Sound (cms.RelatedPost):
|
||||
)
|
||||
|
||||
|
||||
class Publications (qcombine.GenericModel):
|
||||
"""
|
||||
Combine views
|
||||
"""
|
||||
models = [ Article, Program, Diffusion, Sound ]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user