Re: regression test failures

2007-07-02 Thread Lars Stavholm
Malcolm Tredinnick wrote: > On Mon, 2007-07-02 at 16:21 +0200, Lars Stavholm wrote: >> Hi All, >> >> I'm trying to build an rpm package for django, both stable (0.96) >> and svn trunk. In the process I want to verify/test the installation >> using the runtests.py in the tests subdirectory. It all

Re: GSoC 2007 Status Update V: Django REST interface

2007-07-02 Thread [EMAIL PROTECTED]
First of all, this project looks awesome, and these status updates rock. I would love to try it out with one of my apps, but maybe a really quick HOWTO on how it's supposed to be set up with a project? I think that I can get the basic idea, but want to make sure that I'm reading the code correctl

Re: regression test failures

2007-07-02 Thread Ben Ford
Hi guys, I also had issues with running tests against sqlite3. Mine failed claiming that a table didn't exist (the auth_user_user_permissions table this time but it was a different table before). I'm using multi-db, but synced up with trunk, but looking at the diffs I can't see any reason that it i

Re: regression test failures

2007-07-02 Thread Malcolm Tredinnick
On Mon, 2007-07-02 at 16:21 +0200, Lars Stavholm wrote: > Hi All, > > I'm trying to build an rpm package for django, both stable (0.96) > and svn trunk. In the process I want to verify/test the installation > using the runtests.py in the tests subdirectory. It all seems to work > OK, but I get re

GSoC 2007 Status Update V: Django REST interface

2007-07-02 Thread Andreas Stuhlmüller
This is the fifth weekly status update for my Summer of Code project [1]. Since it is the last update before I take two weeks off to study for my exams (as arranged with my mentor), this is probably a good time to sum up the current status of the project and to talk about what's left to do. The b

Re: requiest new list: 3rd party

2007-07-02 Thread Carl Karsten
Adrian Holovaty wrote: > On 7/1/07, Carl Karsten <[EMAIL PROTECTED]> wrote: >> The d-users list is getting pretty high volume, and I think it would help to >> split some off that isn't really django but "something built with django." > > It seems like the current arrangement works well enough.

Re: requiest new list: 3rd party

2007-07-02 Thread Adrian Holovaty
On 7/1/07, Carl Karsten <[EMAIL PROTECTED]> wrote: > The d-users list is getting pretty high volume, and I think it would help to > split some off that isn't really django but "something built with django." It seems like the current arrangement works well enough. If a Django-powered project is su

Re: Strange behaviour of Django with mod python - bug in django or mod_python?

2007-07-02 Thread Rafał Zawadzki
> > Hello guys. Sorry for this post at this group - I thought that it isn't > application problem but framework or modpython. Anyway, after modpython > upgrade to 3.3.1 problem has just disappeared. Cheers, bluszcz --~--~-~--~~~---~--~~ You received this message

Re: transaction middleware with Oracle backend

2007-07-02 Thread audial
I found out that this behaviour take place when i delete objects. when i create a new one and save -> and then rollback - all is ok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post

regression test failures

2007-07-02 Thread Lars Stavholm
Hi All, I'm trying to build an rpm package for django, both stable (0.96) and svn trunk. In the process I want to verify/test the installation using the runtests.py in the tests subdirectory. It all seems to work OK, but I get regression test failures that I'm not sure about. My settings.py look

Re: transaction middleware with Oracle backend

2007-07-02 Thread audial
I have no nested transaction-managed views. One transaction and one view. Its good idea to trace the queries on the server side, but i can't get it for now. Digging to this way. Farid --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: requiest new list: 3rd party

2007-07-02 Thread Russell Keith-Magee
On 7/2/07, Carl Karsten <[EMAIL PROTECTED]> wrote: > > The d-users list is getting pretty high volume, and I think it would help to > split some off that isn't really django but "something built with django." > > Is this the right place to make such a suggestion? Right place to make the suggestio

transaction middleware with Oracle backend

2007-07-02 Thread audial
I have used transactions with postgresql database, and all is ok. When I start testing with Oracle backend I get strange things. It seems, that transactions are autocommited. Oracle has no autocommit by default, it can be changed during the session. I use views tested on PostgreSQL, where transac

Re: Oracle support on Unicode branch

2007-07-02 Thread audial
Hello, Malcolm! The text data from database are rendered correctly ( i tried to insert data from forms ) I have tested different NLS_LANG's client combinations: RUSSIAN_RUSSIA.CL8KOI8R RUSSIAN_RUSSIA.UTF8 All is fine. Good job! Thanks. Regards, Farid Adigamov --~--~-~--~~-

Re: requiest new list: 3rd party

2007-07-02 Thread Carl Karsten
Jeremy Dunck wrote: > On 7/1/07, Carl Karsten <[EMAIL PROTECTED]> wrote: >> The d-users list is getting pretty high volume, and I think it would help to >> split some off that isn't really django but "something built with django." > > It doesn't seem like 3rd-party announcements compose much of t

Oracle support on Unicode branch

2007-07-02 Thread Malcolm Tredinnick
I have committed some changes to fix the Oracle support on the Unicode branch (in [5584]). Would appreciate any review and feedback from the Oracle developers, since it seemed much more fiddly than I would have liked, although much of that was because it took me ages to work out how to manage clie