Commit Graph

  • 825e67454d Merge pull request #3527 from potpath/patch-2 José Padilla 2015-10-21 08:03:07 -0400
  • cbee382590 Merge remote-tracking branch 'reference/master' into feature/deprecated Xavier Ordoquy 2015-10-21 13:51:50 +0200
  • 9634cea474 Fix broken link caused by case sensitivity potpath 2015-10-21 18:43:07 +0700
  • 8fa7c5c914 Exclude collections.Mapping from allowable data types in ListField Dawn Pattison 2015-10-20 08:56:39 -0400
  • 026e114665 Merge remote-tracking branch 'reference/master' into bug/3354 Xavier Ordoquy 2015-10-20 14:44:44 +0200
  • c68d932ac9 Merge pull request #3525 from tomchristie/django-19-beta Tom Christie 2015-10-20 11:02:30 +0100
  • 5b5d6f1d4b Test against Django 1.9 beta Tom Christie 2015-10-20 10:53:45 +0100
  • 0d1637d666 Minor docs update Tom Christie 2015-10-20 10:49:39 +0100
  • 4e24374c14 Merge pull request #3521 from agconti/master José Padilla 2015-10-19 21:35:31 -0400
  • 3a4be046bd Refactor the message generation to delay the formatting. Xavier Ordoquy 2015-10-19 22:42:52 +0200
  • 9ad8d08683 update tests for csrf logic change of SessionAuthentication Elephant Liu 2015-10-19 21:19:16 +0800
  • 9c412426b5 return AnonymousUser in SessionAuthentication if csrf check failed Elephant Liu 2015-10-19 21:18:33 +0800
  • 34eb18b498 Merge branch 'master' into filters Tom Christie 2015-10-19 13:14:42 +0100
  • 86470b7813 Merge pull request #3517 from thedrow/feature/set-and-dict-literals Tom Christie 2015-10-19 09:46:36 +0100
  • 6757da5aab docs(third-party-resources): added cookiecutter-django-rest to misc third party resources agconti 2015-10-18 20:13:09 -0400
  • 2e178bc970 Replaced all dict and set conversions from lists to dict and set literals. Omer Katz 2015-10-17 12:00:11 +0300
  • dac1637bb3 Use set instead of Set Dawn Pattison 2015-10-16 16:06:18 -0400
  • b9316154b1 Add tuple and Set to allowed ListField data types Dawn Pattison 2015-10-16 16:02:13 -0400
  • df025f3d98 Merge pull request #3515 from Photonomie/doc-typo José Padilla 2015-10-16 15:41:12 -0400
  • 0825e3c30e Update signature for exception_handler as per docs here http://www.django-rest-framework.org/api-guide/exceptions/ Muizudeen Kusimo 2015-10-16 15:03:46 -0400
  • 9a4eff6820 Change context argument for custom_exception_handler to dictionary Muizudeen Kusimo 2015-10-16 15:02:34 -0400
  • f808f08a0d Require that data is a list. Dawn Pattison 2015-10-16 14:43:43 -0400
  • dc72fb4746 Missing the source= keyword for the URLField parameter Pierre Dulac 2015-10-16 19:43:00 +0200
  • 2b48906ca6 Initializes _errors attribute and update parent errors Daniel Salazar 2015-10-16 16:25:35 +0200
  • 597b947c79 Fix the import sorting Pierre Dulac 2015-10-16 16:24:42 +0200
  • f172f0d43f Fix the compatibility with the OneToOneField class Pierre Dulac 2015-10-16 16:21:59 +0200
  • 0a89478972 Use compat implementations for the old meta api methods Pierre Dulac 2015-10-16 15:37:26 +0200
  • 2cc3b417fa Fix the indentation Pierre Dulac 2015-10-16 15:29:07 +0200
  • 5a72847b76 Use backward compatible implementation for the meta api calls Pierre Dulac 2015-10-16 15:24:40 +0200
  • bf2169e842 Merge 8fdc07a6ca into c94b354efa Aldarn 2015-10-16 12:19:34 +0000
  • 8fdc07a6ca Added view name to has_permission error message Aldarn 2015-10-16 13:19:10 +0100
  • c94b354efa Merge pull request #3509 from jpadilla/textfield-max-length Tom Christie 2015-10-16 12:31:26 +0100
  • a1dad503cf Map TextField max_length to CharField José Padilla 2015-10-16 07:17:33 -0400
  • f29bccd7e4 Update serializers.py orf 2015-10-16 11:08:55 +0100
  • bd8d2a8b51 Update serializers.py orf 2015-10-16 11:03:35 +0100
  • 8b7acc2ab7 Update serializers.py orf 2015-10-16 10:02:57 +0100
  • b5cd438986 Update serializers.py orf 2015-10-16 09:50:15 +0100
  • 1b4a41cb80 Merge pull request #3502 from auvipy/master Xavier Ordoquy 2015-10-15 10:41:07 +0200
  • 4db2501399 removed south_migrations directory auvipy 2015-10-15 14:17:56 +0600
  • 392df94693 removed south migrations auvipy 2015-10-15 14:16:35 +0600
  • 5570db402f Merge pull request #3501 from ztanner/patch-1 Xavier Ordoquy 2015-10-15 08:21:22 +0200
  • 6fe021eea7 Various typo fixes Zack Tanner 2015-10-14 19:09:11 -0700
  • 4a6d27ccbb update style of the note Aider Ibragimov 2015-10-14 17:04:47 +0300
  • ad001143c9 Merge pull request #3498 from Ins1ne/feature/admin_renderer_jquery José Padilla 2015-10-14 09:06:52 -0400
  • 79008ea210 fix typo for adding jquery string in AdminRenderer Aider Ibragimov 2015-10-14 15:56:26 +0300
  • 5342f22009 return typo back for new pr, update docs Aider Ibragimov 2015-10-14 15:54:43 +0300
  • b19865f88d fix typo in adding jquery string, update docs about detail page link for AdminRenderer Aider Ibragimov 2015-10-14 15:14:35 +0300
  • 3315ec72a9 fix ci build, make more clear flow Aider Ibragimov 2015-10-14 12:57:49 +0300
  • f88bd2979a fix PostgreSQL fields DataError in unique validator Aider Ibragimov 2015-10-13 18:39:57 +0300
  • 90247afe29 Docs on Forms API Tom Christie 2015-10-12 21:14:58 +0100
  • 68312cb0bc Merge pull request #3488 from demokrates/patch-1 Xavier Ordoquy 2015-10-12 10:25:39 +0200
  • 47c9d2a4d3 Update versioning.md demokrates 2015-10-12 10:10:08 +0200
  • c774a4c378 Merge branch 'master' of https://github.com/rense/django-rest-framework Rense VanderHoek 2015-10-10 23:18:16 +0200
  • fa1cfae991 Merge pull request #3485 from dulmandakh/dulmandakh-guardian-check-installed-apps Xavier Ordoquy 2015-10-09 08:13:42 +0200
  • 431ac45168 Update compat.py Dulmandakh 2015-10-09 11:03:19 +0800
  • 2e24eae49a Serialize mapping attributes Omar Khan 2015-10-09 07:37:26 +0700
  • 85cd717ec0 Merge pull request #3481 from nryoung/fix-codecov Tom Christie 2015-10-08 19:47:33 +0100
  • 739d3892c5 Fix codecov on Travis CI Nic Young 2015-10-07 22:20:46 -0700
  • 1abd50143d Fix #3434 José Padilla 2015-10-06 08:35:59 -0400
  • 10c72132bf small `deprecated refactor Xavier Ordoquy 2015-10-06 23:36:02 +0200
  • 3e2a07d5d6 Fix import order. Xavier Ordoquy 2015-10-06 21:55:04 +0200
  • 589e54d73f Fix import order. Xavier Ordoquy 2015-10-06 21:53:06 +0200
  • a8e5e73ff1 Merge remote-tracking branch 'reference/master' into feature/deprecated Xavier Ordoquy 2015-10-06 20:19:37 +0200
  • 41182c6f06 Formns API Tom Christie 2015-10-06 10:58:20 +0100
  • d7799c32c8 Changing signature for get_object() within GenericAPIView to match with Django's SingleObjectMixin's signature for get_object() by adding a kwarg for queryset. disturbedmime 2015-10-03 14:07:36 -0700
  • 6fb96e93ef Merge pull request #3469 from PhilipGarnero/patch-1 Xavier Ordoquy 2015-10-03 07:48:50 +0200
  • 3cdd3c5f6e Added django-rest-framework-social-oauth2 to list of third party packages Philip Garnero 2015-10-02 14:30:27 -0700
  • 63662e352d Merge pull request #3461 from mcastle/patch-1 Tom Christie 2015-10-02 11:07:20 +0100
  • de65da983e Expand documentation on url key -> Location Joe Simpson 2015-10-01 14:36:47 +0100
  • a74b3a711e Django 1.9 uses urlpattern.callback; added support while keeping backwards compatibility Jussi Vaihia 2015-10-01 14:09:42 +0300
  • 4edf446692 Updated NestedBoundField as_form_field to handle None andrewdodd 2015-10-01 11:13:03 +0200
  • 689afd83cc Merge pull request #3462 from theengineear/patch-1 Xavier Ordoquy 2015-10-01 10:22:55 +0200
  • f60c0e99f6 Small doc typo throttles --> throttling Andrew 2015-10-01 14:25:04 +0700
  • 670b0b710b Use serializers.ValidationError Marlon 2015-09-30 21:09:37 -0500
  • cadbfbabe2 Merge pull request #3459 from rhblind/master Xavier Ordoquy 2015-09-30 10:26:58 +0200
  • 0e56b2ea74 Added drf-haystack to third party resources Rolf Håvard Blindheim 2015-09-30 10:24:21 +0200
  • 71c37762d6 Merge pull request #3457 from pombredanne/patch-1 Xavier Ordoquy 2015-09-29 22:00:44 +0200
  • 3262ee6c90 Fixed minor doc typo. Philippe Ombredanne 2015-09-29 21:59:09 +0200
  • de5732f393 Merge pull request #3454 from tomchristie/json-field Tom Christie 2015-09-28 17:52:58 +0100
  • 265ec8ac62 Handle binary or unicode with JSONField Tom Christie 2015-09-28 17:47:51 +0100
  • dad207de66 Don't attempt to test dicts (unordered) Tom Christie 2015-09-28 17:41:09 +0100
  • ec8098b7e2 Work around 2.x/3.x json.dumps() return type fuzziness Tom Christie 2015-09-28 17:32:36 +0100
  • 10dbf1316f Added JSONField. Closes #3170. Tom Christie 2015-09-28 17:25:52 +0100
  • bae47b7f36 Merge pull request #3453 from tomchristie/remove-content-overriding Tom Christie 2015-09-28 16:42:42 +0100
  • ed677f0138 Update docs for content overriding Tom Christie 2015-09-28 16:37:48 +0100
  • c64896c849 More cleanup of browser overrides Tom Christie 2015-09-28 15:33:55 +0100
  • d7142e23ac Merge branch 'master' into remove-content-overriding Tom Christie 2015-09-28 15:15:50 +0100
  • ceda23ced6 Merge eec1156f63 into ca8313aeac Tom Christie 2015-09-28 11:34:12 +0000
  • 3d7740fbf3 Merge pull request #3450 from tomchristie/django-19-alpha Tom Christie 2015-09-28 12:01:59 +0100
  • 02e1f69d2b Django 1.9 support Tom Christie 2015-09-28 11:44:07 +0100
  • c4211ce7d8 Merge pull request #3449 from tomchristie/carltongibson-drop-django-16 Tom Christie 2015-09-28 11:23:23 +0100
  • 2d0b54e263 Merge branch 'drop-django-16' oft https://github.com/carltongibson/django-rest-framework into carltongibson-drop-django-16 Tom Christie 2015-09-28 11:17:48 +0100
  • 4762a73e34 Merge pull request #3342 from tomchristie/version-3.3 Tom Christie 2015-09-28 11:06:42 +0100
  • ca8313aeac Merge branch 'master' into version-3.3 Tom Christie 2015-09-28 10:57:14 +0100
  • 1b7351763c Fixed missing limit swap in get_next_link Nick Horelik 2015-09-25 16:01:02 +0000
  • 6d067bcd65 Changed whitespace to satisfy the linter Nick Horelik 2015-09-25 15:33:11 +0000
  • 16e7148d3b Memoize object lookups in GenericApiView Ragheed Al-midani 2015-09-25 05:00:58 -0400
  • 589a218413 Merge 9a6c0611ac into 6284bceaaf Carlton Gibson 2015-09-25 08:28:13 +0000
  • 08e2071d02 Fixed ZeroDivisionError on limit=0 in pagination Nick Horelik 2015-09-24 23:10:50 +0000
  • 145e240969 Added page_links check to limit=0 pagination test Nick Horelik 2015-09-24 23:09:38 +0000