Re: [DjangoProject.com] Volunteering for "Week in Review" postings

2007-05-25 Thread Russell Keith-Magee
On 5/25/07, Clint Ecker <[EMAIL PROTECTED]> wrote: > > Hey everyone, > Should they be every week regardless of whether there were 1 or 10 > worthy developments, or should the author wait until X number of good > links have been culled until a post is made, no matter the time in > between posts. I

GSoC 2007: Implementing Check Constraints

2007-05-25 Thread theju
Hello everyone, I am a participant in the Summer of Code 2007 and working on "Implementing Check Constraints in Django". My mentor is Simon Blanchard. The hosting page for the projects is at http://code.google.com/p/django-check-constraints/ and the Proposed Features Wiki at

Re: +++spam+++

2007-05-25 Thread Russell Keith-Magee
On 5/26/07, simonbun <[EMAIL PROTECTED]> wrote: > > Right, it slipped my mind that some people read these messages via > email. It made sense to me in the groups.google.com web interface > though. That way people didn't have to read the first 5 words of the > topic before realizing it was spam. I

Re: MEDIA_URL template tag/context processor/etc again

2007-05-25 Thread SmileyChris
I'm more convinced that #4105 is a better way (primarily because it doesn't introduce the requirement of using RequestContext and add another variable to the context namespace). But hey, like Marc says - anything's better than what we have now! :) On May 26, 3:15 am, "James Bennett" <[EMAIL

Re: auto-escape and unicode-branch

2007-05-25 Thread Michael Radziej
Hi, I have attached the ported autoescape patches (without the admin part) to ticket #2359. I didn't bother to simplify the proxy thing (perhaps another day). It had a bit of testing and passed the django tests, but porting my application to unicode is more effort than I thought. I wasn't able

Fwd: <=<< Top 10 USA Universities >>=>

2007-05-25 Thread Rania Desai
we need info about Germany universities Thanks Hello Friends, *Here are Top 10 USA Universities admission open in some universities and some universities give you visa assistance. http://students.awepedia.info/top-10-usa-universities/ if you needs more information about universities please reply

Fwd: (=(=<>=)=)

2007-05-25 Thread Rania Desai
Gr8 work please send some more info *Friends Here are New 7 Wonders (Unbelievable Mega machine)* http://information.100stuff.com/unbelievable-megamachine/ if you know about any unbelievable thing please us Thanks bye --~--~-~--~~~---~--~~ You received this

Re: +++spam+++

2007-05-25 Thread Don Arbow
On Friday, May 25, 2007, at 06:53 AM, simonbun wrote: > > Sorry, I thought tagging and reporting the spam to Google would help. > Exactly, but better to just go to Google and do that than spread more spam in this list. There's no need whatsoever to acknowledge the spam within the list. Don

Re: MEDIA_URL template tag/context processor/etc again

2007-05-25 Thread James Bennett
On 5/25/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > Given the frequency of this request, I'm OK with adding a context > processor in django/core/context_processors.py that sets a "MEDIA_URL" > variable in the context. I'm also OK with having that be in the > default

Re: [DjangoProject.com] Volunteering for "Week in Review" postings

2007-05-25 Thread Marc Fargas
El vie, 25-05-2007 a las 07:25 -0500, Clint Ecker escribió: > Hey everyone, > maybe we can work out a nice system for sending the author of these > posts (ostensibly me) pointers to cool articles/news that might > normally be missed and/or come to some consensus of what would be a > good schedule

Re: [DjangoProject.com] Volunteering for "Week in Review" postings

2007-05-25 Thread Jeremy Dunck
On 5/25/07, Clint Ecker <[EMAIL PROTECTED]> wrote: ... > So, I've talked with Adrian and he said I should put this out there in > front of the community. I think getting a regular, central update is good for publicity and activation, but I also think it's less critical now that googling for

Re: Volunteering for "Week in Review" postings

2007-05-25 Thread Simon Willison
On May 25, 1:25 pm, "Clint Ecker" <[EMAIL PROTECTED]> wrote: > Should they be every week regardless of whether there were 1 or 10 > worthy developments, or should the author wait until X number of good > links have been culled until a post is made, no matter the time in > between posts. I might

Re: +++spam+++

2007-05-25 Thread simonbun
Sorry, I thought tagging and reporting the spam to Google would help. On May 25, 8:09 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 5/25/07, simonbun <[EMAIL PROTECTED]> wrote: > > Could you please stop doing this. We are aware of the spam problem, > and we are fixing it at the

[DjangoProject.com] Volunteering for "Week in Review" postings

2007-05-25 Thread Clint Ecker
Hey everyone, I don't post much on the lists here, but I read almost every post in every thread. So when I read that the developers were having trouble keeping up with posting the Week in Review posts on the Django blog, I knew it was something I could help out with (who wouldn't want to

Re: auto-escape and unicode-branch

