issues Search Results · repo:toastdriven/restless language:Python
Filter by
55 results
(67 ms)55 results
intoastdriven/restless (press backspace or delete to remove)Recently I tried to use it with Django 4.2 (current LTS) and ran into this error:
File /Users/username/.venvs/work/lib/python3.11/site-packages/restless/dj.py , line 4, in module
from django.conf.urls ...
jseadragon
- 2
- Opened on Jul 6, 2023
- #136
It looks like this great project is no longer being maintained.
It would help if more people could get write access to the repository to merge important pull requests.
JulianTenschert
- Opened on Mar 10, 2023
- #135
https://github.com/toastdriven/restless/blob/661593b7b43c42d1bc508dec795356297991255e/restless/exceptions.py#L36
Should be something like that:
self.msg = msg if msg else self.__class__.msg
soneiko
- Opened on Feb 7, 2021
- #125
Currently, you could be left with a circular import problem if your preparer references another preparer that hasn t
been defined yet and you can t change the order of the preparers to fix it.
This is ...
edmenendez
- Opened on Nov 24, 2020
- #124
How does FieldsPreparer catch missing keys? There is
https://github.com/toastdriven/restless/blob/661593b7b43c42d1bc508dec795356297991255e/restless/preparers.py#L109 instead
of
value = data.get(part) ...
adam0z
- Opened on Jun 10, 2020
- #123
Allow overriding the response status from inside one of the create/list/detail/etc methods.
yuriescl
- Opened on Feb 25, 2020
- #118
What are your opinions about dropping support for Python 3.4?
Python 2.7 is reaching end-of-life soon. And Python 3.0 to 3.3 are not supported anymore.
Maybe we could give an step foward and drop support ...
Marcelo-Theodoro
- 5
- Opened on Jan 12, 2019
- #113
If an exception is raised during the processing of a handler method, it s always handled gracefully, returning a
response object that contains the error message and (when is_debug == True) the traceback. ...
mavoine
- Opened on Sep 14, 2017
- #104
http_methods is defined as a class-level attribute on the Resource class.
But then the documentation for Custom Endpoints recommends overriding http_methods in your resource s __init__ method.
The trouble ...
donspaulding
- Opened on Aug 22, 2017
- #103

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.
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.