Commit Graph

  • 22ffeafc3e Merge pull request #2311 from tomchristie/allow-empty-text-or-boolean-html-input-if-not-required Tom Christie 2014-12-18 10:55:28 +0000
  • 725bde29c7 Check for wheel install before allowing setup.py publish. Tom Christie 2014-12-18 10:40:40 +0000
  • 1087ccbb25 Drop print statements in tests Tom Christie 2014-12-18 10:39:00 +0000
  • 87ac64e41b Fixes for behavior with empty HTML fields. Tom Christie 2014-12-18 10:36:52 +0000
  • e8b46413a7 Merge pull request #2307 from epicserve/tutorial_6_doc_fix Xavier Ordoquy 2014-12-18 00:09:01 +0100
  • fe71f1b7a3 Merge 4d1ab3204a into b8af83493f Xavier Ordoquy 2014-12-17 23:05:28 +0000
  • 4d1ab3204a Fix the pre_save removal. Xavier Ordoquy 2014-12-18 00:03:58 +0100
  • 7e9aac98fe The pre_save method no longer works. This resolved issue #2306 Brent O'Connor 2014-12-17 16:54:04 -0600
  • b8af83493f Wheel check was breaking tests. Removed it. Tom Christie 2014-12-17 21:33:27 +0000
  • 39766bcc0e Enforce wheel check before allowing 'setup.pu publish' Tom Christie 2014-12-17 21:18:06 +0000
  • f8adbda079 Update documentation Tom Christie 2014-12-17 21:11:20 +0000
  • c87e95c239 Add missing date Tom Christie 2014-12-17 21:11:06 +0000
  • 3c56601df7 Update documentation Tom Christie 2014-12-17 21:10:17 +0000
  • 15c2001de0 Merge pull request #2297 from tomchristie/version-3.0.2 3.0.2 Tom Christie 2014-12-17 21:04:08 +0000
  • e684aedffa Merge pull request #2305 from epicserve/tutorial_4_fixes Tom Christie 2014-12-17 20:48:38 +0000
  • 4f33cfe1a0 With httpie 0.8.0 the HTTP method has to come after the auth argument. Brent O'Connor 2014-12-17 14:38:01 -0600
  • bd482284f9 Update exceptions.py Manuel Zaforas 2014-12-17 18:52:50 +0100
  • a0a601301f Update documentation Tom Christie 2014-12-17 16:32:42 +0000
  • df29641f20 Merge pull request #2300 from maryokhin/master Tom Christie 2014-12-17 16:32:18 +0000
  • eeb6e34064 Docs/tutorial import fixes. Refs #2296 Tymur Maryokhin 2014-12-17 17:28:11 +0100
  • 760da25c60 Update documentation Tom Christie 2014-12-17 16:23:42 +0000
  • 418108632c Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-12-17 16:23:20 +0000
  • 90b8f9221e Use six.BytesIO in tutorial. Closes #2296. Tom Christie 2014-12-17 16:23:00 +0000
  • 5f933f575e Merge pull request #2298 from epicserve/fix_typo Tom Christie 2014-12-17 16:20:22 +0000
  • 530f7a21b3 Fixed a typo Brent O'Connor 2014-12-17 10:19:15 -0600
  • 265ed9377e Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-12-17 16:19:13 +0000
  • c9a2ce0703 Expand permissions docs. Closes #2223. Tom Christie 2014-12-17 16:19:02 +0000
  • 2adfb6c3aa Cleanup extra newline Tom Christie 2014-12-17 16:00:49 +0000
  • bbd55fafc5 Version 3.0.2 Tom Christie 2014-12-17 15:58:30 +0000
  • ad6533e554 Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default Tom Christie 2014-12-17 15:24:01 +0000
  • ffc099a256 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2014-12-17 15:22:40 +0000
  • 1ba822010d Highlight trailing '.' in command so it wont be missed. Tom Christie 2014-12-17 15:22:27 +0000
  • 3fff5cb6e0 Fix empty HTML values when a default is provided. Tom Christie 2014-12-17 15:13:48 +0000
  • a7ff1a210c Updated the docs to make the setup in the quickstart and standard tutorial simpler. Brent O'Connor 2014-12-17 09:00:07 -0600
  • 76cfc5eb8a Merge pull request #2291 from tomchristie/serializer-api-restrictions Tom Christie 2014-12-17 14:46:45 +0000
  • c6137bbf5a Serializer API restrictions. Tom Christie 2014-12-17 14:14:51 +0000
  • 426547c61c str() -> six.text_type(). Closes #2290. Tom Christie 2014-12-17 13:39:35 +0000
  • 65fc0d0f77 Ensure request.auth is available to response middleware. Tom Christie 2014-12-17 13:22:52 +0000
  • 7fbf5b0e6b Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request Tom Christie 2014-12-17 13:12:01 +0000
  • 47fe697707 Merge pull request #2285 from tomchristie/versioning Tom Christie 2014-12-17 12:54:31 +0000
  • 05a6eaec8a More docs, plus 'ALLOWED_VERSIONS' setting. Tom Christie 2014-12-17 12:41:46 +0000
  • 5f8b73d8c9 Merge ff3c8187a6 into d872c8e2e7 Julien Hartmann 2014-12-17 04:27:45 +0000
  • ff3c8187a6 Allow derived serializers to provide extra default fields. Julien Hartmann 2014-12-17 05:24:17 +0100
  • 70bd3a32f7 Minor comment tweak Tom Christie 2014-12-16 20:01:01 +0000
  • fe9647ce92 AcceptHeaderVersioning to return unicode strings. Tom Christie 2014-12-16 16:37:32 +0000
  • 4e91ec6133 Added NamespaceVersioning Tom Christie 2014-12-16 16:14:08 +0000
  • 7cfa0e0306 Merge lateset version-3.1 Tom Christie 2014-12-16 15:35:25 +0000
  • 74483338ab Merge branch 'master' into version-3.1 Tom Christie 2014-12-16 15:34:28 +0000
  • 6e51e4f5cd Versioning first pass Tom Christie 2014-12-16 15:34:19 +0000
  • a68e78bd0b Add test integrated with middleware Martin Maillard 2014-12-16 15:41:16 +0100
  • d872c8e2e7 Merge pull request #2282 from jpadilla/master Kevin Brown 2014-12-15 20:59:48 -0500
  • d71ef9c6d8 Closes #2281 José Padilla 2014-12-15 21:48:31 -0400
  • a15db353bf Minor test cleanup Tom Christie 2014-12-15 13:18:39 +0000
  • b6ee784240 Merge master Tom Christie 2014-12-15 12:18:55 +0000
  • af53e34dd5 Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bug Tom Christie 2014-12-15 12:04:46 +0000
  • dc66cce16d Remove erronous print Tom Christie 2014-12-15 12:01:29 +0000
  • 72e08a3e8b Use unicode internally everywhere for 'repr' Tom Christie 2014-12-15 11:55:17 +0000
  • 1f6fd924fe Merge pull request #2277 from NullSoldier/doc-fix Tom Christie 2014-12-15 10:43:20 +0000
  • 56c09cc1f2 Doc typo Jason Spafford 2014-12-15 02:41:39 -0800
  • d75b48dc35 Merge pull request #2275 from NullSoldier/doc-fix Tom Christie 2014-12-15 09:38:57 +0000
  • 488b13e7b8 Better messaging for 'Field.to_representation'. Closes #2271. Tom Christie 2014-12-15 09:29:54 +0000
  • b951c74df2 Made docs consistent Jason Spafford 2014-12-15 01:24:12 -0800
  • 8934e61b67 Merge branch 'jpadilla-exception-handler-context' into version-3.1 Tom Christie 2014-12-15 09:20:27 +0000
  • d232c5739e Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-rest-framework into version-3.1 Tom Christie 2014-12-15 09:19:53 +0000
  • 4778463e32 Merge branch 'master' into version-3.1 Tom Christie 2014-12-15 09:18:11 +0000
  • d22c0007b3 Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-rest-framework into jpadilla-exception-handler-context Tom Christie 2014-12-15 09:13:27 +0000
  • 5e7c9687c7 First pass at serializer repr bug Tom Christie 2014-12-15 09:13:02 +0000
  • ec235fe7d7 Merge 4ebd8770b9 into a72f812d80 José Padilla 2014-12-15 00:47:41 +0000
  • 4ebd8770b9 Update excepteion_handler signature José Padilla 2014-12-14 20:47:33 -0400
  • 26c223a34f Add get_exception_handler_context() José Padilla 2014-12-14 16:43:58 -0400
  • 89e9fc98d6 Reuse exception_handler variable throughout José Padilla 2014-12-14 15:20:44 -0400
  • fd003fcefa Add pending deprecation warning message José Padilla 2014-12-14 15:03:20 -0400
  • 478c8d724b Update docs José Padilla 2014-12-14 10:16:52 -0400
  • 3f85b476fa Remove test José Padilla 2014-12-14 10:15:13 -0400
  • e8c0766568 Support handlers with and without context José Padilla 2014-12-13 20:54:35 -0400
  • 0d109c90a7 Add context to exception handler #2236 José Padilla 2014-12-13 18:18:00 -0400
  • a72f812d80 Merge pull request #2269 from bjacobel/bjacobel/documentation-pagination-readonlyfield Tom Christie 2014-12-13 19:54:19 +0000
  • 2d470eef80 Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility Brian Jacobel 2014-12-13 14:47:11 -0500
  • d56c3d7d8d Merge c434d1b72f into dd712a1c26 Ben Oswald 2014-12-13 17:45:33 +0000
  • c434d1b72f Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Ben Oswald 2014-12-13 18:44:59 +0100
  • 0e42c2e663 add read_only check for dotted-source fields in serializers Ben Oswald 2014-12-13 18:09:21 +0100
  • dd712a1c26 Merge pull request #2267 from tomchristie/better-misconfigured-serializer-errors Tom Christie 2014-12-13 15:08:36 +0000
  • 4fb757146a Fix test for python2/3 compat Tom Christie 2014-12-13 15:04:39 +0000
  • aa571abb20 Better errors when serializer has incorrectly named field. Tom Christie 2014-12-13 14:58:04 +0000
  • 6158285856 Merge pull request #2266 from tomchristie/improve-nested-write-checking Tom Christie 2014-12-13 14:23:08 +0000
  • c0b9115bec Improve check for nested writes Tom Christie 2014-12-13 14:17:24 +0000
  • eb78da4b54 Merge pull request #2265 from jfw/patch-2 Tom Christie 2014-12-13 07:56:57 +0000
  • 00da241482 documentation typo Jeff Fein-Worton 2014-12-12 22:14:22 -0800
  • a425923e6f Merge 24b49f8cc5 into fd473aa905 Matías Lang 2014-12-12 17:34:27 +0000
  • 24b49f8cc5 Raise 401 error when login failed Matías Lang 2014-12-12 14:34:14 -0300
  • 26131a7aea Fix dependancies Tom Christie 2014-12-12 15:59:11 +0000
  • baaa356489 Merge master Tom Christie 2014-12-12 15:37:43 +0000
  • fd473aa905 Merge pull request #2259 from tomchristie/testclient-logout-also-cancels-force-authenticate Tom Christie 2014-12-12 13:33:06 +0000
  • 8825b258ca Clean up import ordering Tom Christie 2014-12-12 13:22:24 +0000
  • e3b16c8bc6 Python 3 test fix Tom Christie 2014-12-12 13:16:18 +0000
  • 78312d44d1 Client.logout() also clears any force_authenticate Tom Christie 2014-12-12 13:13:08 +0000
  • 903fb5ff96 Merge pull request #2255 from mathspace/charfield-default-message Xavier Ordoquy 2014-12-12 01:54:27 +0100
  • fa1ef33bfc Update CharField default min_length message. Peter Schmidt 2014-12-12 11:16:29 +1100
  • c05c1f5c7c Update documentation Xavier Ordoquy 2014-12-11 22:11:27 +0100
  • dbd057b9a9 Add test Martin Maillard 2014-12-11 20:20:46 +0100