On Mon, 2006-09-18 at 22:38 -0700, world_domination_kites wrote:
> Thank's for the reply Malcom,
>
> > > I can't change the table names, since the whole point of this exercise
> > > is to make a cheep admin interface to a legacy app.
> > Sorry, I wasn't being clear: you don't have to change the d
On 19-Sep-06, at 12:08 AM, Nick wrote:
> Most, if not all, of the "little, easy improvements" listed on
> www.djangoproject.com have now been made. I feel the urge on
> contribute once more, so is there anything else little and easy that I
> could do?
for imagefield/filefield in admin, scope t
Thank's for the reply Malcom,
> > I can't change the table names, since the whole point of this exercise
> > is to make a cheep admin interface to a legacy app.
> Sorry, I wasn't being clear: you don't have to change the database table
> names. If there's a mismatch between what Django wants to c
One clarification I noticed just after hitting "send"...
On Tue, 2006-09-19 at 13:44 +1000, Malcolm Tredinnick wrote:
> On Tue, 2006-09-19 at 03:18 +, world_domination_kites wrote:
[...]
> > Am I right to think that "quote_name" should have responsability for
> > knowing what constraint/table
On Tue, 2006-09-19 at 03:18 +, world_domination_kites wrote:
> I can't change the table names, since the whole point of this exercise
> is to make a cheep admin interface to a legacy app. Also, i'm new to
> Django so am not familiar with previous discussions - sorry if i'm
> covering old groun
I can't change the table names, since the whole point of this exercise
is to make a cheep admin interface to a legacy app. Also, i'm new to
Django so am not familiar with previous discussions - sorry if i'm
covering old ground.
I came up with changing quote_name because it was obviously the
inter
Jay Parlar wrote:
> Are any other people doing much testing with the branch? It'd be nice
> to see it get moved to the trunk, but I know that won't happen without
> more testers.
>
> Jay P.
I have been waiting for the pop/gen_auth merge, but it looks like that
may not happen as soon as I would l
On 9/15/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> [I'm a leading advocate for the "give Gabor a unicode branch in svn"
> school, btw, so that you and he and others can go nuts and just do it.]
+1 on this too :)
--~--~-~--~~~---~--~~
You received this mess
On 9/18/06, James Bennett <[EMAIL PROTECTED]> wrote:
> greater-than sign (SHORTTAG NET, the particular flavor of SHORTTAG in
> this example, dictates that a single forward slash constitutes the
> closing of the element
I mistyped that and sent too soon; the slash actually closes the tag,
not th
On 9/18/06, Rob Hudson <[EMAIL PROTECTED]> wrote:
> Of course, all this is based on my assumption that something like this:
>
>
>
> is invalid as HTML4, but I haven't verified that HTML4 can't have self
> closing tags.
It's valid, but it doesn't mean the same thing it does in XHTML; in
HTM
I'd like to see some flexibility to output HTML4 as opposed to XHTML
(or whatever flavor comes along next).
Currently in 0.95 it looks like all the render() calls on the various
"generic widgets" output XHTML form elements. I've been pretty much
convinced not to use XHTML by Ian Hickson (at leas
On 9/18/06, Nick <[EMAIL PROTECTED]> wrote:
>
> Most, if not all, of the "little, easy improvements" listed on
> www.djangoproject.com have now been made. I feel the urge on
> contribute once more, so is there anything else little and easy that I
> could do?
>
My suggestion would be to help do s
Most, if not all, of the "little, easy improvements" listed on
www.djangoproject.com have now been made. I feel the urge on
contribute once more, so is there anything else little and easy that I
could do?
Nick
--~--~-~--~~~---~--~~
You received this message bec
+1 (with passion. and intensity.):)
vic
On 9/15/06, gabor <[EMAIL PROTECTED]> wrote:
>
> Malcolm Tredinnick wrote:
>
> >
> > [I'm a leading advocate for the "give Gabor a unicode branch in svn"
> > school, btw, so that you and he and others can go nuts and just do it.]
> >
>
> +1 :-)
>
> g
On 9/18/06, Chris Long <[EMAIL PROTECTED]> wrote:
>
> The problem appears to be related to the same stuff we've been dealing
> w/ earlier. This line(django.contrib.admin.main.ChangeList line 695):
>
> qs =
> self.manager.filter(id__in=RowLevelPermission.objects.get_model_list(self.user
On 9/18/06, Jeff Forcier <[EMAIL PROTECTED]> wrote:
>
> I've had excellent results with RimuHosting
+1
--
Derek
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send
The problem appears to be related to the same stuff we've been dealing
w/ earlier. This line(django.contrib.admin.main.ChangeList line 695):
qs =
self.manager.filter(id__in=RowLevelPermission.objects.get_model_list(self.user,
self.model,
self.opts.get_ch
On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Is there a reason why the app name doesn't appear in the admin
> breadcrumbs? I have an app with a model called 'Groups', and the
> breadcrumb for it is the same as that for the auth model 'Groups'. The
> URL is right, of course, I just
I've had excellent results with RimuHosting
(http://www.rimuhosting.com), started out with their base $20/mo VPS
and am currently using the mid-range one at $40/mo. Their support folks
really know their stuff and are very responsive, and I've had excellent
availability (only once in the last ~6-8
Is there a reason why the app name doesn't appear in the admin
breadcrumbs? I have an app with a model called 'Groups', and the
breadcrumb for it is the same as that for the auth model 'Groups'. The
URL is right, of course, I just thought it might be sensible to stick
the app name in there, so I'd
On Mon, 2006-09-18 at 01:42 -0700, world_domination_kites wrote:
> Hi,
> I'm trying to get the oracle backend to work properly. Have made some
> progress, but now I need some guidance on The Django Way.
>
> Oracle seems to have a 30 character limit for constraint names, table
> names, and column
Hi,
I'm trying to get the oracle backend to work properly. Have made some
progress, but now I need some guidance on The Django Way.
Oracle seems to have a 30 character limit for constraint names, table
names, and column names. When I syncdb, django trips up with an ALTER
TABLE ADD CONSTRAINT usin
22 matches
Mail list logo