Re: Proper documentation of Ticket #4140: "manage.py syncdb fails with ORA-06552 when a fieldname is a keyword"

2009-03-04 Thread Malcolm Tredinnick
On Wed, 2009-03-04 at 08:20 -0800, boyombo wrote: > I encountered the issue written about in Ticket #4140 while deploying > an application on oracle. I later found that the problem stemmed from > me using field name 'date', which is a keyword, in some of my models. > I did my development on MySQL.

Re: #3461 'DatabaseWrapper should pass through args and kwargs to underlying database adapter'

2009-03-04 Thread Malcolm Tredinnick
On Wed, 2009-03-04 at 18:36 -0200, Ramiro Morales wrote: > Hi all, > > I'm working on fixing and updating the patch for this ticket and found that > neither cx_Oracle nor pysqlite2/sqlite3 connection cursor() methods take *args > and **kwargs parameters. > > Further research shows that the same

Re: guidelines for docs/misc/distributions.txt

2009-03-04 Thread Malcolm Tredinnick
On Wed, 2009-03-04 at 09:28 -0800, Tim Graham wrote: > Hi, > > http://docs.djangoproject.com/en/dev/misc/distributions/ is rather out- > of-date with respective to the versions of Django that are shipping > with each OS. A summary of tickets that are currently accepted: > > 8417 - request to ad

#3461 'DatabaseWrapper should pass through args and kwargs to underlying database adapter'

2009-03-04 Thread Ramiro Morales
Hi all, I'm working on fixing and updating the patch for this ticket and found that neither cx_Oracle nor pysqlite2/sqlite3 connection cursor() methods take *args and **kwargs parameters. Further research shows that the same is true for mysql-python. The current patch for this ticket adds these

RelatedManager.add fails silently when adding an object of the wrong type

2009-03-04 Thread David Gouldin
When trying to add an object of the wrong type using a related manager, Django fails silently rather than complaining as specified in the docs: http://docs.djangoproject.com/en/dev/topics/db/queries/#saving-foreignkey-and-manytomanyfield-fields I've created ticket #10413 and added a patch to add

guidelines for docs/misc/distributions.txt

2009-03-04 Thread Tim Graham
Hi, http://docs.djangoproject.com/en/dev/misc/distributions/ is rather out- of-date with respective to the versions of Django that are shipping with each OS. A summary of tickets that are currently accepted: 8417 - request to add ArchLinux 8497 - request to add OpenSolaris 9606 - request to add

Re: My case for #9006

2009-03-04 Thread Alex Gaynor
On Mar 4, 2009, at 8:29 AM, PauloS wrote: > > On Mar 3, 1:55 pm, Alex Gaynor wrote: >> Looking at the patch IMO it should still dot he >> filter(**{self.fk.name: >> self.instance.pk}) even if you provide a queryset. > > You are right again. Would you mind to look again and give any advice >

Proper documentation of Ticket #4140: "manage.py syncdb fails with ORA-06552 when a fieldname is a keyword"

2009-03-04 Thread boyombo
I encountered the issue written about in Ticket #4140 while deploying an application on oracle. I later found that the problem stemmed from me using field name 'date', which is a keyword, in some of my models. I did my development on MySQL. I think this problem should be documented properly, perha

Re: Standard CRUD (SCRUD)

2009-03-04 Thread timmyt
thanks guys - ya this is indeed the wrong forum - i was just looking for some info / ideas - thanks a lot for the input On Mar 3, 6:17 pm, Russell Keith-Magee wrote: > On Tue, Mar 3, 2009 at 10:51 PM, timmyt wrote: > > > my buddy and i have created a Standard CRUD (SCRUD) spec that we'd > > lik

Re: My case for #9006

2009-03-04 Thread PauloS
On Mar 3, 1:55 pm, Alex Gaynor wrote: > Looking at the patch IMO it should still dot he filter(**{self.fk.name: > self.instance.pk}) even if you provide a queryset. You are right again. Would you mind to look again and give any advice (I'm as crude in python as in English). Thanks! --~--~--

Re: Application settings again (#1371)

2009-03-04 Thread Shai Berger
Hi Russ and all, On Wednesday 04 March 2009, Russell Keith-Magee wrote: > > 1) Now isn't the time in the Django development cycle for new > proposals. [...] If you wait a bit, you'll find you get more > attention for your proposals. > Point taken. > 2) [...] Your proposal spends a lot of tim

Re: Application settings again (#1371)

2009-03-04 Thread Russell Keith-Magee
On Mon, Mar 2, 2009 at 11:55 PM, Shai Berger wrote: > > Hi Django developers, > > This is my first message here. I wish to resurrect Application (default) > settings modules -- a topic that has been discussed here several times. I > bring it up because I believe its current resolution is inadequa