concentricsky / django-client-admin

An enhanced administrator interface for Django.
Other
57 stars 13 forks source link

Fix retrieval of username to use method #42

Closed lbyers closed 8 years ago

lbyers commented 8 years ago

The username field does not necessarily exist on a subclass of django.contrib.auth.models.AbstractBaseUser so dot notation would break. Use of the method retrieve the value of the field specified by the USERNAME_FIELD constant.