jazzband / django-polymorphic

Improved Django model inheritance with automatic downcasting
https://django-polymorphic.readthedocs.io
Other
1.64k stars 280 forks source link

Update parentadmin.py #580

Open TarunvirBains opened 7 months ago

TarunvirBains commented 7 months ago

fix parent admin form not behaving like an admin form (eg log out button context missing)

j-antunes commented 7 months ago

Hi! Thanks for opening this PR. Could you please elaborate a bit more? What was the issue you where seeing? Is there any unit test you could add?

Thank you!

AdamDonna commented 7 months ago

@TarunvirBains

  1. Please update the description of this PR to give a reviewer enough context to make an educated review
  2. Please add unit tests to confirm the behaviour doesn't introduce regressions