Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(199)

Issue 908: [issue6] Google's Users API Integration (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
2 months, 2 weeks ago by aalbrecht
Modified:
2 months ago
Reviewers:
mattbrown.nz
SVN Base:
http://google-app-engine-django.googlecode.com/svn/trunk/

Description

Patch Set 1

Total comments: 26

Patch Set 2 : mail method fixed, code style

Patch Set 3 : DjangoUserModel, better helpers integration for authentication

Total comments: 8

Patch Set 4 : BaseModel.DoesNotExist attribute implemented, minor fixes

Patch Set 5 : Doc tests

Patch Set 6 : Revised patch to support Django 0.96

Patch Set 7 : Proper model cache

Messages

Total messages: 12
mattbrown.nz
http://codereview.appspot.com/908/diff/1/3 File appengine_django/auth/__init__.py (right): http://codereview.appspot.com/908/diff/1/3#newcode1 Line 1: # Licensed under the Apache License, Version 2.0 ...
2 months, 2 weeks ago
aalbrecht
http://codereview.appspot.com/908/diff/1/3 File appengine_django/auth/__init__.py (right): http://codereview.appspot.com/908/diff/1/3#newcode1 Line 1: # Licensed under the Apache License, Version 2.0 ...
2 months, 2 weeks ago
mattbrown.nz
http://codereview.appspot.com/908/diff/1/3 File appengine_django/auth/__init__.py (right): http://codereview.appspot.com/908/diff/1/3#newcode160 Line 160: datastore_types._PROPERTY_TYPES.append(DjangoUser) On 2008/05/09 20:23:23, aalbrecht wrote: > 975, ...
2 months, 2 weeks ago
aalbrecht
New patch set uploaded: * DjangoUserModel as a basis for other user-related things * better ...
2 months, 1 week ago
mattbrown.nz
Hi Andi, Sorry for the delay in responding, I don't think I got an email ...
2 months, 1 week ago
mattbrown.nz
Looking great. Just a few minor comments. http://codereview.appspot.com/908/diff/63/106 File appengine_django/__init__.py (left): http://codereview.appspot.com/908/diff/63/106#oldcode280 Line 280: setattr(settings, ...
2 months, 1 week ago
aalbrecht
Thanks for taking time to review this! The new patchset fixes the problems you mentioned. ...
2 months, 1 week ago
mattbrown.nz
Hi Andi, This is looking great now, one final issue I found in my presubmit ...
2 months, 1 week ago
aalbrecht
Doc tests added
2 months, 1 week ago
aalbrecht
Hi Matt, I'm sorry, but I had to upload another patch set with some minor ...
2 months, 1 week ago
mattbrown.nz
Hi Andi, We're getting there! I still see one error in the tests in the ...
2 months, 1 week ago
aalbrecht
2 months ago
There were several problems with the underlying Django stuff. Permission, Group
and Message models had to be implemented and the DjangoUser had to be renamed to
User. Otherwise the AppCache in django.db.models.loading stores a reference to
these models. This cache is used by dumpdata. Since I don't like to deal with
internals the solution for me was to add the missing models and rename
DjangoUser. If the names are equal to the original Django models, the AppCache
is updated correctly.

Sorry, I've completely misinterpreted the test failures, I thought it was some
other unrelated issue.

In addition I removed some needless imports.
Sign in to reply to this message.

Powered by Google App Engine
This is Rietveld r168