feature: DjangoLDPAdmin and DjangoLDPUserAdmin
- Moved automated admin registration to app configuration (made default configuration)
- Removed depreciated
create_local_source
- Added
DjangoLDPAdmin
. This acts as the source of truth forModel
admin class dependencies (for now inheritingGuardedModelAdmin
dependency and will inherit future i18n dependency) - Added
DjangoLDPUserAdmin
. This overrides Django'sUserAdmin
and should be used by clients in its place. Django's UserAdmin overridesget_fieldsets
to supportadd_fieldsets
, and so DjangoLDP ensures that federation fields are included in these forms unless explicitly excluded - Updated README, but I'll also update the docs in the Wiki when this is merged
Merge request reports
Activity
mentioned in merge request djangoldp-account!62 (merged)
mentioned in issue applications/hubl#272 (moved)
mentioned in commit 7673a59b
Please register or sign in to reply