Alexey Rozhnov
Alexey Rozhnov
Looks like this error appears when you miss equals sign at the end of the password.
9 months old post, same error, same reason. What fixes were made?
> @Balaji08 so your number has been banned. Is is a permanent ban or temporary?
My solution to work with same choices that I put into model field choices attribute. ```python class Select2TuplesListView(autocomplete.Select2ListView): def autocomplete_results(self, results): filtered_results = [] for current_tuple in results: name =...