django web site css missing

2006-09-01 Thread Michael Radziej
Hi, just in case it hasn't been noted: The css on the web site is missing - /css/homepage.css gives 404. wiki pages render black on black. etc. Michael --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django devel

Re: Integrating Django and SQLAlchemy

2006-09-01 Thread pchilds
I noticed on the SQLAlchemy web site that there is "developmental support" for MS SQL. Would this help hasten support for MS SQL in Django? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group.

Re: django web site css missing

2006-09-01 Thread Jacob Kaplan-Moss
On Sep 1, 2006, at 5:06 AM, Michael Radziej wrote: > just in case it hasn't been noted: > > The css on the web site is missing - /css/homepage.css gives 404. > wiki pages render black on black. etc. Thanks for the heads-up, Michael; it's been fixed. Jacob --~--~-~--~~~--

Re: name of test database

2006-09-01 Thread Russell Keith-Magee
On 9/1/06, Michael Radziej <[EMAIL PROTECTED]> wrote: I can work around this, sure, but I'd propose to allow tooverwrite the default test database name for the test suite somehow, preferably on the command line of runtests.py.Thanks for the feedback. These are reasonable concerns. I have just commi

Re: name of test database

2006-09-01 Thread Adrian Holovaty
On 9/1/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > These are reasonable concerns. I have just committed (r3706) a > TEST_DATABASE_NAME setting; by default, this has a value of None, which will > cause the test database to use the same 'test_' + DATABASE_NAME scheme; > however, if you prov

Re: Automatic-manipulator, very slow..... design-decision/bug/misunderstanding?

2006-09-01 Thread Jeff Forcier
Yea, 'follow' was a new feature of sorts put into the new-admin branch way back when, by (sadly absent these days) Robert Wittams. I don't believe it was ever fully documented even after new-admin was merged to trunk (which was around or before 0.91, I believe). Regards, Jeff Gary Wilson wrote:

Re: Filters no longer parsed for unresolved variables

2006-09-01 Thread Russell Keith-Magee
On 9/1/06, SmileyChris <[EMAIL PROTECTED]> wrote: I believe the last line of that patch should have been:+obj = settings.TEMPLATE_STRING_IF_INVALIDbut I just wanted to check that the functionality change isn't intendedfirst. This was intentional; the original problem was that {% if

Re: generic-auth and per-object-permission integration

2006-09-01 Thread Linicks
Once (gen-auth/pop) are merged, what are the major barriers in getting that branch merged into trunk? Thanks! --Nick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this grou

Re: name of test database

2006-09-01 Thread Russell Keith-Magee
On 9/1/06, Adrian Holovaty <[EMAIL PROTECTED] > wrote: Any particular reason you used a setting instead of a simplecommand-line parameter? In my view, we should only be adding settingsif absolutely necessary.I agree that a command line argument would probably be viable if the problem was restricted

Re: Re: generic-auth and per-object-permission integration

2006-09-01 Thread Joseph Kocherhans
On 9/1/06, Linicks <[EMAIL PROTECTED]> wrote: > > Once (gen-auth/pop) are merged, what are the major barriers in getting > that branch merged into trunk? Probably just review by Jacob and Adrian. There are several branches from summer of code that will be competing for their attention over the ne

Re: name of test database

2006-09-01 Thread Adrian Holovaty
On 9/1/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > In Michael's case, it sounds like test_myapplication would never be a viable > database name (due to some name clash). Given that he knows this, and it > will be a persistent condition, asking him to type './manage.py > --test_db_name="no

Re: Test framework and dispatching benchmarks

2006-09-01 Thread Adrian Holovaty
On 8/29/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > Personally, I find myself leaning towards option 3 - outside of testing, I > can't see any use case for a template-rendering signal, and I don't like > special cases. Instrumentation of the rendering system as part of the test > framewor

Admin breaks if unicode data is put into PostgreSQL ascii encoded database

2006-09-01 Thread Justin Bayer
Hi django-users, I developed an application locally and used it with my postgres database, which used unicode as the server_encoding. Everything worked fine. Recently I deployed it onto a system where the postgres server_encoding is sql_ascii. After install, I started admin and added an object

Re: Integrating Django and SQLAlchemy

2006-09-01 Thread Sean De La Torre
If you need MSSQL support today, you might want to take a look this ticket: http://code.djangoproject.com/ticket/2358.  It hasn't been officially accepted, but I've been able been able to successfully use MSSQL with Django after applying it.  Using ticket 2358, I wrote this patch http://code.dj

Re: POST data is corrupted, or is it really?

2006-09-01 Thread Adrian Holovaty
On 8/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >method="post" enctype="text/plain"> . [...] > Now here is the problem: print request.POST['tag_str'] in function > views.info prints the following: > > tag1, tag2 title_str=This is the title caption_str=Some random > paragraph > > a

Re: POST data is corrupted, or is it really?

2006-09-01 Thread [EMAIL PROTECTED]
Hi Adrian, Thank you for the prompt response. And, sorry for posting this to the developers group. Your suggestion works! Thanks again. Should this also be added to the list of newbie mistakes? What a wonderful framework you have built. I wish such frameworks could be built for the EDA (electro