Chad Shryock
Chad Shryock
# Feature request I am building an application for a user group that spends a majority of their time ouside of a network connection. Having an offline sync or cache...
### Query: ``` MATCH (person:Person {id: 1}) OPTIONAL MATCH (person)-[:OWNS]->(product:Product) RETURN person, product ``` ### Execute Query ``` with graph.transaction(commit=False) as tx: results = graph.query(q, returns=(client.Node, client.Node, )) ``` ###...
Todo: * Fix bugs related to Django 3.0 upgrade Discussion: * Change versioning to match the major Django versions. Thus after this push, the version will be 3.0.
* Remove Python 2 support * Ensure usage with Django 3 See: https://github.com/isl-x/django-rq-scheduler/issues/38
### Story As a user, I want to be able to pass arguments and kwargs to the job when scheduling.