aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2014-01-14Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME...S.Prymak
2014-01-13Minor tweaksTom Christie
2014-01-13Merge branch 'testing-nested-serializers' of git://github.com/dustinfarris/dj...Tom Christie
2014-01-13Minor cleanupTom Christie
2014-01-13Move ImportingModelSerializerTests and add comments.Dustin Farris
2014-01-13Merge branch 'master' of git://github.com/cguethle/django-rest-framework into...Tom Christie
2014-01-13Move models.resolve_model to serializers._resolve_modelDustin Farris
2014-01-13Minor tweaks to 'lookup_value_regex' workTom Christie
2014-01-13Merge pull request #1333 from bodylabs/2.4.0+lookup_regexTom Christie
2014-01-13Make HyperlinkedModelSerializer `url` field name customizableS.Prymak
2014-01-12Add a sanity check to avoid running into unresolved related models.Dustin Farris
2014-01-12Check the modelfield's class insteadYuri Prezument
2014-01-12Test for setting allow_none=True for nullable CharFieldsYuri Prezument
2014-01-12Set `allow_none = True` for CharFields with null=TrueYuri Prezument
2014-01-12CharField - add allow_null argumentYuri Prezument
2014-01-12Possible fix for #1330Yuri Prezument
2014-01-12Regression test for #1330 (Coerce None to '')Yuri Prezument
2014-01-09Removed useless try/exceptXavier Ordoquy
2014-01-09Test case for #1129Xavier Ordoquy
2014-01-09Move serializer import to top-level causes test errorDustin Farris
2014-01-09Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fixTom Christie
2014-01-09fix docstring typos.Fredrik Möllerstrand
2014-01-08Testing nested serializers with models that have str foreign key references.Dustin Farris
2014-01-08Use www.django-rest-framework.org for docs instead of django-rest-framework.o...Tom Christie
2014-01-06Added "nofollow" against docs link.Tom Christie
2014-01-04Router: Do not automatically adjust lookup_regex when trailing_slash is TruePaul Melnikow
2014-01-04Allow viewset to specify lookup value regex for routingPaul Melnikow
2014-01-02FIX BaseSerializer.from_native has an altered signatureSteven Cummings
2013-12-23fix for genericrelation savingS. Andrew Sheppard
2013-12-23can't save genericrelations via nested serializers in django 1.6S. Andrew Sheppard
2013-12-23Tweak test styleTom Christie
2013-12-23Updated tests to pass in python 3Tom Christie
2013-12-23Merge branch 'bennbollay-patch-1' into 2.4.0Tom Christie
2013-12-23fix url double quoted in Django 1.6Yin Jifeng
2013-12-22Simplified some functionsamatellanes
2013-12-21Merge pull request #1309 from lukaszb/errors-for-renamed-fieldsTom Christie
2013-12-21Additional test for 'source' behaviour. Refs #1302Tom Christie
2013-12-21Less brittle through relationship testing. Closes #1292.Tom Christie
2013-12-20Should it be that way?Lukasz Balcerzak
2013-12-20Merge pull request #1308 from lukaszb/missing-custom-validation-method-testTom Christie
2013-12-20Added missing custom validation method testLukasz Balcerzak
2013-12-20Updated test class name to be uniqueLukasz Balcerzak
2013-12-16Merge branch 'nullbooleanfield_testcase' of git://github.com/dpetzel/django-r...Tom Christie
2013-12-16Merge pull request #1184 from dpetzel/nullbooleanfield_fixTom Christie
2013-12-16Merge pull request #1298 from craigds/fix-nested-serializers-with-renamed-fieldsTom Christie
2013-12-16Don't import compat.py from authtoken.models. Closes #1297Tom Christie
2013-12-16Fix expansion of writable nested serializers where the inner fields have sour...Craig de Stigter
2013-12-13Compat fixes for django-oauth-plus versions 2.0-2.2.1Tom Christie
2013-12-13Merge branch 'master' of git://github.com/philipforget/django-rest-framework ...Tom Christie
2013-12-13Add notes on lookup_prefix argument and why it's there even though unused by ...Tom Christie