Re: Discussion on #5721

2007-10-10 Thread Brian Rosner
On Oct 10, 7:38 pm, "Joseph Kocherhans" <[EMAIL PROTECTED]> wrote: > On 10/10/07, Brian Rosner <[EMAIL PROTECTED]> wrote: > > > > > I hope someone understands what I am getting at. > > I do. You've pretty much discovered one of the reasons why I didn't > try to write formset_for_instances or

how practically to extend your models?

2007-10-10 Thread [EMAIL PROTECTED]
Hello, I am following the discussion in the ticket http://code.djangoproject.com/ticket/2145, and I think its not correct place to discuss theoretical things in ticket, instead discussion should be moved to a Groups (to either Users or Developers. I post to Developers because the nature of

Re: Decoration and aliasing

2007-10-10 Thread Jeremy Dunck
On 10/8/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > On 10/8/07, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > > > On 10/7/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > > http://code.djangoproject.com/ticket/5701 > > > > Oh yeah, and one other thing: > > > > IANAL, but I think the Python

Request exception handling and exception middleware

2007-10-10 Thread Jeremy Dunck
I have a use case in which I need an exception middleware to do something custom, but would just like to annotate the response provided by Django's normal request exception handling. I see the exception handling code is fairly intricate, but I'm thinking about working up a patch that would

Fwd: Multiple DB-Support at django

2007-10-10 Thread Ben Ford
Sorry for the forward, forgot to add the dev group when I sent the mail! -- Forwarded message -- From: Ben Ford <[EMAIL PROTECTED]> Date: 11 Oct 2007 10:14 Subject: Re: Multiple DB-Support at django To: BIERMANS Koen <[EMAIL PROTECTED]> Cc: "Adam, Mario AD/LGN-IL" <[EMAIL

Re: Discussion on #5721

2007-10-10 Thread Joseph Kocherhans
On 10/10/07, Brian Rosner <[EMAIL PROTECTED]> wrote: > > I hope someone understands what I am getting at. I do. You've pretty much discovered one of the reasons why I didn't try to write formset_for_instances or something similar in the first place. I just spent about a half hour thinking about

Discussion on #5721

2007-10-10 Thread Brian Rosner
I wanted to raise some discussion about the problem descibed in [1]. I also came across this and did something that made it work. However it wasn't exactly a good fix. I looked into the issue in depth and discovered some odd things. inline_formset uses formset_for_model which ends up using

Re: A couple of newforms-admin questions

2007-10-10 Thread Joseph Kocherhans
On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > At 05:10 PM 10/10/2007, Joseph Kocherhans wrote: > >On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > > I'm also curious about something not on the to-do list: something to > > > replace the old radio_admin Field attribute. It seems

Re: A couple of newforms-admin questions

2007-10-10 Thread Karen Tracey
At 05:10 PM 10/10/2007, Joseph Kocherhans wrote: >On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > I'm also curious about something not on the to-do list: something to > > replace the old radio_admin Field attribute. It seems radio_admin is > > still allowed on fields, but has no effect

Re: A couple of newforms-admin questions

2007-10-10 Thread Joseph Kocherhans
On 10/10/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > The branch page for newforms-admin > (http://code.djangoproject.com/wiki/NewformsAdminBranch) has > 'Implement "edit inline" functionality' on the to-do list. But the > new syntax for inline editing is listed further down, and it all >

A couple of newforms-admin questions

2007-10-10 Thread Karen Tracey
The branch page for newforms-admin (http://code.djangoproject.com/wiki/NewformsAdminBranch) has 'Implement "edit inline" functionality' on the to-do list. But the new syntax for inline editing is listed further down, and it all seems to work fine for my site newly converted to

Re: salut

2007-10-10 Thread Jacob Kaplan-Moss
On 10/10/07, Guy Serge BOA <[EMAIL PROTECTED]> wrote: > total_prime_nette = models.FloatField(maxlength=12,decimal_places=2) > > this is a message error: total_prime_nette : FloatFields require a > "max_digits" attribuet Please direct questions of this nature to django-users; django-dev is used

Re: Changes to request_response have broken django-rest-interface

2007-10-10 Thread David Larlet
2007/10/8, Peter Nixon <[EMAIL PROTECTED]>: > > Hi David > > Thanks for doing this. I have written a patch for mod_python and added it to > the ticket. I have tested it and deployed it with a patched rest api in > production ;-) > Ok, can you add your patch against django.http.__init__.py too,

salut

2007-10-10 Thread Guy Serge BOA
total_prime_nette = models.FloatField(maxlength=12,decimal_places=2) this is a message error: total_prime_nette : FloatFields require a "max_digits" attribuet - Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

Enforcing uniqueness as the ORM layer

2007-10-10 Thread Peter Nixon
Hi Guys I am running into the problem that uniqueness is not enforced at the ORM layer. From: http://www.djangoproject.com/documentation/model-api/#unique "This is enforced at the database level and at the Django admin-form level." This means that when using the Django REST API trying to

Re: Is Django support multiple date support ?

2007-10-10 Thread Benjamin Slavin
On 10/10/07, Milad <[EMAIL PROTECTED]> wrote: > > Hi, > Is Django support multiple date support ? > I want do something with Persian date I need some function. > I create it for myself but if exist a function which convert all > Django page without my hard code it would be so greate . Questions

CREATIVE WRITING

2007-10-10 Thread shamsee26
*Creative Writing Skill is not heriditary. We may learn it. * * * *http://www.100stuff.com/sdk/creative-writing/* *--* --~--~-~--~~~---~--~~ You

[no subject]

2007-10-10 Thread shamsee26
* * *Sending Gifts to your loved ones is now as easy as any thing else. * ** *Click to read: * *http://giftsonline.50webs.com/* *http://www.12three.info/ gifts/* -

Re: Is Django support multiple date support ?

2007-10-10 Thread Milad
I shoud play with middleware ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send

Is Django support multiple date support ?

2007-10-10 Thread Milad
Hi, Is Django support multiple date support ? I want do something with Persian date I need some function. I create it for myself but if exist a function which convert all Django page without my hard code it would be so greate . --~--~-~--~~~---~--~~ You received

Re: Django breaks Python 2.5's help()

2007-10-10 Thread Sandro Dentella
On Wed, Oct 10, 2007 at 07:41:14AM -, Tomi Pieviläinen wrote: > > It seems that if you have Django installed for Python 2.5, the > internal help system breaks up a bit. To reproduce just open the > normal shell (not through manage.py), type "help()" and "modules". > > Setting

Django breaks Python 2.5's help()

2007-10-10 Thread Tomi Pieviläinen
It seems that if you have Django installed for Python 2.5, the internal help system breaks up a bit. To reproduce just open the normal shell (not through manage.py), type "help()" and "modules". Setting DJANGO_SETTINGS_MODULE works around this, but shouldn't IMO be required. Also 2.4 works just