cb_dj_custom_user_model
cb_dj_custom_user_model copied to clipboard
Results
2
cb_dj_custom_user_model issues
Sort by
recently updated
recently updated
newest added
fixed the Integerfield import by addding models.integerfield instead of integerfield
1. Downgrade to 3.x.x 2. If you insist using 4.x.x, replace: `from django.utils.translation import ugettext_lazy as _` with `from django.utils.translation import gettext_lazy as _` See commit: 1141f41