#16485: Admin URL bug with CharField primary keys
-------------------------------------+-------------------------------------
               Reporter:  sbaechler  |          Owner:  nobody
                   Type:  Bug        |         Status:  closed
              Milestone:             |      Component:  contrib.admin
                Version:  SVN        |       Severity:  Normal
             Resolution:             |       Keywords:  admin primary_key
  worksforme                         |      Has patch:  0
           Triage Stage:  Design     |    Needs tests:  0
  decision needed                    |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by ramiro):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Can't reproduce this with trunk tip nor the 1.3 release, using this model.

 {{{
 from django.db import models

 class FacebookPost(models.Model):
     id = models.CharField('id', max_length=40, primary_key=True)
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16485#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to