aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19get_field_names, get_default_field_namesTom Christie
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-18Drop print statements in testsTom Christie
2014-12-18Fixes for behavior with empty HTML fields.Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-17Serializer API restrictions.Tom Christie
2014-12-17Merge pull request #2155 from martinmaillard/set-user-on-wrapped-requestTom Christie
2014-12-17More docs, plus 'ALLOWED_VERSIONS' setting.Tom Christie
2014-12-16Added NamespaceVersioningTom Christie
2014-12-16Merge lateset version-3.1Tom Christie
2014-12-16Merge branch 'master' into version-3.1Tom Christie
2014-12-16Versioning first passTom Christie
2014-12-16Add test integrated with middlewareMartin Maillard
2014-12-15Minor test cleanupTom Christie
2014-12-15Merge masterTom Christie
2014-12-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-15Merge branch 'jpadilla-exception-handler-context' into version-3.1Tom Christie
2014-12-15Merge branch 'master' into version-3.1Tom Christie
2014-12-15First pass at serializer repr bugTom Christie
2014-12-13Fix test for python2/3 compatTom Christie
2014-12-13Better errors when serializer has incorrectly named field.Tom Christie
2014-12-12Merge masterTom Christie
2014-12-12Clean up import orderingTom Christie
2014-12-12Python 3 test fixTom Christie
2014-12-12Client.logout() also clears any force_authenticateTom Christie
2014-12-11Add testMartin Maillard
2014-12-10Optimizations play nicely with select_related, prefetch_relatedTom Christie
2014-12-09Hyperlinked PK optimization. Closes #1872.Tom Christie
2014-12-09Merge branch 'validator-pollution' of git://github.com/mhsparks/django-rest-f...Tom Christie
2014-12-09Add allow_blank for ChoiceField #2184José Padilla
2014-12-08Added ListSerializer.validate(). Closes #2168.Tom Christie
2014-12-08Fixed unit test for auth loginVictor Cabral
2014-12-05Test tweaksTom Christie
2014-12-05Merge pull request #2213 from BrickXu/masterTom Christie
2014-12-05Merge pull request #2200 from maryokhin/masterTom Christie
2014-12-05Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-jsonTom Christie
2014-12-05Add validation for fields & exclude type.BrickXu
2014-12-05Removed unused imports, pep8 fixes, typo fixesTymur Maryokhin
2014-12-04Removed custom StringIO, force_text, smart_text compatTymur Maryokhin
2014-12-04Removed custom python_2_unicode_compatible. Closes #2183Tymur Maryokhin
2014-12-03MergeTom Christie
2014-12-03MergeTom Christie
2014-12-03MergeTom Christie
2014-12-03Escape \u2028 and \u2029 in JSON output.Tom Christie
2014-12-03Added test to show potential issue with UniqueValidator being added to the un...Mark Hughes
2014-12-03Merge pull request #2175 from BrickXu/fix_2171Tom Christie
2014-12-02FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run...Tom Christie
2014-12-02Minor tweaks for helpful message on Model.objects.create() failure.Tom Christie