Christopher Broderick

Results 51 comments of Christopher Broderick

Have you tried using these settings: ``` HELPDESK_TEAMS_MODEL='auth.User', HELPDESK_TEAMS_MIGRATION_DEPENDENCIES=[], HELPDESK_KBITEM_TEAM_GETTER=lambda _: None, ```

The regex and associated code was introduced by this PR: https://github.com/django-helpdesk/django-helpdesk/pull/985 It looks like it was designed to prevent javascript injection. @gwasser - can you provide insight?

@timthelion - can you verify this report and raise a PR to fix? A unit test for the feature would be good.

👍 Look forward to the PR

@davidegalletti - can you fix conflicts and remove the check on Django version since projects should no longer be using DJango 1 or even Django 2 for that matter. I...

The error you saw (W042) seems to indicate seems to indicate that it thinks there was no primary key defined for the account_account model. Can you share statement in the...

@JulianFeinauer - a PR would be welcomed

Someone else added in the interim as commented above. Closing

Django 4 now supported.