Commit Graph

  • 280dfa4343 Remove 2.0 notice on main docs. Tom Christie 2013-02-04 21:45:38 +0000
  • 7dc4bce4e2 Fix 2.6 compat Tom Christie 2013-02-04 21:35:47 +0000
  • 937ef00808 Merge branch 'master' into 2.2 Tom Christie 2013-02-04 21:19:11 +0000
  • 221e77d357 Fix incorrect test name. Fixes #635 Tom Christie 2013-02-04 21:18:54 +0000
  • 0a38bc9db8 Deal with parser encodings properly Tom Christie 2013-02-04 21:16:34 +0000
  • b052c92ac3 Cleanup imports Tom Christie 2013-02-04 20:55:35 +0000
  • b82227e517 remove broken import Tom Christie 2013-02-04 20:38:18 +0000
  • 8e846bdf52 Merge branch 'py3k' into 2.2 Tom Christie 2013-02-04 20:37:09 +0000
  • 97f2b99495 Don't use deprecated xml style Tom Christie 2013-02-04 19:51:50 +0000
  • 2c634c0e5c Use request.QUERY_PARAMS internally Tom Christie 2013-02-04 19:51:31 +0000
  • 00a3586b94 Merge remote-tracking branch 'upstream/master' into writable-nested-serializers Mark Aaron Shirley 2013-02-04 09:46:50 -0800
  • b9f1fbb5d2 Added @xordoquy for the incredible py3k work! Tom Christie 2013-02-01 15:10:52 +0000
  • 00752dcd2a Py3k cleanup Tom Christie 2013-02-01 15:07:51 +0000
  • f4f237e3ee 3.2, 3.3 compat Tom Christie 2013-02-01 14:03:28 +0000
  • d9c7b1c585 Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working Tom Christie 2013-02-01 11:58:55 +0000
  • d9b73e15c8 Serializers take many=<bool> argument. Tom Christie 2013-01-31 17:06:23 +0000
  • 54677f3bde Merge ef4c25ace6 into 8021bb5d50 Rick Yazwinski 2013-01-30 15:53:28 -0800
  • f1e665673f Tidying Tom Christie 2013-01-30 20:38:11 +0000
  • e4ac566625 Add dprecation warnings Tom Christie 2013-01-30 20:33:50 +0000
  • e24d29ec05 Tweak empty list implementation Tom Christie 2013-01-30 14:21:18 +0000
  • be6df3ae3c Merge branch 'master' into many-fields Tom Christie 2013-01-30 13:41:56 +0000
  • 3c7dff7208 Merge a405f90403 into 8021bb5d50 Stephan Groß 2013-01-30 05:03:20 -0800
  • 8021bb5d50 Added @fernandogrd for bugfix #632. Thanks! Tom Christie 2013-01-30 12:43:52 +0000
  • ce914b03ed Updated release notes. Tom Christie 2013-01-30 12:42:51 +0000
  • 9a4d01d687 Formatting fixes Tom Christie 2013-01-30 12:41:26 +0000
  • 4601487248 Use many=True style for pk relations. Tom Christie 2013-01-30 12:41:18 +0000
  • 2948305b98 Merge pull request #632 from fernandogrd/master Tom Christie 2013-01-30 04:40:39 -0800
  • c6a200d36b Merge 41364b3be0 into 1929159db1 Fernando Rocha 2013-01-30 04:23:04 -0800
  • 41364b3be0 Added regretion test for issue #632 Fernando Rocha 2013-01-30 09:09:17 -0300
  • a405f90403 Update date / datetime validation due to github comments Stephan Groß 2013-01-30 10:59:38 +0100
  • fceacd830f Fix processing of ManyToManyField when it is empty Fernando Rocha 2013-01-29 18:46:05 -0300
  • 8ba586e7d6 Merge 4d8afddfb2 into 1929159db1 eofs 2013-01-29 08:39:26 -0800
  • 39fa8540ec Merge 5d7d51ed9d into 1929159db1 Michal Dvořák 2013-01-29 08:37:35 -0800
  • 1d4030e0f9 Merge b5d8f50f9d into 1929159db1 Tom Christie 2013-01-29 07:00:42 -0800
  • 57fcbda730 fix error message for django < 1.4 Stephan Groß 2013-01-29 13:34:28 +0100
  • e8ccc58254 fix testcase for django < 1.4 Stephan Groß 2013-01-29 13:30:37 +0100
  • 5e354845c5 Add better date / datetime validation Stephan Groß 2013-01-29 12:05:03 +0100
  • 1929159db1 Docs tweaks. Tom Christie 2013-01-29 09:15:08 +0000
  • 5f065153c3 Added @z4r. Thanks! Tom Christie 2013-01-29 09:10:37 +0000
  • 94828f4d1c Merge pull request #629 from z4r/patch-1 Tom Christie 2013-01-29 01:04:59 -0800
  • 481f6f22a1 Merge 85e6360792 into 54096a19fc Andrea de Marco 2013-01-28 13:10:05 -0800
  • 54096a19fc Added @swistakm, for docs fix #625. Thanks! Tom Christie 2013-01-28 21:08:53 +0000
  • 85e6360792 Update rest_framework/serializers.py Andrea de Marco 2013-01-28 22:08:40 +0100
  • 141814585c Update release notes Tom Christie 2013-01-28 12:58:22 +0000
  • a3a06d11cc Ensure model field validation is performed for ModelSerializers with a custom restore_object method. Fixes #623. Tom Christie 2013-01-28 12:56:42 +0000
  • 20e2c350ac Merge 033acfce88 into 94c4a54bf8 Johannes Spielmann 2013-01-28 04:32:01 -0800
  • 94c4a54bf8 Update release notes. Tom Christie 2013-01-28 12:23:18 +0000
  • 17aae6f35c Merge pull request #624 from wronglink/fix_login_page Tom Christie 2013-01-28 04:22:13 -0800
  • bc9e10d471 Merge cb5cc70cba into 2f14d79f4a Michael Elovskikh 2013-01-28 04:18:39 -0800
  • 2f14d79f4a Added @wronglink, for docs fixes in #592. Thanks! Tom Christie 2013-01-28 11:43:41 +0000
  • 69c8bbd251 Merge pull request #625 from swistakm/master Tom Christie 2013-01-28 04:16:50 -0800
  • 3458164d4e Merge 661c8f9ad5 into 8a54426656 swistakm 2013-01-28 04:10:57 -0800
  • 661c8f9ad5 fix mistake in docs swistakm 2013-01-28 13:05:52 +0100
  • cb5cc70cba Login page styles fix. Closes #618. Made with 🍪 Michael Elovskikh 2013-01-28 18:01:44 +0600
  • 8a54426656 Merge pull request #592 from wronglink/docs_patch_method Tom Christie 2013-01-28 03:41:15 -0800
  • ceabb8d024 Merge 499d6424ae into 3bcd38b7d0 Michael Elovskikh 2013-01-28 02:26:43 -0800
  • 499d6424ae Merge branch 'upstream_master' into docs_patch_method Michael Elovskikh 2013-01-28 16:26:16 +0600
  • d710ff9cec Merge e53b66bed8 into 3bcd38b7d0 Michael Elovskikh 2013-01-28 01:55:06 -0800
  • 180c94dc44 Undo changes in browsable-api.md and browser-enhancements.md Michael Elovskikh 2013-01-28 15:54:00 +0600
  • 033acfce88 overriding restore_object on a ModelSerializer causes the validation for model fields to be skipped Johannes Spielmann 2013-01-28 10:50:18 +0100
  • 3bcd38b7d0 Notes on upgrading and versioning. Fixes #620. Tom Christie 2013-01-28 09:10:23 +0000
  • e682bfa54e Drop unneccessary source= argument. Tom Christie 2013-01-28 08:01:54 +0000
  • 896477f650 Added @mktums for docs fix in #621. Thanks! Tom Christie 2013-01-28 07:54:03 +0000
  • b1ae82b498 And link to quickstart. Tom Christie 2013-01-28 07:52:22 +0000
  • b11628f429 Revert comment. Tom Christie 2013-01-28 07:52:04 +0000
  • fdd35cd266 Merge pull request #621 from mktums/patch-1 Tom Christie 2013-01-27 23:50:23 -0800
  • 33ad9e6356 Merge c1dc1860da into a58145e20f Mike TUMS 2013-01-27 23:50:14 -0800
  • a58145e20f Note auto_now, auto_now_add behavior. Refs #622. Tom Christie 2013-01-28 07:46:30 +0000
  • 99ef0bcad9 Tweak description of example throttle. Tom Christie 2013-01-28 07:37:15 +0000
  • e649f2ec61 Example custom authentication. Fixes #301. Tom Christie 2013-01-28 07:36:57 +0000
  • cb219fa04f Example custom throttle. Fixes #300. Tom Christie 2013-01-28 07:30:28 +0000
  • 84a33b0a1f Example custome permission. Fixes #299. Tom Christie 2013-01-28 07:29:50 +0000
  • c1dc1860da Update docs/tutorial/1-serialization.md Mike TUMS 2013-01-28 00:32:32 +0400
  • ccb4ef0811 Typo Tom Christie 2013-01-27 19:34:16 +0000
  • d4f38dece4 Fix link to django docs. Tom Christie 2013-01-27 17:32:54 +0000
  • a7479e02fa AJAX, CSRF & CORS documentation Tom Christie 2013-01-27 17:23:56 +0000
  • cec8f7a150 Update docs/index.md mayres 2013-01-26 20:55:09 -0800
  • b5d8f50f9d Merge branch 'master' into many-fields Tom Christie 2013-01-26 21:37:43 +0000
  • a75db4cfb8 Version 2.1.17 2.1.17 Tom Christie 2013-01-26 20:59:15 +0000
  • 4d43e9f7de Test for custom pagination serializers. Also refs #604. Tom Christie 2013-01-26 20:55:09 +0000
  • a51bca32fd Fix issues with custom pagination serializers Tom Christie 2013-01-26 20:54:41 +0000
  • b41f258ee5 Serializers should accept source='*' argument. Fixes #604. Tom Christie 2013-01-26 20:54:03 +0000
  • a2dcf5e878 Fix pagination docs Tom Christie 2013-01-26 20:52:58 +0000
  • fa349f4b55 Added @guglielmo, for the tutorial fix in #614. Thanks! Tom Christie 2013-01-26 20:13:44 +0000
  • 8adc19bd9f Merge a2ff6b7285 into 452fd8e222 Darrin Massena 2013-01-26 08:36:50 -0800
  • 0cc9c39424 Merge cbddcb21d4 into 452fd8e222 Marc Gibbons 2013-01-26 08:30:41 -0800
  • cbddcb21d4 Added link at end of document to the docs github repository Marc Gibbons 2013-01-26 11:27:15 -0500
  • 68e28166dd Added myself to the contributor list Marc Gibbons 2013-01-26 11:27:05 -0500
  • 452fd8e222 Merge pull request #614 from guglielmo/patch-1 Tom Christie 2013-01-26 08:14:10 -0800
  • aab173bfa9 Added a topic on documenting your API project with django-rest-framework-docs Marc Gibbons 2013-01-26 11:12:58 -0500
  • 5d9c2cb3f6 Added a topic on documenting your API project with django-rest-framework-docs Marc Gibbons 2013-01-26 11:12:43 -0500
  • 6fbcb5db65 Added a script to ease start of development. Changed the name of the runtests folder to tools to reflect that it is no longer only for test running purposes but for development purposes. Omer Katz 2013-01-25 23:17:15 +0300
  • 09caf49f6f Wrote the runautopep8.py script in order to ease running of autopep8. Fixed typo in development.txt Omer Katz 2013-01-25 20:34:43 +0300
  • 12790726ab Merge 25f2d3b561 into b783887c33 Guglielmo 2013-01-25 09:16:26 -0800
  • 25f2d3b561 Update docs/tutorial/4-authentication-and-permissions.md Guglielmo 2013-01-25 18:16:14 +0100
  • f5b5e318a6 Fixed PEP8 error E711 comparison to None should be 'if cond is None that required manual review. Omer Katz 2013-01-25 20:07:17 +0300
  • 862cafa81a Travis will now check if django rest framework conforms to pep8 before running the tests. Added autopep8 to the development process. Applied it for the first time. Omer Katz 2013-01-25 19:46:37 +0300
  • e92a01224d The build will now fail if code coverage is below the CODE_COVERAGE_TRESHOLD setting. Currently set to 80. Omer Katz 2013-01-25 19:26:14 +0300
  • 799f35a1c3 Replaced the custom runner with django-discover-runner. Omer Katz 2013-01-25 17:52:28 +0300
  • b783887c33 Test for GFK, using RelatedField. Refs #607. Tom Christie 2013-01-25 14:36:27 +0000