Re: permissions and groups data migration

2014-12-30 Thread Adam Venturella
Attempting this approach, calling : create_permissions(my_app_config) from within my migration fails to create the permissions. It looks like *create_permissions *checks for *models_module* on the provided app config. However, when my migration runs, my *models_module* is *None. * So is

QuerySet.as_manager doesn't offer a way to use_for_related_fields

2014-12-30 Thread Martin Chase
Hey all, I make extensive use of managers, and I was excited to start using as_manager for my queryset/manager mashups, but it seems use_for_related_fields isn't a part of as_manager's considerations. I can think of two sensible implementations: pass an argument to as_manager(), or honor a

Re: status of 1.8 release blockers

2014-12-30 Thread Tim Graham
Here is the third update with a week and a half to go until alpha (I incorrectly said in the last update a couple days ago that we have 3 weeks left!): #23861 - Fields referenced in migrations cannot be (re)moved, even if migrations have been

Re: Updating logging docs

2014-12-30 Thread Daniele Procida
On Tue, Dec 30, 2014, Lee Trout wrote: >I'd like to see a mention of the defaults existing in >`django.utils.log.DEFAULT_LOGGING` *at a minimum*. Given the desire to >understand the entire technical scope I think it would be worth repeating >the default settings in the

Updating logging docs

2014-12-30 Thread Lee Trout
Hey gang, I finally got past 1.5 and I'm finding so many nice features in 1.7. Thanks to everyone! To my surprise logging had an overhaul from #21714 [0] and I found the documentation a bit confusing / lacking of details. Theres an explanation of merging settings in

Re: Optional separation of the concepts of how long server caches content and how long it tells client to cache it

2014-12-30 Thread Alejandro Dubrovsky
On Monday, December 29, 2014 2:01:28 PM UTC+11, Carl Meyer wrote: > > Hi Alejandro and Russell, > > On 12/28/2014 07:29 PM, Russell Keith-Magee wrote: > > On Sun, Dec 28, 2014 at 8:13 PM, Alejandro Dubrovsky > > > wrote: > >> On Sunday, December 28, 2014 7:23:34 PM

Re: status of 1.8 release blockers

2014-12-30 Thread Markus Holtermann
On Monday, December 29, 2014 10:40:06 AM UTC+1, Claude Paroz wrote: > > On Saturday, December 27, 2014 4:46:52 PM UTC+1, Tim Graham wrote: >> >> #23745 - Migrations migrate is slow >> (new) >> Owner: Claude >> Status: Patch seems to need improvement