aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2012-11-13removed useless line after polishing codeLudwig Kraatz
2012-11-13fixed ugly codeLudwig Kraatz
2012-11-13fixed a bug on testing throttling headersLudwig Kraatz
2012-11-13changed buggy response + code ploishingLudwig Kraatz
2012-11-13Returning a Location Header on CreateLudwig Kraatz
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
2012-11-10Added authtoken login/logout urlpatterns and viewsRob Romano
2012-11-10Added authtoken login/logout urlpatterns and views to support scripted logins...Rob Romano
2012-11-10NewlineTom Christie
2012-11-10Added @glic3rinu. Thanks!Tom Christie
2012-11-10Fixes #380Marko Tibold
2012-11-10Reproduces #380Marko Tibold
2012-11-09Merge pull request #394 from tomchristie/read_only_fieldsTom Christie
2012-11-09Support for `read_only_fields` on `ModelSerializer` classesTom Christie
2012-11-09Note django-filter installationTom Christie
2012-11-09Merge pull request #393 from glic3rinu/masterTom Christie
2012-11-09Fixed typo on safe_mode markdown wrapperglic3rinu
2012-11-09Merge with masterTom Christie
2012-11-09Minor docs tweak.Tom Christie
2012-11-09TypoTom Christie
2012-11-09Version 2.1.2 (Adds filtering support)2.1.2Tom Christie
2012-11-09Merge pull request #383 from tomchristie/filteringTom Christie
2012-11-09Updated filteing docs.Tom Christie
2012-11-08Added @benkonrath, for his excellent work on filtering support. Thank you!Tom Christie
2012-11-08Ensure pagination URLs are fully qualifiedTom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-08Add media_type to example file parserTom Christie
2012-11-08Tweak note styleTom Christie
2012-11-08Merge pull request #388 from eofs/m2m_reverseTom Christie
2012-11-08Comments updatedTomi Pajunen
2012-11-08Fields specify what FormFieldClass should be used by BrowsableApiRendererLudwig Kraatz
2012-11-08Release notes updatedTomi Pajunen
2012-11-08revert mergeLudwig Kraatz
2012-11-08Fixed creation of objects with reversed M2M relationsTomi Pajunen
2012-11-08clean support for view namespaces in as serializer attributeLudwig Kraatz
2012-11-08Allowing custom Serializer Fields to have different BrowsableApiRendered Form...Ludwig Kraatz
2012-11-08moved field_mapping to be BrowsableAPIRenderer attrLudwig Kraatz
2012-11-08Strict import orderingTom Christie
2012-11-07Add filtering into documentationTom Christie
2012-11-07Make django-filter optionalTom Christie
2012-11-07Simplify NextPageField and PreviousPageField slightlyTom Christie
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-11-07Merge branch 'restframework2-filter' of git://github.com/onepercentclub/djang...Tom Christie