Allow filter_fieldsets to take either ModelAdmin or fieldsets directly

Review Request #9053 — Created July 5, 2017 and submitted — Latest diff uploaded

Information

Djblets
release-0.10.x
50f66b3...

Reviewers

Previously, you had to specify the actual ModelAdmin class to retrieve
fieldsets from. This is no longer the case and the fieldsets themselves
can be passed instead.

The documentation for what the function does has also been improved.

Tested with /r/9056/.

    Loading...