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

Issue 950: Google App Engine Django - Deserialize db.DateTimeProperty

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 8 months ago by mattbrown.nz
Modified:
16 years, 5 months ago
Reviewers:
GvR
Base URL:
http://google-app-engine-django.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -6 lines) Patch
appengine_django/serializer/python.py View 4 chunks +17 lines, -3 lines 5 comments Download
appengine_django/serializer/xml.py View 3 chunks +18 lines, -3 lines 2 comments Download

Messages

Total messages: 2
GvR
Here are some comments. http://codereview.appspot.com/950/diff/1/3 File appengine_django/serializer/python.py (right): http://codereview.appspot.com/950/diff/1/3#newcode80 Line 80: TIME_FORMAT = "%H:%M:%S" I ...
17 years, 8 months ago (2008-05-13 16:40:54 UTC) #1
GvR
17 years, 8 months ago (2008-05-15 18:32:27 UTC) #2
Minor separate comments on this code.

http://codereview.appspot.com/950/diff/1/3
File appengine_django/serializer/python.py (right):

http://codereview.appspot.com/950/diff/1/3#newcode122
Line 122: if isinstance(field, db.Reference):
PS. Should use db.ReferenceProperty here -- db.Reference is deprecated.

http://codereview.appspot.com/950/diff/1/2
File appengine_django/serializer/xml.py (right):

http://codereview.appspot.com/950/diff/1/2#newcode129
Line 129: if isinstance(field, db.Reference):
PS. Should use db.ReferenceProperty here -- db.Reference is deprecated.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b