Re: Ticket #7817: Extending "with" and "include" tags.

2010-11-03 Thread Jannis Leidel
On 27.10.2010, at 09:46, SmileyChris wrote: > On Oct 27, 5:35 am, Łukasz Rekucki wrote: >> I would like to bring this up again, because this is something that >> would really improve readability of my templates. I'm mainly >> interested in ticket #7817 (the include tag changes), but extending >>

Re: contrib.staticfiles settings suggestion

2010-11-03 Thread Jannis Leidel
On 31.10.2010, at 23:06, Ryan wrote: > I track trunk while developing new projects, and I just picked up the > new contrib.staticfiles app. I was disappointed how repetitive and > redundant the configuration is. I already have MEDIA_ROOT and > MEDIA_URL defined, so now I have to add > > STATICF

Re: staticfiles defaults broke my site

2010-11-03 Thread Jannis Leidel
On 02.11.2010, at 03:55, Carl Karsten wrote: > I am not completely sure what is going on, but pretty sure the new > staticfiles thing is colliding with my existing > > urlpatterns += patterns('', > (r'^static/(?P.*)$', 'django.contrib.staticfiles.views.serve', >{'document_root': 'static/'

Re: Ticket #7817: Extending "with" and "include" tags.

2010-11-03 Thread burc...@gmail.com
Hi Jannis, On Wed, Nov 3, 2010 at 3:03 PM, Jannis Leidel wrote: > On 27.10.2010, at 09:46, SmileyChris wrote: > >> On Oct 27, 5:35 am, Łukasz Rekucki wrote: >>> I would like to bring this up again, because this is something that >>> would really improve readability of my templates. I'm mainly >>

Re: Bug with testing framework when not using contrib.auth

2010-11-03 Thread Yo-Yo Ma
I've been using CookieStorage (for less DB usage). Us that frowned upon nowadays, in favor of the DB backend? On Nov 2, 6:26 pm, Russell Keith-Magee wrote: > On Wed, Nov 3, 2010 at 8:18 AM, David P. Novakovic > > wrote: > > This is certainly an artifact of the fact that messages recent started >

Re: Bug with testing framework when not using contrib.auth

2010-11-03 Thread Yo-Yo Ma
BTW, my program doesn't have any issues with gangrene. I meant "a slew of 35 errors" in my original post. Sometimes I look back at what I've typed and it amazes me. On Nov 2, 6:26 pm, Russell Keith-Magee wrote: > On Wed, Nov 3, 2010 at 8:18 AM, David P. Novakovic > > wrote: > > This is certainly

Potential mistake in docs.

2010-11-03 Thread Yo-Yo Ma
In the related_name docs ( http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ForeignKey.related_name ) you read about how you must specify a related_name for any foreign key in an abstract base class. This doesn't seem to be true in practice (I'm using trunk from a week ago,

Re: Ticket #7817: Extending "with" and "include" tags.

2010-11-03 Thread Jannis Leidel
On 03.11.2010, at 12:01, burc...@gmail.com wrote: > Hi Jannis, > > On Wed, Nov 3, 2010 at 3:03 PM, Jannis Leidel wrote: >> On 27.10.2010, at 09:46, SmileyChris wrote: >> >>> On Oct 27, 5:35 am, Łukasz Rekucki wrote: I would like to bring this up again, because this is something that

Re: Bug with testing framework when not using contrib.auth

2010-11-03 Thread Russell Keith-Magee
On Wed, Nov 3, 2010 at 1:43 PM, Yo-Yo Ma wrote: > I've been using CookieStorage (for less DB usage). Us that frowned > upon nowadays, in favor of the DB backend? There is no "db" backend for messages, there is only a "legacy" backend, which, as the name suggests, is for legacy applications -- app

Re: Potential mistake in docs.

2010-11-03 Thread Russell Keith-Magee
On Wed, Nov 3, 2010 at 3:06 PM, Yo-Yo Ma wrote: > In the related_name docs ( > http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.ForeignKey.related_name > ) you read about how you must specify a related_name for any foreign > key in an abstract base class. This doesn't seem

Re: Ticket #7817: Extending "with" and "include" tags.

2010-11-03 Thread burc...@gmail.com
On Wed, Nov 3, 2010 at 5:18 PM, Jannis Leidel wrote: > On 03.11.2010, at 12:01, burc...@gmail.com wrote: > >> Hi Jannis, >> >> On Wed, Nov 3, 2010 at 3:03 PM, Jannis Leidel wrote: >>> On 27.10.2010, at 09:46, SmileyChris wrote: >>> On Oct 27, 5:35 am, Łukasz Rekucki wrote: > I would lik

Re: Ticket #7817: Extending "with" and "include" tags.

2010-11-03 Thread Łukasz Rekucki
On 3 November 2010 10:03, Jannis Leidel wrote: > On 27.10.2010, at 09:46, SmileyChris wrote: > >> On Oct 27, 5:35 am, Łukasz Rekucki wrote: >>> I would like to bring this up again, because this is something that >>> would really improve readability of my templates. I'm mainly >>> interested in ti

Re: Git-using core devs: preference for merge vs. rebase?

2010-11-03 Thread Carl Meyer
Hi Tom, On Nov 2, 12:58 pm, "Tom X. Tobin" wrote: > Do the Git-using core developers have a preference for merge vs. > rebase for updating an upstream-tracking branch?  I prefer to rebase > to keep the changes in question at the branch HEAD, especially if the > branch hasn't been pushed publicly

Re: Bump/question for #13956

2010-11-03 Thread Stephen Burrows
As far as I know, the only thing still missing from the ticket is a decision as to whether there need to be documentation changes for simple tags and inclusion tags... if there need to be changes, I could try working on them. I would just need to know. Best, Stephen -- You received this message b

Re: Bump/question for #13956

2010-11-03 Thread Sean Brant
Has supporting kwargs along with args been mentioned? I would find having both very helpful. Maybe we can lean on the work happening for the include and with tags. On Wed, Nov 3, 2010 at 10:06 AM, Stephen Burrows wrote: > As far as I know, the only thing still missing from the ticket is a > deci

Re: Bug with testing framework when not using contrib.auth

2010-11-03 Thread Yo-Yo Ma
Ok, thanks. I'm using CookieStorage for messages, so the issue may not reside only with legacy storage. Should I create a ticket for this? On Nov 3, 6:11 am, Russell Keith-Magee wrote: > On Wed, Nov 3, 2010 at 1:43 PM, Yo-Yo Ma wrote: > > I've been using CookieStorage (for less DB usage). Us th

Re: Bug with testing framework when not using contrib.auth

2010-11-03 Thread Russell Keith-Magee
On Thu, Nov 4, 2010 at 3:58 AM, Yo-Yo Ma wrote: > Ok, thanks. I'm using CookieStorage for messages, so the issue may not > reside only with legacy storage. Should I create a ticket for this? If you'd be so kind. Yours, Russ Magee %-) -- You received this message because you are subscribed to t

Re: contrib.staticfiles settings suggestion

2010-11-03 Thread Brian Neal
On Nov 3, 4:12 am, Jannis Leidel wrote: > > No, MEDIA_* and STATICFILES_* settings aren't the same, the former is for > user generated content (like file uploads), the latter for general static > files your site needs to work (such as css/js files). The distinction is also > well described in t

Re: It is real to add ticket #8054 to 1.3 milestone?

2010-11-03 Thread Alex Kamedov
Hi All! Sorry for late response. On Fri, Oct 29, 2010 at 7:47 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > ... which is something you can already do with a callable column:: > > class MyModelAdmin(ModelAdmin): > def formatted_foobar(self, obj): > return slugify(truncateword

Re: It is real to add ticket #8054 to 1.3 milestone?

2010-11-03 Thread Russell Keith-Magee
On Thu, Nov 4, 2010 at 12:33 PM, Alex Kamedov wrote: > On Fri, Oct 29, 2010 at 7:47 AM, Russell Keith-Magee > wrote: >> Honestly, I can't see the benefit in what you're proposing here. >> Before you spend a whole lot more time updating the patch to try and >> make and keep it trunk ready, you nee

Re: It is real to add ticket #8054 to 1.3 milestone?

2010-11-03 Thread Alex Kamedov
I've tried communicate with Brian via email before start discussion here. I take the email address from his github account. In email I ask he about his plans on this ticket, but don't get reply. Originally I need to add some customization to admin change list requested by my clients. It's possible