On Jan 15, 2008 10:12 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>
> I know I should have sent it using a ticket, but I'm being rejected
> for some reason as a spammer. Hope this one will go throgh.
>

You could try filling in some session settings here:

http://code.djangoproject.com/settings

That usually prevents having things marked as spam.  Alternatively you can
create an account here:

http://www.djangoproject.com/accounts/register/

If you are logged in with an account you are exempt from spam checking.


>
> The admin panel cannot get a url as a primary key of a model.
> I can actually understand why this happens, and that makes me more
> thrilled to help. Take this model for example:
> class Url(models.Model):
>   url = models.CharField(max_length=600, primary_key=True)
>   rate = models.IntegerField(null=True, blank=True)
>   class Admin:
>      pass
>
> in the case Url.url=http://yahoo.com' (had to add slashes to avoid
> being marked as a spammer on the ticket system, but the point should
> be understood
> As the primary key is a url, the relational link inside the admin
> panel, becomes absolute. I cannot use the admin panel to rate it.
> What do you think of that?
>

There is already an open ticket about problems with special characters (such
as would appear in a url) in primary keys:

http://code.djangoproject.com/ticket/5490

Does it look like this one addresses your concern?

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to