oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 82 forks source link

update foreign key object #65

Open igabice opened 6 years ago

igabice commented 6 years ago

hi, when i try updating an object with foreign keys, i only get a drop down option for related foreign key objects but i can't edit the actually foreign key object. is it possible to update foreign key object like we have in django admin? thanks in advance.

oscarmlage commented 6 years ago

Hey @igabice, the idea is cool, would be really nice to implement this. I'm going to mark it as enhancement and let's see if we can make it posible. Thanks for your words.