Opened 4 years ago

Closed 4 years ago

#31668 closed New feature (invalid)

Why do i need to use rest_framework ?!

Reported by: Ahmed Khaled Owned by: nobody
Component: Uncategorized Version: 3.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi

I wonder why not to include rest features in Django itself? Django has amazing authentication and authorization system why not to extend to token based authentication and it has an extensive and already json response why not user generics views an json responses to deliver restframework-like api view experience ?! why i have to go with the hussle happens in rest frmework about settings and all other plug-ins and extensions with it ?!

Change History (1)

comment:1 by Claude Paroz, 4 years ago

Resolution: invalid
Status: newclosed

Please don't use the ticket tracker as a discussion tool. There is a mailing list for that.

Note: See TracTickets for help on using tickets.
Back to Top