Is there some reason why I cannot have an AutoField(primary_key=False) in my model? (In fact, documentation hints that I could, but manage.py gives an assertion error from it.)
My pk is a charfield but I would also need an automatically incrementing integer in the same class. Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---