Skip to content

Instantly share code, notes, and snippets.

@cb109
Last active January 6, 2023 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cb109/c39f1a6b107a05b233bb463e590462b0 to your computer and use it in GitHub Desktop.
Save cb109/c39f1a6b107a05b233bb463e590462b0 to your computer and use it in GitHub Desktop.
Turn Django admin autocomplete_field labels into links to the chosen model instance
@cb109
Copy link
Author

cb109 commented Jan 6, 2023

Turns this:

Screenshot from 2023-01-06 14-30-22

Into this:

Screenshot from 2023-01-06 14-30-31

Tested with Django 3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment