Edit/show Primary Key in Django Admin
- by emcee
It appears Django hides fields that are flagged Primary Key from being displayed/edited in the Django admin interface.
Let's say I'd like to input data in which I may or may not want to specify a primary key. How would I go about displaying primary keys in Django-admin, and how could I make specifying it optional?
Many thanks in advance, beloved hive-mind.