2007-05-25 Thread Malcolm Tredinnick
On Fri, 2007-05-25 at 12:43 +0200, Michael Radziej wrote: [...] > I had another problem with force_unicode: It would turn > any SafeString into an unsafe Unicode. I was not > able to overwrite SafeString.__unicode__ (python seems > not to use __unicode__() when you call unicode() with an >

Re: MEDIA_URL template tag/context processor/etc again

2007-05-25 Thread lgespee
Adrian, Thanks! I think having it in the TEMPLATE_CONTEXT_PROCESSORS would be great. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Re: auto-escape and unicode-branch

2007-05-25 Thread Michael Radziej
On Fri, May 25, Malcolm Tredinnick wrote: > Oh! I'd forgotten that guy was still there. :-( Fine. I had absolutely no idea why this was there ;-) I had another problem with force_unicode: It would turn any SafeString into an unsafe Unicode. I was not able to overwrite SafeString.__unicode__

Re: auto-escape and unicode-branch

2007-05-25 Thread Malcolm Tredinnick
On Fri, 2007-05-25 at 19:53 +1000, Malcolm Tredinnick wrote: > On Fri, 2007-05-25 at 11:32 +0200, Michael Radziej wrote: > > Hi Malcolm, > > > > I'm having a bit of a problem with a strange autoescape test, > > i.e. filter-syntex18 (taken over from templates). > > > > The test uses a weird

Re: auto-escape and unicode-branch

2007-05-25 Thread Malcolm Tredinnick
On Fri, 2007-05-25 at 11:32 +0200, Michael Radziej wrote: > Hi Malcolm, > > I'm having a bit of a problem with a strange autoescape test, > i.e. filter-syntex18 (taken over from templates). > > The test uses a weird class: > > class UnicodeInStrClass: > "Class whose __str__ returns a

PostgreSQL Schemas, again

2007-05-25 Thread Marc Fargas
Hi there, Ticket #1051 is stalled in "Design decision needed" since a long time ago (since January). That ticket only deals with the thing of allowing the user (not the developer) to ser a specific search_path in postgresql from a setting in settings.py, it does not introduce any backwards

Re: auto-escape and unicode-branch

2007-05-25 Thread Michael Radziej
Hi Malcolm, I'm having a bit of a problem with a strange autoescape test, i.e. filter-syntex18 (taken over from templates). The test uses a weird class: class UnicodeInStrClass: "Class whose __str__ returns a Unicode object." def __str__(self): return u'ŠĐĆŽćžšđ' Well ...

Re: auto-escape and unicode-branch

2007-05-25 Thread Michael Radziej
By the way, I'm currently porting the autoescape patch to the unicode branch; should be done sometime today, and I'll report back. Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg - Tel +49-911-9352-0 - Fax +49-911-9352-100 http://www.noris.de - The IT-Outsourcing

Re: MEDIA_URL template tag/context processor/etc again

2007-05-25 Thread Malcolm Tredinnick
On Fri, 2007-05-25 at 03:20 -0500, Adrian Holovaty wrote: > On 4/25/07, Simon G. <[EMAIL PROTECTED]> wrote: > > There's been a long history of people asking for some way of easily > > using the MEDIA_URL setting in templates. At a quick glance, I get > > #1278, #3818, #2532, and #4105. > > > >

Re: MEDIA_URL template tag/context processor/etc again

2007-05-25 Thread Marc Fargas
El vie, 25-05-2007 a las 03:20 -0500, Adrian Holovaty escribió: > Given the frequency of this request, I'm OK with adding a context > processor in django/core/context_processors.py that sets a "MEDIA_URL" > variable in the context. I'm also OK with having that be in the > default

Re: MEDIA_URL template tag/context processor/etc again

2007-05-25 Thread Adrian Holovaty
On 4/25/07, Simon G. <[EMAIL PROTECTED]> wrote: > There's been a long history of people asking for some way of easily > using the MEDIA_URL setting in templates. At a quick glance, I get > #1278, #3818, #2532, and #4105. > > These have all been marked wontfix, and I closed this last one to >

Re: UnicodeError with newforms.form_for_model()...

2007-05-25 Thread jedie
On 25 Mai, 01:03, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-05-24 at 07:50 -0700, jedie wrote: > > I found a UnicodeError with newforms.form_for_model() and > > LANGUAGE_CODE = 'de': > > However, this is (a) a known bug and (b) fixed on the Unicode branch, so > there's no need

Re: +++spam+++

2007-05-25 Thread Russell Keith-Magee
On 5/25/07, simonbun <[EMAIL PROTECTED]> wrote: Could you please stop doing this. We are aware of the spam problem, and we are fixing it at the source as much as possible. Every time you reply and change the subject, it makes cleaning up the mess that much harder. Yours, Russ Magee %-)

+++spam+++

2007-05-25 Thread simonbun
On May 25, 5:50 am, rawebadvert3 <[EMAIL PROTECTED]> wrote: > Resumes and CV's examples written by people in the industry. They are > the ones who know best what to write in a resume for that industry. > High Tech people writing technical resumes and CV examples, and > Teachers writing and