Vacation... meetups?

2008-04-13 Thread Jacob Kaplan-Moss
Howdy folks -- I thought I'd give a quick note so nobody wonders: I'll be on an extended vacation April 21 - May 17th. I'll be checking email sporadically, but don't really expect anything from me while I'm gone. While I'm gone, of course, decisions and work should just go on without me -- I can

Re: Refactoring the documentation

2008-04-13 Thread Jacob Kaplan-Moss
Howdy folks -- FYI, I'm rapidly gaining ground on this big task. There's a lot to be done, but I've got about half a dozen patches in my inbox, and I'm going to keep pushing into next week. If anyone wants to start helping tomorrow, here's some quick pointers: How-to: http://tinyurl.com/68k7cb R

Re: Refactoring the documentation

2008-04-13 Thread holdenweb
On Apr 13, 9:48 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2008-04-13 at 18:43 -0700, holdenweb wrote: [...] > > How long do we have to wait for the "master plan" to be revealed? [...] > ... about minus three or four days from now. :-) > > For example, one of the links Jacob pos

Re: Refactoring the documentation

2008-04-13 Thread Malcolm Tredinnick
On Sun, 2008-04-13 at 18:43 -0700, holdenweb wrote: > I've actually been looking for accepted documentation bugs as a > starting-point for my Django development work, but most of them seem > to be point issues. In the face of Jacob's promise (threat?) to > radically revise the structure and natur

Re: Refactoring the documentation

2008-04-13 Thread holdenweb
I've actually been looking for accepted documentation bugs as a starting-point for my Django development work, but most of them seem to be point issues. In the face of Jacob's promise (threat?) to radically revise the structure and nature of the documentation I am unsure what value these point edi

Re: Help with getting drop-downs to work

2008-04-13 Thread Karen Tracey
On Sun, Apr 13, 2008 at 5:31 PM, steve skelton <[EMAIL PROTECTED]> wrote: > > Trying to get admin on my system to load values based on related > tables on db. I have set the FK on the papers table to tie with the > PK of each look-up table and set models like so: > > class LuPaperContentEra(model

Re: mod_python issue

2008-04-13 Thread Karen Tracey
On Sun, Apr 13, 2008 at 3:54 PM, Jacob Kaplan-Moss < [EMAIL PROTECTED]> wrote: > > On Sun, Apr 13, 2008 at 2:10 PM, Robert Šmol <[EMAIL PROTECTED]> > wrote: > > Maybe django-developers is really confusing ("I am developer using > django" > > is not "I am developer of the django" ), have you been g

Re: FormWizard and __call__

2008-04-13 Thread Honza Král
On Sat, Apr 12, 2008 at 3:37 AM, Jay Parlar <[EMAIL PROTECTED]> wrote: > > On 4/11/08, Honza Král <[EMAIL PROTECTED]> wrote: > > On Fri, Apr 11, 2008 at 4:15 PM, Jay Parlar <[EMAIL PROTECTED]> wrote: > > > > Currently when we call get_form(i, request.POST) in __call__, we just > > > arbitrar

Help with getting drop-downs to work

2008-04-13 Thread steve skelton
Trying to get admin on my system to load values based on related tables on db. I have set the FK on the papers table to tie with the PK of each look-up table and set models like so: class LuPaperContentEra(models.Model): paper_content_era = models.CharField(blank=True, maxlength=150) de

Re: mod_python issue

2008-04-13 Thread Trevor Caira
> Changing the name would just give folks another thing to ignore. If the name of the list were changed to, say, "django-internal", you would have to ignore the name of the list to accidentally mis-post; this is very unlikely, and hardly "another thing to ignore". Right now, all that you'd have to

Re: mod_python issue

2008-04-13 Thread Robert Šmol
Ok, so you mean people post here even the read the description? I was more thinking that they read only the group-name, not the description of the group name and this is what is causing their confusion. Anyway, I guess not a big deal. On Sun, Apr 13, 2008 at 10:54 PM, Jacob Kaplan-Moss < [EMAIL PR

Re: mod_python issue

2008-04-13 Thread Jacob Kaplan-Moss
On Sun, Apr 13, 2008 at 2:10 PM, Robert Šmol <[EMAIL PROTECTED]> wrote: > Maybe django-developers is really confusing ("I am developer using django" > is not "I am developer of the django" ), have you been guys thinking about > moving to another name? django-internals? The description of the list

Re: mod_python issue

2008-04-13 Thread Robert Šmol
Maybe django-developers is really confusing ("I am developer using django" is not "I am developer of the django" ), have you been guys thinking about moving to another name? django-internals? On Sun, Apr 13, 2008 at 9:28 PM, Mike Scott <[EMAIL PROTECTED]> wrote: > This mailing list is for the dev

Re: mod_python issue

2008-04-13 Thread Mike Scott
This mailing list is for the development of django itself. Your issue is with mod_python and is probably better answered at http://mailman.modpython.org/mailman/listinfo/mod_python It has nothing to do with django itself. If you have any issues with django, then the first port of call (and oft

mod_python issue

2008-04-13 Thread jurian
I've been battling with this issue for half a day now. This is the error I'm getting when starting-up apache: [Sun Apr 13 20:13:29 2008] [error] make_obcallback: could not import mod_python.apache.\n Traceback (most recent call last): File "/home/django/active/Python-2.5.2/lib/python2.5/site-p

Re: new to django / web development altogether

2008-04-13 Thread Matt Davies
Hi Joyanta You have so many questions that it's impossible to answer them all, and some of them are unanswerable, 'who knows', 'it depends' type answers. Django is good though, damn good. On 11/04/2008, Patryk Zawadzki <[EMAIL PROTECTED]> wrote: > > 2008/4/11 joyanta <[EMAIL PROTECTED]>: > >

validators as Meta attribute in ModelForms

2008-04-13 Thread Steven Armstrong
Hi I've made a small change to the ModelForm framework to allow declarative definition of validators. This allows for quick and easy reuse of validators and means I have to write less clean_foo methods. This works both in the admin as in custom views. What used to be written like this: clas

Re: Improve Error Handlers

2008-04-13 Thread [EMAIL PROTECTED]
It says they go in the URLconf in the request/response page but not the UR conf page. http://www.djangoproject.com/documentation/request_response/#the-404-page-not-found-view --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Middleware class vs decorators (proposal?)

2008-04-13 Thread Alex Koshelev
Hi, Amit! Check this utils function: http://code.djangoproject.com/browser/django/trunk/django/utils/decorators.py#L9 On Apr 13, 3:05 pm, "Amit Upadhyay" <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering about the reason that middleware classes were used instead > of decorators to implement

queryset-refactor testing

2008-04-13 Thread Malcolm Tredinnick
See http://groups.google.com/group/django-users/browse_frm/thread/6a275999abab2e66 for details. Basically, feel free to test the branch. Report any feature regressions in Trac (use the queryset-refactor version, don't add the "qs-rf" keyword). Regards, Malcolm -- Quantum mechanics: the dreams

Middleware class vs decorators (proposal?)

2008-04-13 Thread Amit Upadhyay
Hi, I was wondering about the reason that middleware classes were used instead of decorators to implement middleware functionality. One of the use cases that lead me into thinking about it is that I was looking for a way to have middleware apply only to views of one particular app [facebook app fo

Common Forex Trading Mistakes

2008-04-13 Thread rzt8lias
Insufficient capitalization. Forex trading is already highly leveraged. Insufficient capitalization just magnifies the potential problems you can face. If you read about the famous and big name traders, they never use more than 1% - 2% of their trading capital on a position. Get out a calculator a