Changes between Initial Version and Version 1 of Ticket #17337, comment 4


Ignore:
Timestamp:
Dec 9, 2011, 5:27:39 AM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17337, comment 4

    initial v1  
    1 Two tickets (#17214, #17122)  were recently reported about problems in the admin with models using non-integer primary keys. A quick [https://code.djangoproject.com/search?q=primary_key&noquickjump=1&ticket=on search for "primary_key"] turns up lots of other problems with non-integer primary keys. Clearly people are trying to use them, and as far as I can see, [https://docs.djangoproject.com/en/dev/ref/models/fields/#primary-key the docs] don't forbid it.
     1Two tickets (#17214, #17122)  were recently reported about problems in the admin with models using non-integer primary keys. A quick [https://code.djangoproject.com/search?q=primary_key&noquickjump=1&ticket=on search for "primary_key"] turns up several problems with non-integer primary keys, but I think these should be handled separately.
     2
     3I'm updating the title to reflect that this ticket is about non-integer '''automatic''' primary keys.
Back to Top