Thanks for this project - it's saving me a ton of time. Currently, I have models with foreign keys that are null by default. However, if I open one to edit it, the foreign key dropdown doesn't allow for a null entry and defaults to the first option. As a result, I can't edit the record without also setting the foreign key to a non-null value.
Of course, as a workaround, I can create default instances that serve the same purpose as null.
Thanks for this project - it's saving me a ton of time. Currently, I have models with foreign keys that are null by default. However, if I open one to edit it, the foreign key dropdown doesn't allow for a null entry and defaults to the first option. As a result, I can't edit the record without also setting the foreign key to a non-null value.
Of course, as a workaround, I can create default instances that serve the same purpose as null.