Re: Would a web search be a good addition to the contribs framework?

2007-10-01 Thread Russell Keith-Magee
On 10/2/07, shabda.raaj <[EMAIL PROTECTED]> wrote: > > Would a web search be a good addition to the contribs framework? I am > willing to code this. But before doing that, I just want to make sure > it would be useful to people :) It could be. It depends on exactly what it does, and how well it

Re: Django Trac signup broken?

2007-10-01 Thread Matt Boersma
That fixed it--I got the confirmation email immediately this time after registering. I'll close #5579. Thanks, Jacob. On Oct 1, 2:20 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > OK, it should be fixed for real this time -- emails are now being sent > from "[EMAIL PROTECTED]" > > Matt,

Re: Django Trac signup broken?

2007-10-01 Thread Jacob Kaplan-Moss
OK, it should be fixed for real this time -- emails are now being sent from "[EMAIL PROTECTED]" Matt, can you test, verify, and close the ticket if it works? Thanks, Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Django Trac signup broken?

2007-10-01 Thread Jacob Kaplan-Moss
On 10/1/07, Matt Boersma <[EMAIL PROTECTED]> wrote: > I tested again today and of course never got the email since our SMTP > server must have rejected the bogus sender address. I've used up all > my spare email addresses testing this, so I'm done with it. Trac > signup has been broken for two

Re: Django Trac signup broken?

2007-10-01 Thread Matt Boersma
On Sep 26, 8:38 am, Barry Pederson <[EMAIL PROTECTED]> wrote: > Matt Boersma wrote: > > In reviewing bug #5579 (seehttp://code.djangoproject.com/ticket/5579), > > I discovered I never receive the confirmation email from Trac at > >http://www.djangoproject.com/accounts/register/. I've tried four

Re: Display name for Models in admin

2007-10-01 Thread Collin Grady
sixpackistan said the following: > i apologize ahead of time if this seems like a stupid question- but i > have tried repeatedly to find an answer without having to post. > In any event, i have a model defined called 'ItemStatus' which is > displayed in the django admin as "Item statuss"- is

Re: Would a web search be a good addition to the contribs framework?

2007-10-01 Thread Waylan Limberg
The contrib apps are just normal django apps that happen to be included with the core. Generally, developers simply develop them as a third party app, and if the demand is there and the core devs like/approve it, the app gets added as a contrib app. That decision usuualy only happens after the

RE: Display name for Models in admin

2007-10-01 Thread Magee, Robert
Ooops! Sorry everyone! Wrong group! -rob Rob Magee Senior Architect Verisign Intelligent Supply Chain Services [EMAIL PROTECTED] 267.324.8226 -Original Message- From: django-developers@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jacob Kaplan-Moss Sent: Monday,

Re: Django on iPhone

2007-10-01 Thread Jacob Kaplan-Moss
On 10/1/07, Matt <[EMAIL PROTECTED]> wrote: > Found a nice tutorial on how to install Django on your iPhone: > http://flickr.com/photos/skatterbean/1173984622/ Please direct posts of this nature to django-users; django-dev is used to discuss the development of Django itself, not use cases.

Re: Would a web search be a good addition to the contribs framework?

2007-10-01 Thread Matt Davies
yes please shabda we're currenlty moving away from webglimpse and into solr for our search engine technology, but something inside django itself would be really useful. Especially if you could query other django appilcations from within one application. ooh, now dat be tasty burgers On

Re: Display name for Models in admin

2007-10-01 Thread Jacob Kaplan-Moss
On 10/1/07, sixpackistan <[EMAIL PROTECTED]> wrote: > i apologize ahead of time if this seems like a stupid question- but i > have tried repeatedly to find an answer without having to post. > In any event, i have a model defined called 'ItemStatus' which is > displayed in the django admin as

Display name for Models in admin

2007-10-01 Thread sixpackistan
i apologize ahead of time if this seems like a stupid question- but i have tried repeatedly to find an answer without having to post. In any event, i have a model defined called 'ItemStatus' which is displayed in the django admin as "Item statuss"- is there a way, short of renaming my model

Would a web search be a good addition to the contribs framework?

2007-10-01 Thread shabda.raaj
It looks to me that a api to get web search functionality in Django would be good idea. For example, I generally want to keep track of the pages linking to my sites. Similarly being able to search from inside of django might be useful in many cases. Would a web search be a good addition to the

Django on iPhone

2007-10-01 Thread Matt
Found a nice tutorial on how to install Django on your iPhone: http://flickr.com/photos/skatterbean/1173984622/ Enjoy, Matt Sterger --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To

Re: Possible bug in Meta ordering in 0.96

2007-10-01 Thread Xan
On Sep 30, 11:22 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 9/30/07, Xan <[EMAIL PROTECTED]> wrote: > > > Although ordering is ('tipus', 'nom'), django admin interface displays > > the Centre objects by 'tipus' but randomly (?) with 'nom'. I don't > > know how can I do, because, in

Re: distinct by default?

2007-10-01 Thread Malcolm Tredinnick
On Mon, 2007-10-01 at 15:05 +0200, Thomas Güttler wrote: > Hi, > > it is suprising, that > MyModel.objects.filter() > does not use distinct by default. If you use related tables and OR, > you get the same object returned several times. > > Why not enable distinct() by default? It's a

distinct by default?

2007-10-01 Thread Thomas Güttler
Hi, it is suprising, that MyModel.objects.filter() does not use distinct by default. If you use related tables and OR, you get the same object returned several times. Why not enable distinct() by default? Thomas -- Thomas Güttler, http://www.tbz-pariv.de/ Bernsdorfer Str. 210-212,

Re: I18n seems not to work with mod_wsgi

2007-10-01 Thread Jacob Kaplan-Moss
On 10/1/07, Sandro Dentella <[EMAIL PROTECTED]> wrote: > I'm no expert of these specifications and would like to better > understand. Firstly I'd appreciate a link to relevant part, secondly, > reading the follow-up in the backward incompatible changes is: It's section 9.1 of RFC 2616, where

Re: Django 100% threadsafe with DB?

2007-10-01 Thread Nis Jørgensen
PyMan skrev: > Hi all :) > > I have the following problem. > > I have a function that do some get_or_create on model X giving as > parameters the field Y and Z. The same function is running on > different threads, so it can happen that more get_or_create on model X > and fields Y/Z are called at

Re: I18n seems not to work with mod_wsgi

2007-10-01 Thread Sandro Dentella
On Sat, Sep 29, 2007 at 08:01:12PM -0700, [EMAIL PROTECTED] wrote: > > Doh, it was not mod_wsgi, or localemiddleware, it was the > set_language_view() that after rev 6177 requires a post request I see in the Backwards-incompatible changes says: The old behaviour meant that state (the locale

scholarship

2007-10-01 Thread Scholarship and Job
*More scholarships in **http://cambodiajobs.blogspot.com * PhD Research Scholarships, NUS *(New)* ASEAN Research Scholars