Closed theY4Kman closed 7 years ago
Done, done, and done. Will that note do, or would you like something more substantial?
Also, I'll squash the commits before you merge.
Er, did I break something on that flake8 test? https://travis-ci.org/PetrDlouhy/django-related-admin/jobs/223329049
@theY4Kman flake8-class
disappeared from PyPI. Please, remove it from deps and you will be OK.
Okie dokes, that should cover everything. If you're satisfied, I'll go ahead and squash.
Nice, I like it. Please squash and add one more commit - bump the version to 0.5.0
.
I will release version 1.0.0
after some time this version will be alive without bugs.
Done and done. I left the flake8 fix as a separate commit, since it seemed unrelated.
@theY4Kman Merged and now also released on PyPI. Thanks for your contribution.
Kick-ass :D Thanks for the project. I was a bit taken aback by the lack of relationship support in list_display and the Django project's outright refusal to address it. This project definitely stopped me from jamming my foot in someone's rear ;)
Adds support for automatically detecting boolean fields, so you can get
Instead of
By only listing the field in
list_display
(like vanilla Django)And without requiring an explicit
boolean=True
: