Re: Dynamic AUTH_USER_MODEL based on modules or routes

2013-10-10 Thread gavinwahl
> The current User model is great for admin panel users but in frontend it may become extra overhead for some cases. People try to create another user attribute models and use extra joins to be able to keep extra attributes (city, ip, locale etc.) for their users. Use the user-profile

Re: Proposal to end the war with flake8 warnings

2013-10-10 Thread Carl Meyer
On 10/09/2013 12:38 PM, Tim Graham wrote: > I'd like to propose cleaning up Django's codebase so that we can run > flake8 (with some rules ignored) as a presubmit check (for example, > hooked into pull request submissions). > > Our docs currently state: "Note, however, that patches which only

Re: Design discussion: admin alert messages

2013-10-10 Thread Ryan Allen
Thanks Marc, good to hear from someone who really experiences color blindness. On Thu, Oct 10, 2013 at 3:32 AM, Marc Tamlyn wrote: > Russell makes a valid point. As someone who has color blindness of some > variety (which never seems to fit into any of the defined

Re: Working towards a simpler GCBV implementation?

2013-10-10 Thread Tom Christie
> But django-vanilla-views are not as usable because you cannot reuse isolated pieces of functionality like you can with mixins. The reusable components that it gives you are `GenericView` and `GenericModelView`. Generally they're going to be the baseline that you'd want to work with anyways.

Re: Design discussion: admin alert messages

2013-10-10 Thread Marc Tamlyn
Russell makes a valid point. As someone who has color blindness of some variety (which never seems to fit into any of the defined conditions you find listed on the internet...) I personally see almost no difference between the original yellow and the new green for success messages. However, the