Jordi Masip
Jordi Masip
I guess it depends on which formats we expect to support. `Pendulum`, by default (`strict=True`), supports the RFC 3339 format, most ISO 8601 formats and some other common formats (according...
Also, if you want we can do `pendulum` optional. If it's installed we use Pendulum parser's with `strict=False`. Otherwise, we use dateutil.parse as it is now. Sound good?
I'm curious: the reason to have requests as part of the adapter is because it was the only way to have the instance to the current request (inside the adapter)?...
> I'd even be inclined to remove it at this point. Thoughts? IMO it's ok to remove it
Maybe, but not in the asgi branch!! :P
Maintain the debug parameter as it is now
> Use the pg_notify functionality to trigger the invalidation notices on objects, and propagate them to internal instance caches. I think this should be implemented outside the pg storage, like...
About the first point @jordic , I suggest to start adding a method to the storage interface to load the objects given a path. With this change, we can reimplement...