Re: custom function for autoescape

2010-11-08 Thread Russell Keith-Magee
On Sat, Nov 6, 2010 at 11:16 PM, Luke Plant wrote: > On Thu, 2010-11-04 at 19:06 -0700, SmileyChris wrote: > >> I too would like to know other's thoughts. > > Is there any other core dev who would like to weigh in on this? Reading over the discussion, I'm in the same camp as Luke. I can see the u

Re: No default comment_notification_email.txt, no docs

2010-11-08 Thread Carl Meyer
Hi Peter, On Nov 7, 9:41 pm, Peter Herndon wrote: > I just ran into a minor issue and thought I'd bring it to light.  In adding > django.contrib.comments to a site I'm building, I found that when using > moderation and setting email_notification to True, that there is no default > template for

Django Sprint this Saturday!

2010-11-08 Thread Iván Raskovsky
Hello everyone! Here in Argentina we're planning a Sprint[1] this Saturday to help with Django 1.3 We are going to participate from more than 4 Argentinian locations. We are very proud to count with Ramiro (cramm) one of the recently designated core commiters! There will be also, another Sprint in

Re: Call for review and comment: #7539 (ForeignKey on_delete)

2010-11-08 Thread Carl Meyer
Last call for any concerns with the patch; planning to land it in the next 24 hours. Carl -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this gro

Re: No default comment_notification_email.txt, no docs

2010-11-08 Thread Peter Herndon
On Nov 8, 2010, at 9:14 AM, Carl Meyer wrote: > Hi Peter, > > On Nov 7, 9:41 pm, Peter Herndon wrote: >> I just ran into a minor issue and thought I'd bring it to light. In adding >> django.contrib.comments to a site I'm building, I found that when using >> moderation and setting email_notif

Re: No default comment_notification_email.txt, no docs

2010-11-08 Thread Luke Plant
On Mon, 2010-11-08 at 06:14 -0800, Carl Meyer wrote: > In general, contrib.comments includes defaults for all the templates > it needs, which suggests this one ought to be included too. On the > other hand, contrib.auth doesn't include default templates for the > email it sends for password-reset.

Re: custom function for autoescape

2010-11-08 Thread Stephen Kelly
Hi, Sorry I'm late to this thread. I've been working hard on i18n. Luke Plant wrote: > Logically I would expect the following 3 to produce the same output: > > 1) I use mark_safe on my safe input string and use addslashes to add > the slashes > > Template("{{ val|addslashes }}").render( > Conte

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

2010-11-08 Thread Peter Baumgartner
On Thu, Nov 4, 2010 at 5:37 AM, silent1mezzo wrote: > +1 for {% include "foo.html" x=1 y=2 %} > > This just seems more natural.  My designer agreed based on the {% url > %} tags. > +1 for using the = syntax here. My reasons have been mentioned above, but to recap: * and/as gets too verbose and d

Settings for a pure Oracle multi-db Django test suite setup

2010-11-08 Thread Ramiro Morales
Hi all, I'm setting up a Oracle XE instance on Linux to be able to test Django ORM changes. This has so far resulted in a couple of small fixes and a [1]wiki page documenting the process and hopefully any feeback I get to this email. Being a total newbie regarding Oracle is th reason I post this

Re: Settings for a pure Oracle multi-db Django test suite setup

2010-11-08 Thread Andrew Kurinnyi
Hi Ramiro I've been working with Oracle during the sprints after last DjangoCon, and had the same problem. I've been told by several people that the second db can't be oracle and should be something else, like sqlite. Here is my db settings. DATABASES = { 'default': { 'ENGINE': 'djan