aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2012-12-12Clean up field initialization. Fixes #497Tom Christie
2012-12-11Fix broken nested fieldsTom Christie
2012-12-11Added depth testGeorge Kappel
2012-12-10get_excluded_fieldnames() should respect Meta options' ability to be either a...Marko Tibold
2012-12-08More tests for nullable FKsTom Christie
2012-12-08Add test for m2m createTom Christie
2012-12-07Reverted #458Tom Christie
2012-12-07Support nullable FKs, with blank=TrueTom Christie
2012-12-07Merge pull request #451 from markotibold/#431Tom Christie
2012-12-06Merge pull request #477 from roberts81/masterTom Christie
2012-12-06Merge branch 'master' of https://github.com/tomchristie/django-rest-framework...Marko Tibold
2012-12-06Merge pull request #462 from asfaltboy/modelserializer_traverse_relatedTom Christie
2012-12-06cleaned up white space & docstring stylingBen Roberts
2012-12-05cleaned up last commitBen Roberts
2012-12-05added tests and fix for unpickleable metadata in SortedDictWithMetadataBen Roberts
2012-12-02Merge pull request #448 from mhsparks/masterTom Christie
2012-11-30fix test responsePavel Savchenko
2012-11-30add traverse_related feature + tests (fixes issue#461)Pavel Savchenko
2012-11-29fix forgotten 400 testPavel Savchenko
2012-11-28also update test with response code 401Pavel Savchenko
2012-11-26Added an assertion to the tests that checks the '.errors' value for the uniqu...Marko Tibold
2012-11-24Added setter to user propertyMark Hughes
2012-11-22Added a validate_unique test.Marko Tibold
2012-11-22Added _post_clean() behaviour by adding a .perform_model_validation() method.Marko Tibold
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ß
2012-11-21added testsStephan Groß
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
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
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-18Update robromano fork with upstream masterRobert Romano
2012-11-18Add support for min_length / max_length keywordsJacob Magnusson
2012-11-16Merge pull request #422 from markotibold/max_length_for_modelserializersTom Christie
2012-11-16Merge pull request #408 from markotibold/file_and_image_fieldsTom Christie
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
2012-11-16Added URLField and SlugField.Marko Tibold
2012-11-16Reproduces #421Marko Tibold
2012-11-15Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...Marko Tibold
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, update...Rob Romano
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
2012-11-13fixed ugly codeLudwig Kraatz