| Age | Commit message (Collapse) | Author | 
 | 
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
 | 
 | 
This reverts commit de4604be0ab64da2d7da0a7054197278e566ced2.
 | 
 | 
ListModelMixin uses the get_queryset from the MultipleObjectMixin. This
method can be overridden on the View class to return a different
queryset, but get_queryset doesn't accept a request parameter in. This
commit adds the limit_list hook to override if you want to limit the
queryset based on request-information such as the logged in user.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
not otherwise)
 | 
 | 
 | 
 | 
Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view)
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
BrowseableAPIRenderer
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
RelatedField/ManyRelatedField instead
 | 
 | 
 | 
 | 
 | 
 | 
make model fields with a default value be not required
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
https://github.com/tomchristie/django-rest-framework into restframework2
 | 
 | 
 | 
 | 
Added sticky footer and styles to HTML API page
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 |