Re: Wrong length of database columns 'name', 'codename' for 'auth_permission' table.

2007-12-02 Thread Ivan Markeyev

Thank you.

On 3 дек, 11:37, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 03-Dec-07, at 10:17 AM, Ivan Markeyev wrote:
>
> > Have no idea, how to post ticket on djangoproject.com. Server return
> > to me "500 Internal Server Error (Submission rejected as potential
> > spam)".
>
> add your name and email address in the 'preferences' page of the
> wiki, and you will be allowed in
>
> --
>
> regards
> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/web/
> Foss Conference for the common man:http://registration.fossconf.in/web/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---



Wrong length of database columns 'name', 'codename' for 'auth_permission' table.

2007-12-02 Thread Ivan Markeyev

Have no idea, how to post ticket on djangoproject.com. Server return
to me "500 Internal Server Error (Submission rejected as potential
spam)".

As i understand, 'name' and 'codename' columns for 'auth_permission'
table generated automatically from object class name. 'name' are
consist 'Can add+[class name]', 'codename' - ''add_+[class name]''.
So, they should be the same length or 'name' should be larger then
'codename'.

In postgresql they are varchar(50) - 'name' and varchar(100) -
'codename'.

Sorry for my english.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~--~~~~--~~--~--~---