Mozilla Open Source Support: Django: $150,000.

2015-12-11 Thread CHI Cheng
> > 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

Re: Proposal: BitMaskField

2014-04-19 Thread CHI Cheng
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

Proposal: BitMaskField

2014-04-18 Thread CHI Cheng
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