Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Handle bytes value #39

Merged
merged 3 commits into from
Mar 1, 2018
Merged

Conversation

tim-schilling
Copy link
Contributor

Adds support for handling a bytes value within the TimeZoneField class.

This PR also includes changes to test Python 3.6, Django 1.10 and Django 1.11.

Fixes #38

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 97.403% when pulling 7d6eede on tim-schilling:handle-bytes-value into 51dc9c7 on mfogel:develop.

tests/tests.py Outdated
@@ -4,7 +4,7 @@

from django import forms
from django.core.exceptions import ValidationError
from django.db import models
from django.db import models, connection
Copy link

Choose a reason for hiding this comment

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

It is probably redundant.

@tim-schilling
Copy link
Contributor Author

Rebased to remove the connection import.

@coveralls
Copy link

coveralls commented Jun 7, 2017

Coverage Status

Coverage increased (+0.2%) to 97.403% when pulling c8f25f9 on tim-schilling:handle-bytes-value into 0dcf8db on mfogel:develop.

@mfogel mfogel added this to the 2.1 milestone Feb 28, 2018
@mfogel mfogel merged commit 83b7b0f into mfogel:develop Mar 1, 2018
mfogel added a commit that referenced this pull request Mar 1, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants