| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-18 | Merge pull request #2312 from tomchristie/check-for-wheel-before-pypi-publish | Tom Christie | |
| Check for wheel install before allowing setup.py publish. | |||
| 2014-12-18 | Merge 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-18 | Check for wheel install before allowing setup.py publish. | Tom Christie | |
| 2014-12-18 | Drop print statements in tests | Tom Christie | |
| 2014-12-18 | Fixes for behavior with empty HTML fields. | Tom Christie | |
| 2014-12-18 | Merge pull request #2307 from epicserve/tutorial_6_doc_fix | Xavier Ordoquy | |
| The pre_save method no longer works. This resolved issue #2306 | |||
| 2014-12-17 | The pre_save method no longer works. This resolved issue #2306 | Brent O'Connor | |
| 2014-12-17 | Wheel check was breaking tests. Removed it. | Tom Christie | |
| 2014-12-17 | Enforce wheel check before allowing 'setup.pu publish' | Tom Christie | |
| 2014-12-17 | Add missing date | Tom Christie | |
| 2014-12-17 | Merge pull request #2297 from tomchristie/version-3.0.23.0.2 | Tom Christie | |
| Version 3.0.2 | |||
| 2014-12-17 | Merge pull request #2305 from epicserve/tutorial_4_fixes | Tom Christie | |
| With httpie 0.8.0 the HTTP method has to come after the auth argument. | |||
| 2014-12-17 | With httpie 0.8.0 the HTTP method has to come after the auth argument. | Brent O'Connor | |
| 2014-12-17 | Merge pull request #2300 from maryokhin/master | Tom Christie | |
| Docs/tutorial import fixes | |||
| 2014-12-17 | Docs/tutorial import fixes. Refs #2296 | Tymur Maryokhin | |
| 2014-12-17 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-17 | Use six.BytesIO in tutorial. Closes #2296. | Tom Christie | |
| 2014-12-17 | Merge pull request #2298 from epicserve/fix_typo | Tom Christie | |
| Fixed a typo | |||
| 2014-12-17 | Fixed a typo | Brent O'Connor | |
| 2014-12-17 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-17 | Expand permissions docs. Closes #2223. | Tom Christie | |
| 2014-12-17 | Cleanup extra newline | Tom Christie | |
| 2014-12-17 | Version 3.0.2 | Tom Christie | |
| 2014-12-17 | Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default | Tom Christie | |
| Fix empty HTML values when a default is provided. | |||
| 2014-12-17 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-17 | Highlight trailing '.' in command so it wont be missed. | Tom Christie | |
| 2014-12-17 | Fix empty HTML values when a default is provided. | Tom Christie | |
| 2014-12-17 | Merge pull request #2291 from tomchristie/serializer-api-restrictions | Tom Christie | |
| Serializer API restrictions. | |||
| 2014-12-17 | Serializer API restrictions. | Tom Christie | |
| 2014-12-17 | str() -> six.text_type(). Closes #2290. | Tom Christie | |
| 2014-12-17 | Ensure request.auth is available to response middleware. | Tom Christie | |
| 2014-12-17 | Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request | Tom Christie | |
| Set authenticated user on wrapped request | |||
| 2014-12-16 | Add test integrated with middleware | Martin Maillard | |
| 2014-12-15 | Merge pull request #2282 from jpadilla/master | Kevin Brown | |
| Closes #2281 | |||
| 2014-12-15 | Closes #2281 | José Padilla | |
| 2014-12-15 | Minor test cleanup | Tom Christie | |
| 2014-12-15 | Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bug | Tom Christie | |
| Use unicode internally everywhere for 'repr'. | |||
| 2014-12-15 | Remove erronous print | Tom Christie | |
| 2014-12-15 | Use unicode internally everywhere for 'repr' | Tom Christie | |
| 2014-12-15 | Merge pull request #2277 from NullSoldier/doc-fix | Tom Christie | |
| Documentation typo | |||
| 2014-12-15 | Doc typo | Jason Spafford | |
| 2014-12-15 | Merge pull request #2275 from NullSoldier/doc-fix | Tom Christie | |
| Tutorial text consistency for Requests and Responses | |||
| 2014-12-15 | Better messaging for 'Field.to_representation'. Closes #2271. | Tom Christie | |
| 2014-12-15 | Made docs consistent | Jason Spafford | |
| 2014-12-13 | Merge pull request #2269 from ↵ | Tom Christie | |
| bjacobel/bjacobel/documentation-pagination-readonlyfield Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility | |||
| 2014-12-13 | Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility | Brian 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-13 | Merge pull request #2267 from tomchristie/better-misconfigured-serializer-errors | Tom Christie | |
| Better errors when serializer has incorrectly named field. | |||
| 2014-12-13 | Fix test for python2/3 compat | Tom Christie | |
| 2014-12-13 | Better errors when serializer has incorrectly named field. | Tom Christie | |
| 2014-12-13 | Merge pull request #2266 from tomchristie/improve-nested-write-checking | Tom Christie | |
| Improve error checking for nested writes. | |||
