aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-18Merge pull request #427 from glic3rinu/masterTom Christie
Fixed identation on filter_fields
2012-11-19Fixed identation on filter_fieldsglic3rinu
2012-11-16TidyingTom Christie
2012-11-16Version 2.1.32.1.3Tom Christie
2012-11-16Merge pull request #422 from markotibold/max_length_for_modelserializersTom Christie
Max length for modelserializers
2012-11-16Merge pull request #408 from markotibold/file_and_image_fieldsTom Christie
Added a FileField and an ImageField
2012-11-16Polishing to page size query parameters & more docsTom Christie
2012-11-16Merge pull request #412 from minddust/custom_page_size_per_requestTom Christie
support for custom page size per request
2012-11-16Added URLField and SlugField.Marko Tibold
Fixed test_modelserializer_max_length_exceeded
2012-11-16Minor tweaks to internals of generics and mixinsTom Christie
2012-11-16Whoops … Drop pdbMarko Tibold
2012-11-16Fixes #421Marko Tibold
2012-11-16Reproduces #421Marko Tibold
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-15added global and per resource on/off switch + updated docsStephan Groß
2012-11-14Added a test for the FileField.Marko Tibold
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-14fixed some typosStephan 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-14Properly render file inputs in the Browsable api.Marko Tibold
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-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
Read only fields
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
Support for filtering backends
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