aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-11-16WIP on docs for File- and ImageFileds.Marko Tibold
2012-11-15./mkdocs.py -p opens a preview in your default browser. Tested on Mac, but ↵Marko Tibold
should work on windows and Linux as well.
2012-11-15Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into ↵Marko Tibold
file_and_image_fields
2012-11-15added page_size_kwarg testsStephan Groß
2012-11-15updated script to just use page_size_kwargStephan Groß
2012-11-15updated release noted for page_size stuffStephan Groß
2012-11-15added global and per resource on/off switch + updated docsStephan Groß
2012-11-14Fix 404Marko Tibold
Fixes #417
2012-11-14Added a test for the FileField.Marko Tibold
2012-11-14Merge branch 'master' of https://github.com/robromano/django-rest-frameworkRob Romano
Conflicts: docs/api-guide/authentication.md docs/topics/credits.md
2012-11-14Removed authtoken/urls.py, not really needed with Tom's simplificationRob Romano
2012-11-14Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, ↵Rob Romano
updated tests & docs. Left authtoken.urls in place as example.
2012-11-14Added documentation on how to use the token authentication login view.Rob Romano
2012-11-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and viewsRob Romano
2012-11-14Added authtoken login/logout urlpatterns and views to support scripted ↵Rob Romano
logins and logouts using TokenAuthentication. Added unittests.
2012-11-14.to_native() now returns the file-name.Marko Tibold
2012-11-14Processed review comments.Marko Tibold
No type checking in .restore_fields() Added missing BytesIO import.
2012-11-14Bring keywrod args in line with Django's implementationTom Christie
2012-11-14Merge pull request #407 from ludwigkraatz/location_headerTom Christie
Location header when Creating a Resource with HyperlinkedIdentityField
2012-11-14Merge pull request #413 from minddust/auth_token_documentationTom Christie
added description how to use the auth token
2012-11-14Merge pull request #414 from minddust/minor_fixesTom Christie
fixed some typos
2012-11-14fixed some typosStephan Groß
2012-11-14added description how to use the auth tokenStephan Groß
2012-11-14updated docsStephan Groß
2012-11-14added release noteStephan Groß
2012-11-14added support for passing page_size per requestStephan Groß
2012-11-14once more polishedLudwig Kraatz
2012-11-14polishing codeLudwig Kraatz
and adding myself to auhtors file
2012-11-13Removed authtoken/urls.py, not really needed with Tom's simplificationRob Romano
2012-11-13Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, ↵Rob Romano
updated tests & docs. Left authtoken.urls in place as example.
2012-11-14Properly render file inputs in the Browsable api.Marko Tibold
2012-11-13Added documentation on how to use the token authentication login view.Rob Romano
2012-11-13Added a FileField and an ImageField (copied from django.forms.fields).Marko Tibold
Adjusted generics, mixins and serializers to take a `files` arg where applicable.
2012-11-13removed useless line after polishing codeLudwig Kraatz
added it in first commit but after third it became useless.
2012-11-13fixed ugly codeLudwig Kraatz
Location header is set just, if there is a Location field on the serializer.
2012-11-13fixed a bug on testing throttling headersLudwig Kraatz
after changing the headers storing of reponse
2012-11-13changed buggy response + code ploishingLudwig Kraatz
reponse didnt handle any headers at all. Accepts now a dict of headers and sets those properly
2012-11-13Returning a Location Header on CreateLudwig Kraatz
when creating a Resource with HyperlinkedIdentityField of any name
2012-11-13Note django-filter supportTom Christie
2012-11-13Fix broken depth argumentTom Christie
2012-11-13Implementing 401 vs 403 responsesTom Christie
2012-11-13Remove OAuth2 from docsTom Christie
2012-11-12Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-11Merge pull request #396 from markotibold/#380Marko Tibold
Fixes #380
2012-11-10Added authtoken login/logout urlpatterns and viewsRob Romano
2012-11-10Added authtoken login/logout urlpatterns and views to support scripted ↵Rob Romano
logins and logouts using TokenAuthentication. Added unittests.
2012-11-10NewlineTom Christie
2012-11-10Added @glic3rinu. Thanks!Tom Christie
2012-11-10Fixes #380Marko Tibold