-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add integration with django-autocomplete-light with UserSuDalForm
adds UserSuDalForm form class which leverages the autocomplete facilities provided by django-autocomplete-light. It expects: * 'django-light-autocomplete' to be installed * 'dal' to be present into INSTALLED_APPS * 'SU_DAL_VIEW_NAME' setting to contain the name of the autocomplete view If 'SU_DAL_VIEW_NAME' setting key is present and form_class is default su_login view tries to automatically use UserSuDalForm, avoiding the end user to customize django_su's urls. Required configuration is added into README
- Loading branch information
Showing
3 changed files
with
68 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters