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

Issue 3324042: Add values for all fields_names when singleton doesn't exist (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by ced
Modified:
13 years, 4 months ago
Reviewers:
nicoe_old
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove list call on set #

Patch Set 3 : Add test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M trytond/model/modelsingleton.py View 1 1 chunk +6 lines, -0 lines 0 comments Download
M trytond/tests/test_modelsingleton.py View 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 5
ced
13 years, 5 months ago (2010-11-29 11:07:23 UTC) #1
nicoe_old
http://codereview.appspot.com/3324042/diff/1/trytond/model/modelsingleton.py File trytond/model/modelsingleton.py (right): http://codereview.appspot.com/3324042/diff/1/trytond/model/modelsingleton.py#newcode33 trytond/model/modelsingleton.py:33: fields_names = (list(set(self._columns.keys() why do you use list on ...
13 years, 4 months ago (2010-12-01 06:26:31 UTC) #2
ced
http://codereview.appspot.com/3324042/diff/1/trytond/model/modelsingleton.py File trytond/model/modelsingleton.py (right): http://codereview.appspot.com/3324042/diff/1/trytond/model/modelsingleton.py#newcode33 trytond/model/modelsingleton.py:33: fields_names = (list(set(self._columns.keys() On 2010/12/01 06:26:31, nicoe wrote: > ...
13 years, 4 months ago (2010-12-01 07:21:13 UTC) #3
ced
13 years, 4 months ago (2010-12-01 07:22:25 UTC) #4
ced
13 years, 4 months ago (2010-12-03 14:44:29 UTC) #5

          
Sign in to reply to this message.

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