Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Implement DataField.dist method #226

Merged
merged 1 commit into from
Sep 24, 2014
Merged

Implement DataField.dist method #226

merged 1 commit into from
Sep 24, 2014

Conversation

bruth
Copy link
Contributor

@bruth bruth commented Sep 22, 2014

Fix #225

Signed-off-by: Byron Ruth b@devel.io

@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) when pulling 52763b0 on issue-225 into 7cae509 on master.

@@ -180,6 +180,8 @@ def setUp(self):
'tests', 'project', 'budget')
self.first_name = DataField.objects.get_by_natural_key(
'tests', 'employee', 'first_name')
self.first_name = DataField.objects.get_by_natural_key(
'tests', 'employee', 'first_name')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I missing something or are new lines 183-184 exact duplicates of lines 181-182? If they are duplicates, remove these new lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. I must have copied and saved by Vim buffer by accident.

Fix #225

Signed-off-by: Byron Ruth <b@devel.io>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) when pulling 8c4d662 on issue-225 into b917646 on master.

naegelyd added a commit that referenced this pull request Sep 24, 2014
Implement DataField.dist method
@naegelyd naegelyd merged commit 3d328fe into master Sep 24, 2014
@naegelyd naegelyd deleted the issue-225 branch September 24, 2014 13:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dist method on DataField
3 participants