aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-18Merge pull request #2312 from tomchristie/check-for-wheel-before-pypi-publishTom Christie
Check for wheel install before allowing setup.py publish.
2014-12-18Merge pull request #2311 from ↵Tom Christie
tomchristie/allow-empty-text-or-boolean-html-input-if-not-required Fixes for behavior with empty HTML fields.
2014-12-18Check for wheel install before allowing setup.py publish.Tom Christie
2014-12-18Drop print statements in testsTom Christie
2014-12-18Fixes for behavior with empty HTML fields.Tom Christie
2014-12-18Merge pull request #2307 from epicserve/tutorial_6_doc_fixXavier Ordoquy
The pre_save method no longer works. This resolved issue #2306
2014-12-17The pre_save method no longer works. This resolved issue #2306Brent O'Connor
2014-12-17Wheel check was breaking tests. Removed it.Tom Christie
2014-12-17Enforce wheel check before allowing 'setup.pu publish'Tom Christie
2014-12-17Add missing dateTom Christie
2014-12-17Merge pull request #2297 from tomchristie/version-3.0.23.0.2Tom Christie
Version 3.0.2
2014-12-17Merge pull request #2305 from epicserve/tutorial_4_fixesTom Christie
With httpie 0.8.0 the HTTP method has to come after the auth argument.
2014-12-17With httpie 0.8.0 the HTTP method has to come after the auth argument.Brent O'Connor
2014-12-17Merge pull request #2300 from maryokhin/masterTom Christie
Docs/tutorial import fixes
2014-12-17Docs/tutorial import fixes. Refs #2296Tymur Maryokhin
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Use six.BytesIO in tutorial. Closes #2296.Tom Christie
2014-12-17Merge pull request #2298 from epicserve/fix_typoTom Christie
Fixed a typo
2014-12-17Fixed a typoBrent O'Connor
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Expand permissions docs. Closes #2223.Tom Christie
2014-12-17Cleanup extra newlineTom Christie
2014-12-17Version 3.0.2Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
Fix empty HTML values when a default is provided.
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Highlight trailing '.' in command so it wont be missed.Tom Christie
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-17Merge pull request #2291 from tomchristie/serializer-api-restrictionsTom Christie
Serializer API restrictions.
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
Set authenticated user on wrapped request
2014-12-16Add test integrated with middlewareMartin Maillard
2014-12-15Merge pull request #2282 from jpadilla/masterKevin Brown
Closes #2281
2014-12-15Closes #2281José Padilla
2014-12-15Minor test cleanupTom Christie
2014-12-15Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bugTom Christie
Use unicode internally everywhere for 'repr'.
2014-12-15Remove erronous printTom Christie
2014-12-15Use unicode internally everywhere for 'repr'Tom Christie
2014-12-15Merge pull request #2277 from NullSoldier/doc-fixTom Christie
Documentation typo
2014-12-15Doc typoJason Spafford
2014-12-15Merge pull request #2275 from NullSoldier/doc-fixTom Christie
Tutorial text consistency for Requests and Responses
2014-12-15Better messaging for 'Field.to_representation'. Closes #2271.Tom Christie
2014-12-15Made docs consistentJason Spafford
2014-12-13Merge pull request #2269 from ↵Tom Christie
bjacobel/bjacobel/documentation-pagination-readonlyfield Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility
2014-12-13Change serializers.Field to serializers.ReadOnlyField for 3.x compatibilityBrian Jacobel
Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError being raised for to_representation due to 3.0's changed behavior with serializers.Field. The code snippet should be updated to use serializers.ReadOnlyField instead. Further discussion here: https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc
2014-12-13Merge pull request #2267 from tomchristie/better-misconfigured-serializer-errorsTom Christie
Better errors when serializer has incorrectly named field.
2014-12-13Fix test for python2/3 compatTom Christie
2014-12-13Better errors when serializer has incorrectly named field.Tom Christie
2014-12-13Merge pull request #2266 from tomchristie/improve-nested-write-checkingTom Christie
Improve error checking for nested writes.