David Muller
Results
2
issues of
David Muller
The equality operators (e.g. `__eq__`) and other properties (e.g. `.epoch`) seem to ignore + truncate microseconds: ```python In [2]: m1, m2 = maya.now(), maya.now() In [3]: m1 Out[3]: In [4]:...
enhancement
Hello, I'm having some trouble clearing a `ManyToMany` field in a multipart PATCH request. In a JSON request, I would clear my `ManyToMany` field, `'many_to_many_field'` by PATCHing something like: ```...
Documentation
Needs design decision
stale