Closed sky-chen closed 9 years ago
Suppose a House model has a foreign key to a builder company:
House
class House(models.Model): builder = models.ForeignKey('Company')
It would be nice to still have an "add another" link next for builder, just like django admin has to offer.
Suppose a
House
model has a foreign key to a builder company:It would be nice to still have an "add another" link next for builder, just like django admin has to offer.