aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2014-12-18Fixes for behavior with empty HTML fields.Tom Christie
2014-12-17Merge pull request #2297 from tomchristie/version-3.0.23.0.2Tom Christie
2014-12-17Version 3.0.2Tom 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-17str() -> six.text_type(). Closes #2290.Tom Christie
2014-12-17Ensure request.auth is available to response middleware.Tom Christie
2014-12-17Merge pull request #2155 from martinmaillard/set-user-on-wrapped-requestTom Christie
2014-12-15Minor test cleanupTom Christie
2014-12-15Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bugTom Christie
2014-12-15Remove erronous printTom Christie
2014-12-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-15Better messaging for 'Field.to_representation'. Closes #2271.Tom Christie
2014-12-13Merge pull request #2267 from tomchristie/better-misconfigured-serializer-errorsTom Christie
2014-12-13Better errors when serializer has incorrectly named field.Tom Christie
2014-12-13Improve check for nested writesTom Christie
2014-12-12Client.logout() also clears any force_authenticateTom Christie
2014-12-12Update CharField default min_length message.Peter Schmidt
2014-12-11Merge pull request #2251 from linovia/version/3.0.13.0.1Tom Christie
2014-12-11Version 3.0.1Xavier Ordoquy
2014-12-10Merge pull request #2242 from tomchristie/hyperlinked-pk-optimizationTom Christie
2014-12-10Move commentTom Christie
2014-12-10Drop get_iterable()Tom Christie
2014-12-10Optimizations play nicely with select_related, prefetch_relatedTom Christie
2014-12-10Merge pull request #2241 from IvanAlegre/patch-1Tom Christie
2014-12-10Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243.Tom Christie
2014-12-10Fix trailing spaceJ. Iván Alegre
2014-12-10Remove unnecessary hasattr all and add comment for nested relationshipsJ. Iván Alegre
2014-12-09Hyperlinked PK optimization. Closes #1872.Tom Christie
2014-12-09Take in care that input data in serializer can be a ManagerJ. Iván Alegre
2014-12-09Copy model field validators, don't reuse the same list.Tom Christie
2014-12-09Update serializers.pyJulio Iván Alegre
2014-12-09Add allow_blank for ChoiceField #2184José Padilla
2014-12-08Don't use 'instance' argument in rendering form for paginated data. Closes #2...Tom Christie
2014-12-08Added missing translation markers in realtions.py. Closes #2231.Tom Christie
2014-12-08Added ListSerializer.validate(). Closes #2168.Tom Christie
2014-12-08Ported a couple of templates to Bootstrap 3.x.Loic Bistuer
2014-12-08Fixed display issues with tooltips.Loic Bistuer
2014-12-07Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)Xavier Ordoquy
2014-12-05Test tweaksTom Christie
2014-12-05Merge pull request #2213 from BrickXu/masterTom Christie
2014-12-05Minor tweaksTom Christie
2014-12-05Better serializer errors for nested writes. Closes #2202Tom 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-04Merge branch 'master' of github.com:tomchristie/django-rest-frameworkTymur Maryokhin
2014-12-04Removed unused compat codeTymur Maryokhin