Re: Oracle patch is ready

2007-05-18 Thread Ian Kelly
On 5/18/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 5/4/07, benk <[EMAIL PROTECTED]> wrote: > ... > > > > text length = 3998, saved length = 3998 > > text length = 3999, saved length = 3999 > > text length = 4000, saved length = 4000 > > text length = 4001, saved length = 2001 > > text leng

Django Developers for Online News Start Up

2007-05-18 Thread Hive9
Engineer for Online News Start Up Company Overview Hive9 is an early stage funded start up located in Kendall Square in Cambridge, MA. Hive9 is in the online news space specializing in technology involving machine learning, natural language processing, information retrieval and human computer in

contrib app tests

2007-05-18 Thread Gary Wilson
Should contrib app tests go in that particular contrib app's directory as opposed to the global tests directory? Should we make Django's test runner look for and run all "tests" packages/modules within the Django tree? Or maybe just those in django.contrib? Gary --~--~-~--~~---

Re: Oracle patch is ready

2007-05-18 Thread Jeremy Dunck
On 5/4/07, benk <[EMAIL PROTECTED]> wrote: ... > > text length = 3998, saved length = 3998 > text length = 3999, saved length = 3999 > text length = 4000, saved length = 4000 > text length = 4001, saved length = 2001 > text length = 4002, saved length = 2002 > ... > Django on Linux + Oracle on Lin

Re: Field.contribute_to_class and contrib fields

2007-05-18 Thread Jeremy Dunck
On 5/18/07, Marty Alchin <[EMAIL PROTECTED]> wrote: > Well, I did try something like that at first, but the problem is that > the proxy object is instantiated once, when assigned to the class. So > ultimately, all instances of the Model use the same instance of the > Proxy, which means that any a

Re: Field.contribute_to_class and contrib fields

2007-05-18 Thread Marty Alchin
On 5/18/07, Robert Coup <[EMAIL PROTECTED]> wrote: > I think eventually, eliminating all the get_XXX_something() methods for > fields (perhaps with the exception of display) would be an ideal case. Yeah, get_FIELD_display would be fine, since that's not really specific to any field type. > What

Re: Field.contribute_to_class and contrib fields

2007-05-18 Thread Robert Coup
Marty Alchin wrote: > Well yeah, I didn't mean have it be just a file object with no other > details. I was meaning it'd be a custom object that would have those > attributes, but also had standard file methods that lazily called file > system operations as necessary. Something like this: > > my_m

Re: Spam & django

2007-05-18 Thread Vinay Sajip
On May 18, 4:11 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > > Because the mailing lists are hosted by Google Groups, we have no > control over fighting spam, other than the ability to make the lists > moderated, which I don't think would be a good idea. > I've reported a few of these pos

Paypal to RM - Withdraw your money from Paypal to your Bank Account!

2007-05-18 Thread Moona Naeem
Paypal to RM - Withdraw your money from Paypal to your Bank Account! Since you're reading this, I'm guessing that you guys "desperately" (forgive me if not)need to withdraw the money you all worked (or will work) so hard to earn from paypal? You want to convert your money from Paypal to RM but c

Re: django-values update

2007-05-18 Thread Jacob Kaplan-Moss
On 5/18/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Don't forget that responses like this are partly written for the archive > so that we can optimistically assume that the next person to walk this > path will have either read the archives Ha! (Sorry, couldn't resist :) Jacob --~--~---

Re: django-values update

2007-05-18 Thread Chad Maine
Django Managment eXenstions? ;) On 5/10/07, Gulopine <[EMAIL PROTECTED]> wrote: > > > I should also add that I haven't changed the name yet. I've opted for > the name Options to describe a collection of values that can be > applied to a module or model, but I'm not sure how to best name and > desc

Re: MSSQL, and "Incorrect syntax near 'DEFERRABLE'"

2007-05-18 Thread Jeremy Dunck
On 5/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Sad... I'm wondering if anyone has it working in a somewhat stable > state- I'm running SQL 2005 if that helps at all... Those threads have reports of various levels of success. And yes, running 2005 does help since one of the nagging

Re: MSSQL, and "Incorrect syntax near 'DEFERRABLE'"

2007-05-18 Thread [EMAIL PROTECTED]
Sad... I'm wondering if anyone has it working in a somewhat stable state- I'm running SQL 2005 if that helps at all... On May 18, 12:21 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 5/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > ... > > > Any ideas? > > SQL Server is not really supp

Re: MSSQL, and "Incorrect syntax near 'DEFERRABLE'"

2007-05-18 Thread Jeremy Dunck
On 5/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: ... > Any ideas? SQL Server is not really supported. Support is desired by many, but no one has committed to establishing and maintaining support. Example threads: http://groups.google.com/group/django-developers/search?q=sql+server&start

Re: django-values update

2007-05-18 Thread Malcolm Tredinnick
On Fri, 2007-05-18 at 13:55 -0400, Marty Alchin wrote: > On 5/18/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > No third-party app should expect to be installed in django.contrib, > > because that would require app users to modify their pristine (and > > possibly unwritable) Django source.

MSSQL, and "Incorrect syntax near 'DEFERRABLE'"

2007-05-18 Thread [EMAIL PROTECTED]
I'm working on getting the ado_mssql engine working on my fresh install of apache and django on Windows. When I tried and sync the db with the auth app, or even the tutorial poll app, i get an error that can be seen here: http://dpaste.com/hold/10603/ I patched my django to http://code.djangopr

