Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elcodo/django-registration-invitationcode-backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wallrazer/django-registration-invitationcode-backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 28, 2012

  1. Don't import from full registration.backends.* path,

    just use relative imports. This is part of making 
    the app installable via setup.py
    Steve Ivy committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    df0884e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd58a66 View commit details
    Browse the repository at this point in the history
  3. Fix README to match new install/setup steps.

    Steve Ivy committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    a9ab17a View commit details
    Browse the repository at this point in the history
  4. InviteCode.code is now default up to 256 chars.

    Should not need to be changed by the user.
    Steve Ivy committed Jun 28, 2012
    Configuration menu
    Copy the full SHA
    7121cab View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. Reduce 'code' length to 255 to stop asploding mysql.

    stupid database.
    Steve Ivy committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    7a5a871 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2012

  1. Add send activation email so that it sends html mail. this is so that…

    … the html backend doesn't override the invitation code.
    Steve Ivy committed Jul 14, 2012
    Configuration menu
    Copy the full SHA
    ef157fd View commit details
    Browse the repository at this point in the history
Loading