aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-01-17Merge pull request #1361 from ross/x_method_overrideTom Christie
2014-01-17always obey X-HTTP-METHOD-OVERRIDE headerRoss McFarland
2014-01-17Merge pull request #1360 from diox/fix-querysets-json-encodingTom Christie
2014-01-17Encode django QuerySets to lists and not dicts in JSONEncoderMathieu Pillard
2014-01-15Security update to OrderingFilter2.3.12Tom Christie
2014-01-15Nicer write_only fields implementation. Closes #1355Tom Christie
2014-01-14Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-01-14Merge branch 'master' of git://github.com/sprymak/django-rest-framework into ...Tom Christie
2014-01-14Use api_settings.URL_FIELD_NAMETom Christie
2014-01-14More HyperlinkedModelSerializer docsTom Christie
2014-01-14Use a local virtualenv, not in the users homedir.Tom Christie
2014-01-14Tweak html for hidden h1 on homepageTom Christie
2014-01-14Merge pull request #1354 from JakeSidSmith/docs-seoTom Christie
2014-01-14Added h1 and alt to logo to improve SEOJakeSidSmith
2014-01-14Test for customizable HyperlinkedModelSerializer url field nameS.Prymak
2014-01-14Version 2.3.112.3.11Tom Christie
2014-01-14Added write_only and write_only_fields. Refs #1306Tom Christie
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-13Track changes that need noting in 2.4 announcementTom Christie
2014-01-13Merge pull request #1343 from linovia/hotfix/1129Tom Christie
2014-01-12Add a sanity check to avoid running into unresolved related models.Dustin Farris
2014-01-12Merge pull request #1348 from yprez/none-to-empty-string_2.4Tom Christie
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-10Merge pull request #1345 from bodylabs/serializers_docTom Christie
2014-01-10serializers.md: Fix typosPaul Melnikow
2014-01-09Removed useless try/exceptXavier Ordoquy
2014-01-09Test case for #1129Xavier Ordoquy
2014-01-09Merge pull request #1342 from yprez/fix_field_docTom Christie
2014-01-09Move serializer import to top-level causes test errorDustin Farris
2014-01-09Fix URL/Slug Field signatures in docsYuri Prezument
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-08Use www.django-rest-framework.org for docs instead of django-rest-framework.o...Tom Christie
2014-01-07Drop the logo from the project READMETom Christie