Re: django-values update

2007-05-18 Thread Marty Alchin
On 5/18/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > No third-party app should expect to be installed in django.contrib, > because that would require app users to modify their pristine (and > possibly unwritable) Django source. Presumably django-values was written > that way as some kind of

Re: django-values update

2007-05-18 Thread Malcolm Tredinnick
On Fri, 2007-05-18 at 10:36 -0700, Jason Davies wrote: > On May 18, 5:30 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> > wrote: > > > Indeed; I've been telling people interested in getting stuff into > > Django that doing it as a standalone project first is probably the > > best idea. I really like

Re: django-values update

2007-05-18 Thread James Bennett
On 5/18/07, Jason Davies <[EMAIL PROTECTED]> wrote: > Is there any way around this, or is it just something inherent to > Python? Personally, I think the sanest way to handle a standalone app is to assume it'll be directly on the Python path and build around that idea; asking people to install in

Re: django-values update

2007-05-18 Thread Jason Davies
On May 18, 5:30 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > Indeed; I've been telling people interested in getting stuff into > Django that doing it as a standalone project first is probably the > best idea. I really like the constraints that places on how these > external projects are d

Re: Changing django.contrib.auth to make passwords optional

2007-05-18 Thread Marty Alchin
On 5/18/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > I'm +1 on these changes, including using "!" as the "look somewhere > else for the password" designator. Would it really be "look somewhere else for the password" or would it be more like "if you got this far (all other authentication met

Re: Changing django.contrib.auth to make passwords optional

2007-05-18 Thread Jacob Kaplan-Moss
On 5/10/07, Simon Willison <[EMAIL PROTECTED]> wrote: > I propose the following changes: I'm +1 on these changes, including using "!" as the "look somewhere else for the password" designator. Jacob --~--~-~--~~~---~--~~ You received this message because you are s

Re: django-values update

2007-05-18 Thread Jacob Kaplan-Moss
On 5/18/07, Marty Alchin <[EMAIL PROTECTED]> wrote: > I would definitely recommend that process to anyone else looking to > write a contrib app for Django, as it makes it much easier for the > eventual audience to try it out in real-world projects. I got > suggestions and requests for things I nev

Re: django-values update

2007-05-18 Thread Jacob Kaplan-Moss
On 5/18/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I don't really care one way or the other. I haven't intuited what makes > something appropriate for contrib or not. Yeah, I think I might do well to try to write that up (in the contributing document, eventually). I think I have a feelin

Re: Spam & django

2007-05-18 Thread Adrian Holovaty
On 5/18/07, Gerry Steele <[EMAIL PROTECTED]> wrote: > > Rania Desai wrote: > > Can anything be Done about the ridiculous amount of spam that is on this > and the users list? Because the mailing lists are hosted by Google Groups, we have no control over fighting spam, other than the ability to ma

Re: django-values update

2007-05-18 Thread Marty Alchin
On 5/18/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Nice that it already exists as a standalone app, though, so that people > can play with it a bit without having to apply patches. That's good > development practice. That's been a big part of shaping the current version of the app. I wou

Re: django-values update

2007-05-18 Thread Malcolm Tredinnick
On Thu, 2007-05-17 at 20:11 -0500, Jacob Kaplan-Moss wrote: > > In my opinion it really deserves a spot in the default contrib apps. > > Mine as well. > > The only thing holding me back from full support is the name; "values" > doesn't explain enough about what the app does to me. Yes, it's > bi

Re: Spam & django

2007-05-18 Thread Noah Gift
Blocking names of religious figures could be a good start On 5/18/07, Gerry Steele <[EMAIL PROTECTED]> wrote: > > > Rania Desai wrote: > > Can anything be Done about the ridiculous amount of spam that is on this > and the users list? > > I'm on a number of other lists and they don't seem to

Spam & django

2007-05-18 Thread Gerry Steele
> Rania Desai wrote: Can anything be Done about the ridiculous amount of spam that is on this and the users list? I'm on a number of other lists and they don't seem to have this problem. -Gerry --~--~-~--~~~---~--~~ You received this message because you are

Fwd: $$$ New 2007 Computers Collection for you $$$

2007-05-18 Thread Rania Desai
The best Computer for you [image: The best Computer for you] For 2007 Best Computer Collection Please visit: http://thebestcomputers.50webs.com/ REKHA SHARMA --~--~-~--~~~---~--~~ You received this message because you are

Fwd: $$$ Free Top rated photo editing software download now $$$

2007-05-18 Thread Rania Desai
*Top rated photo editing software download now** please visit this site:* [image: Picasa Photo Editor] *http://free-software-search.50webs.com/download/picasa/* If you need any information about *Picasa* please reply

Fwd: <$$$> FRIED CHICKEN RECIPES <$$$>

2007-05-18 Thread Rania Desai
[image: Fried Chicken Recipes] *if you need Fried Chicken** Recipes please visit this site* * http://freefoods.50webs.com/fried_chicken_recipes/** * If you need any information about *Fried Chicken* * Recipes* please reply me. *Thanks * *AN

Re: #3527 - better debug traceback with code executing...

2007-05-18 Thread Michael Radziej
On Thu, May 17, Jacob Kaplan-Moss wrote: > On 5/15/07, jedie <[EMAIL PROTECTED]> wrote: > > Whats about INTERNAL_IPS [1] ? > > I think you need to let this one go. Malcom's already given a -1 and > no other developers stepped up with even a +0. Malcolm only gave it -1 for a very specific reason,