Hi,
On 8/12/07, Simon Greenhill <[EMAIL PROTECTED]> wrote:
> I'm trying to work out if Ticket #5030 is good to go or not.
> Basically, when save() is called on a model, django does a SELECT
> COUNT(*)... query to check that the primary key is good.
>
> However, SELECT 1... is apparently quite a b
Hi Simon,
On 5/11/07, Simon Willison <[EMAIL PROTECTED]> wrote:
>
[snip]
> 1. The 'password' field in the User model should be altered to have
> blank=True.
>
> This would allow us to set blank passwords as an empty string. It
> would not require existing installations to make any schema changes
Hi All,
On 4/27/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
>
> Hey Matt,
>
> On Thu, 2007-04-26 at 20:04 +, Matt Boersma wrote:
> > I had purposely let this thread dangle, hoping Malcolm or Adrian or
> > Jacob might weigh in and decide the "db_tablespace" minor controversy.
> >
> > But
Hi,
On 1/5/07, vizcayno <[EMAIL PROTECTED]> wrote:
[snip discussion of "lite" connection strings vs. TNS]
To properly specify a database connection you'd also need provision
for a port number (the listener port). While that seems like a
reasonable idea, TNS is a better mechanism as it abstra
Hi,
On 1/4/07, vizcayno <[EMAIL PROTECTED]> wrote:
Oracle DBA administration in my office has the policy to separate data
in one tablespace and indexes into another tablespace so, when creating
a new index, we must reference to a corresponding tablespace name.
Will the new Oracle interface giv
Hi Again,
A little more feedback on the new Oracle backend.
I've now switched my testing to Python 2.5, so cx_Oracle is returning
datetime.datetime, not a custom type.
There still seems to be a problem with Admin and DateTimeFields.
DateFields seem to be ok.
Here's what I can do to reliably re
Hi,
On 11/17/06, ogghead <[EMAIL PROTECTED]> wrote:
>
> The django source code in the boulder-oracle-sprint branch has had the
> trunk HEAD merged in, and now passes all but 4 of the 65 tests in the
> suite against my 10g and 9i database instances.
[snip]
I've finally got around to getting this c
Hi Alan,
On 8/27/06, Alan Green <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm having a problem with the Admin "View on site" button. According
[snip]
> My model objects have a get_absolute_url() method, and the View on
> site button appears as expected, however, the "View on site" button
> links to