issues Search Results · repo:milesrichardson/ParsePy language:Python
Filter by
101 results
(57 ms)101 results
inmilesrichardson/ParsePy (press backspace or delete to remove)Issue Type
[x] Bug (Typo)
Steps to Replicate and Expected Behaviour
- Examine parse_rest/tests.py and observe perticular, however expect to see particular.
- Examine parse_rest/datatypes.py and ...
timgates42
- Opened on May 31, 2021
- #182
with py3.8,I found a error when I save a file : urllib.error.URLError: urlopen error unknown url type: b http , I found
the codes:
if cls.__name__ == File :
request = Request(url.encode( ...
imaxu
- 1
- Opened on Aug 15, 2020
- #181
Hi,
Is it possible to add support for distinct-queries?
http://docs.parseplatform.org/rest/guide/#distinct-queries
Thanks.
tanyanghan
- Opened on Dec 20, 2019
- #180
Hello,
I am presently trying to connect to the parse-server instance from my Bitnami Parse-Server AWS Image.
However, I noticed the register() function requires a rest_key parameter. To get this, I ...
michaelyma12
- 1
- Opened on Aug 12, 2019
- #178
In javascripts and other SDK language they have a object.getACL. I tried to look at the code but I cannot find one. Any
idea how to get the existing ACL of an object?
ccfiel
- 1
- Opened on Jun 22, 2019
- #176
Python: 2.7.15 MacOS Mojave 10.14.1
If the parse endpoint is a https://, I m getting a:
File /Library/Python/2.7/lib/python/site-packages/parse_rest/connection.py , line 140, in execute
response ...
tanyanghan
- Opened on Dec 11, 2018
- #175
Is there a way to query if a certain string is in an array? arrayAttr= [ one , two , three ]
.filter(arrayAttr__in = one ) ?
This doesn t seem to work!
the0s
- Opened on Sep 24, 2018
- #174
I would like to perform a query on a nested attribute of the user model. Example:
Suppose I have a model:
user = {
name: John ,
birth_date: 12-25-1995 ,
address: {
street: Street ...
mau21mau
- 1
- Opened on Sep 18, 2018
- #172
The method execute is not receiving batch=True as an argument to handle this, so I think that isn t working as a batch
process itself.
https://github.com/milesrichardson/ParsePy/blob/master/parse_rest/connection.py#L189 ...
teehamaral
- 2
- Opened on Jul 11, 2018
- #171
Hi,
I am trying to create a query where filter is (date presentdate) but unable to find documentation on it on the project.
Here is what I have till now: .Query.all().filter(datestamp__greaterThan,present) ...
AdityaNayak
- Opened on Apr 21, 2018
- #170

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.