Re: Custom prefetches (#17001)

2013-08-26 Thread Ionel Cristian Mărieș
Just a small note, I've done a small prefetch framework (mind you, before prefetch_related was implemented) here: https://github.com/ionelmc/django-prefetch It allows you to have a tailored prefetching process. It's a bit low level but it supports all the scenarios you mentioned. If you think i

Re: Custom user models in 1.5, not flexible/dry enough?

2012-11-05 Thread Ionel Cristian Mărieș
and I need to accept the fact, but then again, maybe not. I'm just putting it on the table. Thanks, -- ionel On Nov 6, 3:04 am, Russell Keith-Magee wrote: > On Tue, Nov 6, 2012 at 7:59 AM, ionel wrote: > > Hello, > > > I'm trying to make a custom user model so I

Custom user models in 1.5, not flexible/dry enough?

2012-11-05 Thread ionel
there should be two abstract models: BaseAbstractAdminUser and AbstractUser. The other alternative would be allowing abstract model subclasses to override fields. Not sure about this tho, why is this disallowed in the first place? What do you think ? Thanks, -- ionel -- You received this mes