Re: Filtering datetime as ISO 8601 in URL doesn't work

2017-12-25 Thread Daniel Gilge
Thanks for your quick reply! You're totally right! We didn't think of the url encoding. If somebody else gets to this question: you can use Python's urllib.parse. quote to replace the reserved characters in urls. Am Montag, 25. Dezember 2017 15:02:56 UTC+1 schrieb Julio Biason: > > You solve it

Re: Filtering datetime as ISO 8601 in URL doesn't work

2017-12-25 Thread Julio Biason
You solve it by doing what the Spec says: encode the "+" (same thing it is happening with space should Allen with your "+".) Get Outlook for iOS From: django-rest-framework@googlegroups.com on behalf of Daniel Gilge Sent: Monday, Decembe

Filtering datetime as ISO 8601 in URL doesn't work

2017-12-25 Thread Daniel Gilge
Hi, I've got an issue I don't know where to ask (because there are Django, DRF and django-filter included) and how to handle it (I don't find a documentation or any issues on that) but I think this is the best place to start. We have an API with a datetime field we want to filter with "greater