Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix empty Welcome username for custom user model #644

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Fix empty Welcome username for custom user model #644

wants to merge 5 commits into from

Commits on Oct 18, 2017

  1. Fix empty Welcome username for custom user model

    A django custom user model does not always have a `username` attribute,
    but the `get_username()` method is present for all user implementations.
    nwolff committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    a6b320e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Configuration menu
    Copy the full SHA
    902df80 View commit details
    Browse the repository at this point in the history
  2. Fix Test for django < 2.0

    kidsdev committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    b3a2c0c View commit details
    Browse the repository at this point in the history
  3. Fix Check django Version

    kidsdev committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    8d0bf3b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Configuration menu
    Copy the full SHA
    020a72f View commit details
    Browse the repository at this point in the history