aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-11-10Reproduces #380Marko Tibold
2012-11-09Merge pull request #394 from tomchristie/read_only_fieldsTom Christie
Read only fields
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
Fixed typo on safe_mode markdown wrapper
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
Support for filtering backends
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
Fixed creation of objects with reversed M2M relations
2012-11-08Comments updatedTomi Pajunen
2012-11-08Fields specify what FormFieldClass should be used by BrowsableApiRendererLudwig Kraatz
added SerializerField Attribute "form_field_class" and defaults for existing Fields
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
view name is prepended with namespace if existend
2012-11-08Allowing custom Serializer Fields to have different BrowsableApiRendered ↵Ludwig Kraatz
Form Fields than CharField moved field_mapping from local serializer_to_form_fields var to BrowsableAPIRenderer class attr
2012-11-08moved field_mapping to be BrowsableAPIRenderer attrLudwig Kraatz
from local serializer_to_form_fields var to BrowsableAPIRenderer class attr in order to - allow customization when subclassing
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 ↵Tom Christie
git://github.com/onepercentclub/django-rest-framework into filtering
2012-11-07Merge pull request #382 from minddust/masterTom Christie
fixed typo
2012-11-07fixed typoStephan Groß
2012-11-07Version 2.1.12.1.1Tom Christie
2012-11-07Update release notesTom 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-07Update release notesTom 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-06Merge pull request #381 from minddust/masterTom Christie
fixed typo in html status code
2012-11-06fixed typoStephan Groß
2012-11-06fixed typo in html status codeStephan Groß
2012-11-06Merge pull request #379 from minddust/masterTom Christie
added changelog entry and fixed old one
2012-11-06fixed field nameStephan Groß
2012-11-06added changelog entry and fixed old oneStephan Groß
2012-11-06Add pk_url_kwarg to hyperlinked fieldsTom Christie
2012-11-06Use saner get_serializer signatureTom Christie
2012-11-06Update release notesTom Christie