Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Merge failing on DateTimeField with null=True #74

Closed
int-ua opened this issue Aug 18, 2015 · 0 comments
Closed

Merge failing on DateTimeField with null=True #74

int-ua opened this issue Aug 18, 2015 · 0 comments

Comments

@int-ua
Copy link
Contributor

int-ua commented Aug 18, 2015

File "adminactions/merge.py", line 151, in merge
    fixed_value = datetime(raw_value.year, raw_value.month, raw_value.day,
AttributeError: 'NoneType' object has no attribute 'year'
int-ua referenced this issue in int-ua/django-adminactions Aug 19, 2015
@saxix saxix closed this as completed Nov 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants