Commit Graph

  • 3dc83fb458 More python blocks Steve Lacey 2015-02-27 16:35:21 +0000
  • 29c8146c00 Stripped indent now using a code block Steve Lacey 2015-02-27 16:33:00 +0000
  • ace82b78d6 Added _url to vars and reordered Steve Lacey 2015-02-27 16:32:15 +0000
  • 72b4310129 Improved on LinkHeaderPagination example Steve Lacey 2015-02-27 15:53:40 +0000
  • c217a767fa Merge b2ce307d78 into f09d28e6d6 David Muller 2015-02-27 15:43:15 +0000
  • f09d28e6d6 Merge pull request #2613 from Ian-Foote/python2-validators José Padilla 2015-02-27 11:42:41 -0400
  • 32c885c2a0 Ensure validators are new-style classes on python2 Ian Foote 2015-02-27 15:22:19 +0000
  • cda74b5997 Merge pull request #2608 from ezheidtmann/dont-swallow-errors-in-callable-sources Tom Christie 2015-02-27 09:13:01 +0000
  • b2ce307d78 Make markdown extensions a DRF setting David Muller 2015-02-26 11:22:09 -0800
  • e6b06c34c1 Add explanation for this exception mutation Evan Heidtmann 2015-02-26 09:20:17 -0800
  • bdb73d5588 Avoid swallowing exceptions thrown in callable attributes Evan Heidtmann 2015-02-26 09:00:51 -0800
  • 16ffe5e31f Add tests for callable attributes raising exceptions Evan Heidtmann 2015-02-26 08:34:14 -0800
  • c66f23391a Merge pull request #2572 from Ins1ne/master Tom Christie 2015-02-26 15:56:18 +0000
  • d219fc0d81 Merge pull request #2602 from dbrgn/fix-1602 Tom Christie 2015-02-26 15:52:54 +0000
  • dafc045c2d Merge pull request #2606 from tomchristie/1.8-beta Tom Christie 2015-02-26 13:49:44 +0000
  • 1b398a20de Who care what we do when it's totally malformed? Not me. Tom Christie 2015-02-26 13:41:25 +0000
  • 4b745eef3a Update test for more graceful 1.8 handling of malformed filename encodings Tom Christie 2015-02-26 13:25:14 +0000
  • b3956bc591 Upgrade testing env name to django18beta Tom Christie 2015-02-26 13:23:05 +0000
  • 6bbd509f34 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2015-02-26 13:20:45 +0000
  • 8f988466a5 Docs on exception handler context. Closes #2604. Tom Christie 2015-02-26 13:20:26 +0000
  • 88cd86c956 Merge pull request #2587 from jpadilla/select-multiple-disabled Tom Christie 2015-02-26 12:54:58 +0000
  • e72428214c Formally upgrade suport to Django 1.8-beta Tom Christie 2015-02-26 12:53:24 +0000
  • 03818ed004 Pagination tweaks and docs Tom Christie 2015-02-26 12:48:34 +0000
  • 44d42221ca Merge pull request #2605 from Tivix/master Tom Christie 2015-02-26 09:13:11 +0000
  • 86c5fa2401 Force-evaluate querysets (see #2602) Danilo Bargen 2015-02-25 16:20:45 +0100
  • b92d6df66a Update third-party-resources.md Mateusz Sikora 2015-02-25 18:53:33 +0100
  • e51dc1855c Update authentication.md Mateusz Sikora 2015-02-25 18:51:20 +0100
  • 71619a02c5 Update third-party-resources.md Mateusz Sikora 2015-02-25 17:58:54 +0100
  • 5688d8b736 Merge pull request #2601 from k4nar/refactor_simplerouter Tom Christie 2015-02-25 13:04:49 +0000
  • 940cf2e2e0 Remove duplicated code in routers.SimpleRouter Yannick PEROUX 2015-02-25 13:29:07 +0100
  • 90f1c04c6b Merge pull request #2595 from k4nar/fix_url_path Tom Christie 2015-02-25 11:36:05 +0000
  • 9cafdd1854 Add a test for #2583 fix Yannick PEROUX 2015-02-24 17:14:53 +0100
  • bdc64d4e73 Fix removal of url_path on @detail_route and @list_route. Fix # #2583 Yannick PEROUX 2015-02-25 11:54:11 +0100
  • 4648152d61 fixed commas in tutorial 6 Ben Hoff 2015-02-25 04:53:40 -0600
  • abe4088082 changed from implicit else return to explict else return. Added in queryset to fix bug Ben Hoff 2015-02-25 04:50:17 -0600
  • 78b3a43c9b Changed from the implicity else return to explict else return. Also, commas Ben Hoff 2015-02-25 04:36:44 -0600
  • b69032f3a7 Merge pull request #2586 from rense/master Tom Christie 2015-02-21 15:31:02 +0000
  • bab36779a0 Merge pull request #2589 from ludbek/master José Padilla 2015-02-21 11:25:52 -0400
  • 91416632a8 DecimalField fix Rense VanderHoek 2015-02-21 12:31:37 +0100
  • f29b657798 updated outdated link at testing.md#APIClient ludbek 2015-02-21 07:52:56 +0545
  • 3866a1be70 using SQL in exclude() vs manually compiling pks to exclude Miroslav Shubernetskiy 2015-02-20 18:16:08 -0500
  • 14b8d22346 explicitly importing QuerySet to fix failing import in older Django versions Miroslav Shubernetskiy 2015-02-20 18:13:15 -0500
  • d0539a11e9 Merge pull request #2588 from maryokhin/master Tom Christie 2015-02-20 20:28:20 +0000
  • 7345830c88 Check if sessions are enabled before calling logout. Closes #2545. Tymur Maryokhin 2015-02-20 20:12:39 +0100
  • 9cb547b85f Validator-fix, added min/max fields to test_metadata Rense VanderHoek 2015-02-20 17:34:49 +0100
  • bb8690cfb3 Disable select field if no choices available José Padilla 2015-02-20 11:43:12 -0400
  • c8609ba652 Set field length/values as actual attributes. Rense VanderHoek 2015-02-20 16:31:12 +0100
  • c0916c2859 Documentation test fix double word aRkadeFR 2015-02-20 15:59:10 +0100
  • dc8cc86077 Merge pull request #2580 from jpadilla/master Carlton Gibson 2015-02-20 13:00:46 +0100
  • 60617f876a Fixes HiddenField being rendered in HTMLFormRenderer Rubén Durá Tarí 2015-02-12 12:03:00 +0000
  • 50aa6d92cd Update CONTRIBUTING.md mikewaters 2015-02-19 23:26:47 -0500
  • 777f4e8212 Failing test for #2552 José Padilla 2015-02-19 12:23:44 -0400
  • aa7ed316d8 Return UniquenessTogetherModel to previous state Aider Ibragimov 2015-02-19 18:09:04 +0300
  • fe8d95f93e Skip validation of NULL field only if it part of unique_together Aider Ibragimov 2015-02-19 18:03:44 +0300
  • 7be5961b0a Allow Field to accept arbitrary kwargs savingschampion 2015-02-19 11:58:04 +0000
  • 83d5da54ca fix in UniqueTogetherValidator to allow it to handle querysets this is especially important when using a serializer with many=True and the model having unique multiple constrains Miroslav Shubernetskiy 2015-02-18 23:02:45 -0500
  • af30319f3b add KeyError exception with valid choice message. Matt Bartolome 2015-02-18 10:31:50 -0800
  • 3d85473edf Fix UniqueTogetherValidator for NULL values Aider Ibragimov 2015-02-18 21:00:12 +0300
  • f21aa33a90 Merge 864335d9b3 into 4f1506c77e mattxbart 2015-02-18 17:05:51 +0000
  • 864335d9b3 fix for keyerror with choicefield Matt Bartolome 2015-02-18 08:42:19 -0800
  • da9daa7002 fix KeyError Matt Bartolome 2015-02-18 08:39:31 -0800
  • 4bc3c2354a fix isoformat error Matt Bartolome 2015-02-18 08:38:08 -0800
  • 4f1506c77e Merge pull request #2562 from phalt/force-auth-docs José Padilla 2015-02-18 12:20:09 -0400
  • d9c652813d add missing import in tests Paul Hallett 2015-02-16 16:07:08 +0000
  • 3fd2b38a82 Merge b18fe44b90 into 3a71b6c9f5 Omer Katz 2015-02-18 13:28:44 +0000
  • b18fe44b90 Switched from directly specifying pip to specifying which directory to cache. Omer Katz 2015-02-18 15:28:41 +0200
  • 4f19e1d1b3 Merge eb05e93a46 into 3a71b6c9f5 Tom Christie 2015-02-17 16:49:43 +0000
  • eb05e93a46 I don't understand how this thing works Tom Christie 2015-02-17 16:49:36 +0000
  • 3a71b6c9f5 Merge pull request #2569 from k4nar/k4nar-requests-typo Tom Christie 2015-02-17 16:46:27 +0000
  • ed0068183f Make tox skip the sdist build. Tom Christie 2015-02-17 16:40:39 +0000
  • 30e6f32f6f Fix typo in requests.md Yannick PÉROUX 2015-02-17 17:08:30 +0100
  • e45e0f0567 Update version Tom Christie 2015-02-17 13:44:42 +0000
  • f1e517449a Minor docs tweak Tom Christie 2015-02-17 13:41:59 +0000
  • 691ae5b646 Recommend 'pip list --outdated' instead of using pip-review Tom Christie 2015-02-17 13:40:59 +0000
  • 466bbbb308 Merge pull request #2568 from tomchristie/requirements-refactor Tom Christie 2015-02-17 13:03:56 +0000
  • 028c477c22 Note on using pip-review in docs. Tom Christie 2015-02-17 12:56:19 +0000
  • 9f4f9c9c9f Single source of truth for requirements Tom Christie 2015-02-17 12:46:55 +0000
  • 85bf127943 Merge pull request #2567 from carltongibson/18-warning José Padilla 2015-02-17 08:39:06 -0400
  • dbd2352165 Fixes for latest pep8 updates. Refs #2563. Tom Christie 2015-02-17 10:58:00 +0000
  • c5eb5b2201 Move importlib fallback into compat. Carlton Gibson 2015-02-17 11:55:15 +0100
  • 76fe710c0d Merge pull request #2565 from carltongibson/18-warning Tom Christie 2015-02-17 10:25:56 +0000
  • daf1d59d0f Adjust importlib import Carlton Gibson 2015-02-17 11:22:37 +0100
  • b63bb6671f Added pip downloads caching in travis. Omer Katz 2015-02-17 10:10:21 +0200
  • e621ceddea fix url field representation hippp 2015-02-11 17:27:04 +0800
  • 4248a8d3fc Merge pull request #2198 from tomchristie/version-3.1 Tom Christie 2015-02-13 13:38:44 +0000
  • 7577e1766a Merge 843daa37bf into 84260b5dd6 Philip Neustrom 2015-02-13 02:29:42 +0000
  • 843daa37bf Merge remote-tracking branch 'upstream/master' into paginate_kwarg_setting Philip Neustrom 2015-02-12 18:28:19 -0800
  • 58d1ca8671 Fixes HiddenField being rendered in HTMLFormRenderer Rubén Durá Tarí 2015-02-12 12:03:00 +0000
  • 84260b5dd6 Merge pull request #2550 from maryokhin/patch-1 Kevin Brown 2015-02-11 19:39:51 -0500
  • 9d80335ac8 Remove '.model' shortcut from viewset docs. Refs #2486. Closes #2549. Tymur Maryokhin 2015-02-12 01:10:03 +0100
  • ad32e14360 Merge branch 'version-3.1' of https://github.com/tomchristie/django-rest-framework into version-3.1 Tom Christie 2015-02-11 14:19:18 +0000
  • c3425accde Fix incorrect HTML parsing for DictField Tom Christie 2015-02-11 14:19:07 +0000
  • 3d25dadbf3 change custom message for clarity donewell 2015-02-11 11:20:03 +0000
  • 9a9a00bff2 simplify argument handling donewell 2015-02-11 11:15:01 +0000
  • 6048152c2c Merge 36cd8663d4 into 637af1fc14 Omer Katz 2015-02-10 23:44:19 +0000
  • ccb2b8ff69 Update documentation Xavier Ordoquy 2015-02-10 23:56:05 +0100
  • 637af1fc14 Merge pull request #2540 from linovia/release/3.0.5 3.0.5 Xavier Ordoquy 2015-02-10 23:48:38 +0100
  • 59b3fe8f39 Bumped the version to 3.0.5 Xavier Ordoquy 2015-02-10 22:48:04 +0100
  • f6033cee87 Add release notes for 3.0.5. Xavier Ordoquy 2015-02-10 22:36:41 +0100
  • 9ea615af14 add message to custom permission donewell 2015-02-10 17:41:03 +0000