jiaaro / django-badges

An easy to use django app that provides Foursquare/Stack Overflow style badges
GNU General Public License v3.0
44 stars 21 forks source link

Using settings.AUTH_USER_MODEL instead of auth.User #4

Closed nezo closed 10 years ago

nezo commented 10 years ago

The use of "auth.User" caused the errors on django 1.7:

'auth.User', which has been swapped out.
HINT: Update the relation to point at 'settings.AUTH_USER_MODEL'.
jiaaro commented 10 years ago

@nezo Thanks! Merged, version incremented (0.1.11), uploaded to pypi

=D