Commit Graph

  • 04ebb1ef04 upgraded minor django version n tox Asif Saifuddin Auvi 2016-05-03 09:50:52 +0600
  • 38683d304c Merge 550e9af04a into a9bbb502cb Magnus Staberg 2016-05-03 03:46:49 +0000
  • 7c74662c07 Handle incorrectly padded HTTP basic auth header Germán Larraín 2016-05-02 15:35:30 -0300
  • 8369e7c175 Merge branch 'master' into fix-type-annotations kammala 2016-05-02 09:29:04 +0300
  • 0bdd0672f5 Merge 9d3dfd1253 into a9bbb502cb Mitar 2016-05-01 16:30:46 +0000
  • a9bbb502cb Remove references to South as we don't need it any longer. (#4085) Xavier Ordoquy 2016-04-29 15:16:03 +0200
  • 20503ce5e3 Add backquotes to the variables. Xavier Ordoquy 2016-04-29 14:07:52 +0200
  • d3c23a696d Add backquotes to the variables. Xavier Ordoquy 2016-04-29 14:06:00 +0200
  • 52090bbe08 Add a note about auth_token including Django migrations. Xavier Ordoquy 2016-04-29 14:02:34 +0200
  • ed54d6c156 Remove references to South as we don't need it any longer. Xavier Ordoquy 2016-04-29 11:07:45 +0200
  • 9e572d444e Update Dutch translation Hans van Luttikhuizen 2016-04-29 10:29:54 +0200
  • 2e18e5f64d Fix a typo Hans van Luttikhuizen 2016-04-29 10:16:39 +0200
  • 3cbb515787 linting p.kamayev 2016-04-28 11:20:34 +0300
  • edc7680b76 small refactoring p.kamayev 2016-04-28 10:45:38 +0300
  • aadbc0c83c moved to compat and covered by tests p.kamayev 2016-04-28 08:02:28 +0300
  • 534f79a21e update get_serializer_class issue #4077 Rex Salisbury 2016-04-27 15:40:08 -0700
  • 82475ed5f5 fixed check for simple function in fields to support type annotated functions[F p.kamayev 2016-04-27 20:51:11 +0300
  • 88c80fe2e9 Fixed DecimalField arbitrary precision support (#4075) Daniele Varrazzo 2016-04-27 17:04:01 +0100
  • 5e3f7c4e19 Fixed DecimalField arbitrary precision support Daniele Varrazzo 2016-04-27 14:55:57 +0100
  • 47d0a2a394 Fix linter failure Alex Reid 2016-04-27 13:26:25 +0100
  • 91e215a7e5 Add failing test for issue #4073 Alex Reid 2016-04-27 13:19:54 +0100
  • 4f16c54428 Merge pull request #4049 from clintonb/csrf-cookie-fix José Padilla 2016-04-26 11:43:23 -0300
  • f4157ccb9d A little tricky change S.Mohammad Emami Razavi 2016-04-25 12:45:52 +0430
  • e131389c1a A little tricky change S.Mohammad Emami Razavi 2016-04-25 12:44:35 +0430
  • a3d51a9350 Remove redundant parentheses in return statement Omid Raha 2016-04-25 09:53:49 +0430
  • 1823662e1e Merge pull request #4044 from linovia/merge/3.3.x_to_master Xavier Ordoquy 2016-04-21 11:31:15 +0200
  • d3a30d40b3 converted get_pk to use remote field auvipy 2016-04-21 00:44:33 +0600
  • 3e8f1c9b3a added get_remote_field compat function auvipy 2016-04-21 00:19:30 +0600
  • 888e5c78bd Update README.md (#4055) Puneet Aggarwal 2016-04-19 19:39:16 +0530
  • cee5055b7a fix deprecated warning of inspect Elephant Liu 2016-04-19 17:34:51 +0800
  • 343b055ba7 fix_inspect_deprecated_warning: inspect.getargspec is deprecated since Python 3.0. Elephant Liu 2016-04-19 15:43:00 +0800
  • d19484ee13 Update README.md Puneet Aggarwal 2016-04-18 20:09:05 +0530
  • 68e52db4a2 Add Gitter badge The Gitter Badger 2016-04-18 10:51:15 +0000
  • 9d9658f128 Added support for custom CSRF cookie names Clinton Blackburn 2016-04-11 23:04:20 -0400
  • 08dad04b19 Fix warnings when running tests (#4047) Phivos Stylianides 2016-04-11 16:13:11 +0300
  • 9d346e1c31 Fix warnings when running tests Phivos Stylianides 2016-04-11 15:28:11 +0300
  • d87f2bc7b6 OrderingFilter adjustements (#3983) Simon Charette 2016-04-08 10:37:23 -0400
  • 6c6d926cb3 Extract exception handler usage to separate method. Piotr Maliński 2016-04-08 16:18:38 +0200
  • bff3bebdbe Merge remote-tracking branch 'reference/stable/3.3.x' into merge_test Xavier Ordoquy 2016-04-08 15:46:17 +0200
  • 95418eb8ac Add the medium collection related to Django REST framework. (#4043) Xavier Ordoquy 2016-04-08 15:43:10 +0200
  • 02ae05026f Add the medium collection related to Django REST framework. Xavier Ordoquy 2016-04-08 14:30:58 +0200
  • 10a080d395 Merge pull request #4041 from linovia/bug/fix_correct_string_type Xavier Ordoquy 2016-04-07 20:16:25 +0200
  • 29a2e549c1 Merge remote-tracking branch 'reference/master' into bug/fix_correct_string_type Xavier Ordoquy 2016-04-07 18:03:12 +0200
  • 2622588b30 Typo correction. Xavier Ordoquy 2016-04-07 18:00:17 +0200
  • 019c6db759 Fix the string_types / text_types confusion introduced in #4025 (#4035) Xavier Ordoquy 2016-04-07 17:34:27 +0200
  • 78e4ea0d6e No auth view failing permission should raise 403 Jonathan Liuti 2016-04-07 17:24:26 +0200
  • 4def1935a1 No auth view failing permission should raise 403 Jonathan Liuti 2016-04-07 16:40:14 +0200
  • 6a29196712 Merge pull request #4038 from raphaelgyory/master Xavier Ordoquy 2016-04-06 17:26:16 +0200
  • b870101581 Update third-party-resources.md Raphael Gyory 2016-04-06 17:00:26 +0200
  • f1a384b61b Add Django Rest Messaging in Third party packages Raphael Gyory 2016-04-06 16:58:15 +0200
  • 763aab6b45 Fix the string_types / text_types confusion introduced in #4025 Xavier Ordoquy 2016-04-05 16:29:16 +0200
  • 550e9af04a Test case for issue #4033. Magnus Staberg 2016-04-05 15:46:09 +0200
  • 068f990c80 metadata test_read_only_primary_key_related_field fixed by multiple choice #refs 4030 Uğur Ünver 2016-04-04 04:16:03 +0300
  • 835bea66cb serializers.ManyRelatedField added to SimpleMetadata.label_lookup closes #4030 Uğur Ünver 2016-04-04 04:08:34 +0300
  • dd4e43c24c test that ListField entered as raw string is parsed into integer list jeffrey k eliasen 2016-04-03 09:36:25 -1000
  • dd3b47ccbd Merge pull request #4025 from dnit/master José Padilla 2016-04-03 14:03:13 -0400
  • 7e7e068664 updated py.test version auvipy 2016-04-03 22:09:47 +0600
  • dbed9631d7 updated guardians and filter versions auvipy 2016-04-03 22:08:27 +0600
  • 09aa8f76c4 python2.x and 3.x compatible Nitesh Lohchab 2016-04-03 18:39:32 +0530
  • 5b348721c2 fixed isort spacing issue CaffeineFueled 2016-04-02 19:45:30 -0400
  • 3d27469196 Fix issue #3951: Request.data empty when multipart/form-data POSTed CaffeineFueled 2016-04-02 18:47:54 -0400
  • c22b92a66c type('') to str Nitesh Lohchab 2016-04-03 00:07:45 +0530
  • 3d3b06447f Merge pull request #4024 from auvipy/dev José Padilla 2016-04-02 13:11:21 -0400
  • 5cc6c254d5 updated minor django versions on tox auvipy 2016-04-02 23:02:44 +0600
  • 67ac0486f5 Merge pull request #4006 from mochawich/patch-1 Xavier Ordoquy 2016-03-31 13:53:14 +0200
  • 6bbb9165a5 Allowed fields to specify their own metadata. Simon Charette 2016-03-29 17:31:09 -0400
  • 79abb8147d Added regression tests for field metadata. Simon Charette 2016-03-30 15:44:35 -0400
  • a6732e25ec Fixed #3751 -- Stopped listing related field choices through metadata. Simon Charette 2016-03-29 13:25:26 -0400
  • 6b1125a2b6 Merge pull request #4020 from alukach/patch-1 Xavier Ordoquy 2016-03-29 18:57:16 +0200
  • 3fdd6e1db5 Add .partial_update to ModelViewSet documentation Anthony Lukach 2016-03-29 10:50:12 -0600
  • 8966d8e458 DateTimeField tests reflect Python 2's strptime limitations. cabbagenom 2016-03-27 12:17:51 +0100
  • e61a4f19cf DateTimeField to_representation string check str -> six.string_types cabbagenom 2016-03-27 12:08:52 +0100
  • ead620521e DateTimeField to_representation can handle strings. Fixes #4013. cabbagenom 2016-03-26 18:10:02 +0000
  • c1802db1eb Merge pull request #4018 from tomviner/bugfix-cramer-cursors-link Xavier Ordoquy 2016-03-24 21:45:40 +0100
  • 3e5a1397d7 remove trailing slash from cramer cursor link Tom Viner 2016-03-24 20:37:38 +0000
  • f9304b6f34 Merge pull request #4016 from sheppard/html-json-forms Xavier Ordoquy 2016-03-24 18:02:58 +0100
  • 101c178b8c links to html-json-forms package S. Andrew Sheppard 2016-03-24 11:55:19 -0500
  • cfb77ae6fa Merge pull request #3273 from olliewalsh/breadcrumbs_view_name Xavier Ordoquy 2016-03-23 01:10:13 +0100
  • 0e8306341d Merge pull request #3936 from carltongibson/null-uuid-fk-take2 Xavier Ordoquy 2016-03-22 22:46:33 +0100
  • 4f252086df Merge pull request #3981 from Inventorum/inventorum version-2.4.x Xavier Ordoquy 2016-03-22 19:45:17 +0100
  • 1a0bec8bdc Allow renderers to supply boundaries Steve Bradshaw 2016-03-22 10:38:27 +0000
  • eb3208c87c Use getattr for better performance Chris Seto 2016-03-21 14:04:14 -0400
  • 45235e19cb removed everything but required from extra_kwargs Krzysztof Nazarewski 2016-03-11 14:09:00 +0100
  • bee7b7a182 added ModelSerializer test failing with the same error Krzysztof Nazarewski 2016-03-11 12:54:31 +0100
  • 3500b21038 fixed PrimaryKeyRelatedField(required=False, ...) with missing data Krzysztof Nazarewski 2016-03-09 16:00:47 +0100
  • 0c13037966 fixed the nested namespaces along with changed message Krzysztof Nazarewski 2016-03-21 15:50:33 +0100
  • 10fa40a0c3 added failing test for nested namespaces versioning Krzysztof Nazarewski 2016-03-21 15:50:18 +0100
  • 85e57afc20 Merge pull request #4008 from minddust/hotfix/typo Xavier Ordoquy 2016-03-21 11:52:11 +0100
  • 0056703fe8 Fix code sample indention Stephan Groß 2016-03-21 10:23:34 +0000
  • 3785281d4c Add missing paginator in docs Stephan Groß 2016-03-21 10:07:47 +0000
  • 91e869750e Fix typo Stephan Groß 2016-03-21 08:57:43 +0000
  • 03270431ed Reorder initializing the view Mohamad Nour Chawich 2016-03-20 21:46:37 +0100
  • e946a496dc Merge pull request #4003 from blaze33/patch-1 José Padilla 2016-03-19 11:39:53 -0400
  • 613b5a61d3 Add field's initial value to metadata Adam Duren 2016-03-18 23:59:13 -0400
  • 24694ddcb4 Fixed use of deprecated Query.aggregates Maxime R 2016-03-18 16:16:13 +0100
  • 3645388547 Merge pull request #4002 from minddust/minor_tweaks José Padilla 2016-03-17 11:40:15 -0400
  • a101251a2a Fix blank lines around docstrings Stephan Groß 2016-03-17 11:06:47 +0000
  • 79d7021821 Bumped version Michał Hernas 2016-03-17 10:38:22 +0100
  • 1339fba117 Merge pull request #3989 from wlanslovenija/delay-javascript José Padilla 2016-03-16 22:53:27 -0400
  • f1a4e9a846 Merge pull request #3986 from AltSchool/docs/dynamic-rest José Padilla 2016-03-16 17:39:14 -0400