>
> Django is a popular server-side Web development framework, used in many
> Mozilla websites. Their award will be used to make Django suitable to be a
> back end for Web apps which use WebSockets.
>
https://blog.mozilla.org/blog/2015/12/10/mozilla-open-source-support-first-awards-made/
Con
asonable to me. I've only had a quick look at at the implementation, but
> what I've seen looks sound.
>
> I don't think this needs a full DEP though - it's a minor feature that
> just needs a ticket.
>
> Yours,
> Russ Magee %-)
>
>
> On Sat, Apr
Hi,
Is it possible to add a bitmask field to allow multiple choices for small
set of options in lieu of ManyToManyField?
For some cases, ManyToManyField is overkill. e.g. Select several days of
week to indicate open days for stores while 7 boolean fields are too
frustrated.
Benefits to these