aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests
AgeCommit message (Expand)Author
2014-03-07Don't barf if PIL is not installed.Tom Christie
2014-03-07Merge pull request #1460 from inglesp/issue1434Tom Christie
2014-03-06Use six to reload modulePeter Inglesby
2014-03-06Merge pull request #1459 from linovia/bugfix/optional_unique_validationCarlton Gibson
2014-03-06Add SEARCH_PARAM and ORDERING_PARAM to settingsPeter Inglesby
2014-03-06it's safe to import scope and constantsEric Buehl
2014-03-06More complex test case.Xavier Ordoquy
2014-03-06Forgot to add the ref field to the field list.Xavier Ordoquy
2014-03-06Added an optional unique field to Album and checked that duplicates are detec...Xavier Ordoquy
2014-03-05don't implicitly import provider.oauth2Eric Buehl
2014-03-04Merge pull request #1442 from Anton-Shutik/masterTom Christie
2014-03-04Added tests for "get_default_value" functionAnton Shutik
2014-03-03Merge remote-tracking branch 'reference/master' into feature/django_1_7Xavier Ordoquy
2014-02-28Merge pull request #1437 from Keats/masterTom Christie
2014-02-27Allow 'None' to pass as a null value in RelatedFieldsDustin Farris
2014-02-26Display the media type of the API response on the browsable APIKeats
2014-02-26Demonstrate problem post/put'ing serialized data that contains 'None'Dustin Farris
2014-02-18Merge remote-tracking branch 'reference/master' into feature/django_1_7Xavier Ordoquy
2014-02-18Moved the python_2_unicode_compatible into compat module.Xavier Ordoquy
2014-02-13Merge pull request #1397 from amezhenin/issue_1386Tom Christie
2014-02-13(I hope) tests are fixed, issue #1386Artem Mezhenin
2014-02-13change regex back, issue #1386Artem Mezhenin
2014-02-11Test and fix for #1210. World's lowest hanging fruit.Carlton Gibson
2014-02-11Test and quick fix for #1257Carlton Gibson
2014-02-09issue #1386Artem Mezhenin
2014-01-31Moving models back to test_serializer.Xavier Ordoquy
2014-01-30Fixed the object representation in order to pass the tests.Xavier Ordoquy
2014-01-30Refactoring due to the previous commit.Xavier Ordoquy
2014-01-28Define the upload_to for file fields.Xavier Ordoquy
2014-01-28wsgi_request is now added to the response so we have to remove it before pick...Xavier Ordoquy
2014-01-28Django 1.7 has new 404 and 403 body messages.Xavier Ordoquy
2014-01-28Mock updated as Django’s get_template now has two arguments.Xavier Ordoquy
2014-01-28Moved all the reused models to the models files to avoid conflicts with the r...Xavier Ordoquy
2014-01-28Add file upload test for APIRequestFactoryIan Foote
2014-01-28Import force_bytes on django >= 1.5Ian Foote
2014-01-17Merge pull request #1361 from ross/x_method_overrideTom Christie
2014-01-17always obey X-HTTP-METHOD-OVERRIDE headerRoss McFarland
2014-01-17Encode django QuerySets to lists and not dicts in JSONEncoderMathieu Pillard
2014-01-15Security update to OrderingFilter2.3.12Tom Christie
2014-01-14Merge branch 'master' of git://github.com/sprymak/django-rest-framework into ...Tom Christie
2014-01-14Test for customizable HyperlinkedModelSerializer url field nameS.Prymak
2014-01-14Added write_only and write_only_fields. Refs #1306Tom Christie
2014-01-13Merge branch 'testing-nested-serializers' of git://github.com/dustinfarris/dj...Tom Christie
2014-01-13Move ImportingModelSerializerTests and add comments.Dustin Farris
2014-01-13Move models.resolve_model to serializers._resolve_modelDustin Farris
2014-01-12Add a sanity check to avoid running into unresolved related models.Dustin Farris
2014-01-09Test case for #1129Xavier Ordoquy
2014-01-09Move serializer import to top-level causes test errorDustin Farris
2014-01-08Testing nested serializers with models that have str foreign key references.Dustin Farris
2013-12-23can't save genericrelations via nested serializers in django 1.6S. Andrew Sheppard