﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23448	Update ISO_INPUT_FORMATS to allow date filtering for ISO8601 dates	Shawn Campbell	Shawn Campbell	Currently django_filters and django_rest_framework pull in the ISO_INPUT_FORMATS dictionary from django.utils.formats to try and convert dates/datetimes passed in as strings to datetime objects. There is currently no format strings compatible with datetime.isoformat(). I have updated the dictionary to add compatible format strings and tested django_filters and django_rest_framework, both work correctly with this update. I've ran all of the tests in django and all pass as expected. This is the github pull request: https://github.com/django/django/pull/3195	New feature	closed	Utilities	dev	Normal	duplicate	datetime, isoformat, ISO8601		Accepted	1	1	0	1	0	0
