aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
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-13Fix broken depth argumentTom 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-09Fixed typo on safe_mode markdown wrapperglic3rinu
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-08Ensure pagination URLs are fully qualifiedTom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-08Comments updatedTomi Pajunen
2012-11-08Fixed creation of objects with reversed M2M relationsTomi Pajunen
2012-11-08Strict import orderingTom 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
2012-11-07fixed typoStephan Groß
2012-11-07Version 2.1.12.1.1Tom Christie
2012-11-07Make textareas in browseable API same width as everything elseTom Christie
2012-11-07Fix repeated breadcrumbs when optional trailing slash is usedTom Christie
2012-11-07Make textareas in browseable API same width as everything elseTom Christie
2012-11-07Fix repeated breadcrumbs when optional trailing slash is usedTom Christie
2012-11-06fixed typo in html status codeStephan Groß
2012-11-06Add pk_url_kwarg to hyperlinked fieldsTom Christie
2012-11-06Use saner get_serializer signatureTom Christie
2012-11-06added slug support for HyperlinkedIdentityFieldStephan Groß
2012-11-06Merge pull request #374 from tonimichel/masterTom Christie
2012-11-06More defensive coding. Refs: #348Tom Christie
2012-11-06Respect false value defaults on WritableField. Fixes #377.Tom Christie
2012-11-06Allow slug_url_kwarg to be overidden by subclass. Fixes #373Tom Christie
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-06Merge branch 'master' into restframework2-filterBen Konrath
2012-11-05Update rest_framework/serializers.pyToni
2012-11-05TweaksTom Christie
2012-11-05Version 2.1.0. Adding release notes.2.1.0Tom Christie
2012-11-05slug_url_kwarg should default to same as slug_fieldTom Christie
2012-11-05Merge pull request #347 from minddust/masterTom Christie
2012-11-05Drop unneccesarily lenient dictionary-containing-instances serialization.Tom Christie
2012-11-05fixed typoStephan Groß
2012-11-05added testcase for custom slug field in hyperlinkedrelatedfieldStephan Groß
2012-11-05`queryset` argument is now optional on writable model fields.Tom Christie
2012-11-05Tidy up serializer fields now we no longer use dynamic fieldsTom Christie
2012-11-05Add note on * importTom Christie
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie