| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo.
|
|
|
|
|
|
|
|
|
|
|
|
Make settings consistent with corrosponding view attributes
|
|
|
|
|
|
|
|
|
|
and `upload_handlers`)
Consistency with renderer API.
|
|
|
|
|
|
|
|
I realized that per the django forms, there is no need for a separate
TextField, an unlimited CharField is perfectly good.
Also added default field for the different IntegerField types
|
|
https://github.com/tomchristie/django-rest-framework into restframework2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
|
|
|
|
|
|
|
|
BrowseableAPIRenderer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|