jeverling / django-registration_appenginepatch

The django-registration app by James Bennett, amateurishly modified to work with appenginepatch: http://code.google.com/p/app-engine-patch/ The original django-registration app can be found here: http://www.bitbucket.org/ubernostrum/django-reg...

Shortlog (showing r233:1d7405dd0b76 (tip) → r209:8fd0bd5e5b6a)

Age Author Message A M D «
13 months Waldemar Kornewald Updated to new app-specific settings API. 1
13 months Waldemar Kornewald Fixed tests. 1
13 months Waldemar Kornewald Automated merge with file:///C:\Users\wkornewald\Development\django-registration 4
14 months ubernostrum ubernostrum Move signal tests up to where they belong. 1
14 months ubernostrum ubernostrum Another one. 1
14 months ubernostrum ubernostrum Nit-picky rearrangement of import style. 1
14 months ubernostrum ubernostrum Add a unit test for the email-disabling feature. 1
14 months ubernostrum ubernostrum And another minor docs cleanup 2
14 months ubernostrum ubernostrum Minor docs tweak since it's not "newforms" anymore. 1
14 months ubernostrum ubernostrum Custom signals are now sent on user registration and user activation. The… 1 7
14 months Waldemar Kornewald Changed default logout template's name to match Django. 1 1 1
14 months Waldemar Kornewald Activate alice before trying to register a new user with that username. 1
14 months Waldemar Kornewald Improved wording a little bit. 1
15 months Waldemar Kornewald Pulled changesets from Django branch. 4
15 months ubernostrum ubernostrum And nuke the expired-users script again, since the merge restored it 1
15 months ubernostrum ubernostrum Merge out the extraneous head 16
15 months Waldemar Kornewald Updated templates to use {% url %}. 4
15 months Waldemar Kornewald Added a few templates for password reset. 5 1
15 months Waldemar Kornewald Password reset URL should handle base64 str(key). 1
15 months Waldemar Kornewald Fixed unit tests and a few other bugs. 2
15 months Waldemar Kornewald Added very basic templates, settings, and urlsauto for plug-n-play integration. 9
16 months jeverling jeverling Added an object "domain_override". 3
16 months Waldemar Kornewald Use count(1) to check if email is taken (more efficient). 1
16 months Waldemar Kornewald Use Django's send_mail() function. 1
16 months Waldemar Kornewald Ported RegistrationFormUniqueEmail. 1