shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Allow for custom User model #74

Closed davestgermain closed 5 years ago

davestgermain commented 5 years ago

This is the only place where get_user_model() wasn't being used.

shacker commented 5 years ago

Thanks, good catch.