I've set up a basic django site using the automatic admin, and was using the '+' button to add foreign keys (plants) while adding an Ingredient. However, the plants weren't ordered so I've had to override the form field as show below. I've set up a basic django site using the autom