variables = Indicator.objects.filter(
type = constants_type_indicator_variable.variable,
Q(current_state = constants_current_state.valid) |
Q(current_state = constants_current_state.current_registered) |
Q(current_state = constants_current_state.re_opened) |
Q(current_state = constants_current_state.open_registered)
)
しかし、イム最初の「Q」の行で、このエラーを取得:
non-keyword arg after keyword arg
私はそれが動作する「タイプ」フィールドでフィルタリングすることなく、「Q」を使用している場合は、それがクラッシュtogheter ...
任意のアイデアなぜ?、事前に感謝します。
偉大な男、高校生! – jsanchezs