aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Collapse)Author
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21added missing lineStephan Groß
2012-11-21Merge remote-tracking branch 'upstream/master' into regex_fieldStephan Groß
Conflicts: docs/topics/release-notes.md
2012-11-21added testsStephan Groß
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
Serializer method field
2012-11-20Add support for partial serializer updatesMark Aaron Shirley
2012-11-20Clean up and clarify tests for related serializersJamie Matthews
2012-11-20Fix related serializers with source argument that resolves to a callableJamie Matthews
2012-11-19Merge pull request #399 from robromano/masterTom Christie
Added login view for users of TokenAuthentication
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-18Update robromano fork with upstream masterRobert Romano
Conflicts: docs/topics/credits.md docs/topics/release-notes.md
2012-11-18Add support for min_length / max_length keywordsJacob Magnusson
on basic ModelFields
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-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-14Added a test for the FileField.Marko Tibold
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-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and viewsRob Romano
2012-11-14polishing codeLudwig Kraatz
and adding myself to auhtors file
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-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-09Support for `read_only_fields` on `ModelSerializer` classesTom Christie
2012-11-09Merge pull request #383 from tomchristie/filteringTom Christie
Support for filtering backends
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-08Fixed creation of objects with reversed M2M relationsTomi Pajunen
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-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-06Merge branch 'master' into restframework2-filterBen Konrath
2012-11-05TweaksTom Christie
2012-11-05Merge pull request #347 from minddust/masterTom Christie
support for passing custom slug options to HyperlinkedRelatedField
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-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-04Remove `request' from response instance whileJacob Magnusson
testing caching
2012-11-04Add tests for caching of GET/HEAD requests usingJacob Magnusson
Django's built in caching framework. Currently fails as some attributes on the Response object are not pickable
2012-11-03Added test for ModelSerializer Meta fieldsJacob Magnusson
returning as expected
2012-11-03Added test that makes sure that fields withJacob Magnusson
dictionaries as data are returned as expected and not turned into string representations
2012-11-03Bye bye star importJacob Magnusson