Re: Request method mapping is happening after permission check.

2019-10-24 Thread Jason
Good question! the answer lies in dispatch , try: self.initial(request, *args, **kwargs) # Get the appropriate handler method if request.method.lower() in

Re: Request method mapping is happening after permission check.

2019-10-24 Thread DIPENDRA BHATT
Ok, yeah i checked that now. But now another issue is, if i try to send any request other than post to create_user, why is the action variable set as none. But if i send the authentication headers that time the action variables is properly set. On Thursday, October 24, 2019 at 7:56:34 PM UTC+5:

New package: django-rest-framework-features

2019-10-24 Thread balintb
Hello there, I've created a shiny new package, for naming the schema endpoints, and doing awesome stuff with that information. You can find the medium article

Re: New package: django-rest-framework-features

2019-10-24 Thread Joel Kumwenda
Thanks for this, will look at it. On Fri, Oct 25, 2019, 12:54 AM balintb wrote: > Hello there, > > I've created a shiny new package, for naming the schema endpoints, and > doing awesome stuff with that information. > > You can find the medium article >