Commit Graph

  • 2f73e3f704 updates test model definition due to RelationField changes Anton Martyniuk 2014-06-29 16:30:58 +0200
  • d413ce5d1a fixes fields behaviour when null value is assigned Anton Martyniuk 2014-06-29 15:51:12 +0200
  • 17b56efe41 Merge 7d9f1b7878 into 8eadac39ad pySilver 2014-06-28 22:01:57 +0000
  • 7d9f1b7878 validates ModelField value against field.null state Anton Martyniuk 2014-06-28 23:46:08 +0200
  • 5e0b96b035 ensure smart_text will be called Anton Martyniuk 2014-06-28 23:11:19 +0200
  • 8eadac39ad Merge pull request #1665 from smal/modelserialization-charfield-with-null Tom Christie 2014-06-27 16:39:54 +0100
  • 3326ddc865 Merge branch 'master' into modelserialization-charfield-with-null Serhiy Voyt 2014-06-27 18:10:50 +0300
  • a1dd458116 Add link to REST framework grid on DjangoPackages.com Tom Christie 2014-06-27 15:13:11 +0100
  • 306dc97104 Test case for issue #1609: PUT returns obsolete nested object. Serge Yaskevich 2014-06-27 16:24:14 +0300
  • c9d37ab70e Latest docs update Tom Christie 2014-06-27 14:20:18 +0100
  • 636ae419be Merge pull request #1661 from chibisov/master Tom Christie 2014-06-27 14:18:56 +0100
  • c1426d1078 Fixes #1651. Add link to drf-extensions nested routers to docs Chibisov Gennady 2014-06-26 23:29:00 +0400
  • 585c906faa Fix accessing default value of nested serializer Rodolfo Carvalho 2014-06-26 16:20:38 +0200
  • 1c115f0665 Merge d98245ac22 into 511e874185 Carlton Gibson 2014-06-24 08:30:25 +0000
  • d98245ac22 Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559 Carlton Gibson 2014-06-24 10:30:08 +0200
  • 3f727ce738 Added (first pass) notes to docs & release notes. Backed out SOUTH_MIGRATION_MODULES setting from rest_framework.settings Carlton Gibson 2014-06-24 09:02:44 +0200
  • f34011f801 Allow use of native migrations in 1.7 Carlton Gibson 2014-06-23 14:52:18 +0200
  • 2489e38a06 Merge remote-tracking branch 'origin/master' into 2.4.0 Xavier Ordoquy 2014-06-23 14:02:45 +0200
  • ab6b4ab521 Merge c0c8833185 into 511e874185 Ian Foote 2014-06-20 15:34:42 +0000
  • f66f53666f Check throttles before permissions Ian Foote 2014-06-20 15:04:35 +0100
  • 511e874185 Merge pull request #1645 from tankorsmash/patch-1 Tom Christie 2014-06-17 13:37:03 +0100
  • 544183f64f typo in the docs TankorSmash 2014-06-16 19:13:02 -0400
  • 4ee9164336 Make string python 3 compliant khamaileon 2014-06-16 14:45:24 +0200
  • 0779dcb748 Fix #1643 issue: empty values in reverse nested OneToMany are not validated by the serializer khamaileon 2014-06-16 14:24:12 +0200
  • b4c7717cb8 Refactor login template to extend base. Walt Javins 2014-06-13 22:26:00 -0700
  • 106c8db6f5 Latest docs build Tom Christie 2014-06-12 12:22:09 +0100
  • e11f41ebc4 Merge pull request #1640 from tomchristie/escape-login-logout-paths 2.3.14 Tom Christie 2014-06-12 12:09:29 +0100
  • 82659873c9 Fix accidental docs change Tom Christie 2014-06-12 11:48:58 +0100
  • 1386767013 Version 2.3.14 Tom Christie 2014-06-12 11:47:26 +0100
  • a40118c5e1 Merge 22eabd400a into 3dcc6585d2 Paulius 2014-06-11 09:48:49 +0000
  • 22eabd400a Fixed wrong variable name to correct one( to uid=1000(hara) gid=1000(hara) groups=1000(hara),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),112(lpadmin),118(sambashare)). ZujkisNx 2014-06-11 12:14:59 +0300
  • 8ee1d846a4 Merge ddee547bb5 into 3dcc6585d2 Guillermo Vayá 2014-06-11 08:20:01 +0000
  • 3dcc6585d2 Merge pull request #1632 from fletchowns/master Tom Christie 2014-06-11 09:17:12 +0100
  • 2d22d09c88 Added year option to throtting. Belen-mapplas 2014-06-11 08:12:51 +0000
  • be84f71bc9 Fix #1614 - Corrected reference to serializers.CharField Greg Barker 2014-06-10 15:20:45 -0700
  • 9b1797541c Merge f1bbd02bc7 into e8ec81f5e9 Greg Barker 2014-06-10 22:13:11 +0000
  • f1bbd02bc7 Fix #1614 - Corrected reference serializers.TextField to serializers.CharField Greg Barker 2014-06-10 15:08:55 -0700
  • ddee547bb5 Customizable exception key instead of hardcoded 'details' Guillermo Vaya 2014-06-09 12:22:34 +0200
  • e8ec81f5e9 Fixed #1624 (thanks @abraithwaite) Xavier Ordoquy 2014-06-08 09:03:21 +0200
  • 73b6943f82 Fixed the update of a 1-to-1 field while deserializing an object Thierry Bastian 2014-06-05 16:01:53 +0200
  • a3e75e4c6c Merge pull request #1619 from khamaileon/master Xavier Ordoquy 2014-06-05 13:08:28 +0200
  • 08c4594145 Replace ChoiceField type_label khamaileon 2014-06-05 12:49:02 +0200
  • 88b602df51 issue 1615: delete removed relations before adding Ian Phillips 2014-06-04 13:55:12 -0700
  • cf2cf5c3b5 Determine WWW-Authenticate header using all authentication classes Danilo Bargen 2014-06-01 23:04:35 +0200
  • 0c91d8ed31 Merge pull request #1612 from rhcarvalho/patch-3 Xavier Ordoquy 2014-06-02 11:13:34 +0200
  • 31f63e1e55 Fix typo in docs Rodolfo Carvalho 2014-06-02 11:06:03 +0200
  • 216498f4f7 Merge c34b1e3db2 into 12394c9cac Alphwe 2014-05-31 21:42:48 +0000
  • 12394c9cac Merge pull request #1608 from dbrgn/test_client_contenttype Tom Christie 2014-05-30 19:31:06 +0100
  • 6cb6bfae1b Always use specified content type in APIRequestFactory Danilo Bargen 2014-05-30 17:53:26 +0200
  • 74add5bde7 Merge 6952b965c2 into a7ff51118f Aitzol 2014-05-29 13:33:27 +0000
  • a7ff51118f Note on configuring TokenAuthentication Tom Christie 2014-05-29 14:33:16 +0100
  • 6952b965c2 Add info about TokenAuthentication schema Aitzol 2014-05-29 14:32:49 +0200
  • d5528cafc6 Merge bf9da13d9e into add1260be4 kosz85 2014-05-29 07:28:01 +0000
  • af9cd98d96 Merge 3d54d4cd9a into add1260be4 Jeroen Dekkers 2014-05-28 22:27:10 +0000
  • 3d54d4cd9a Return 409 Conflict when we can't delete an object because of a reverse relation with on_delete set to PROTECT on the foreign key. Jeroen Dekkers 2014-05-29 00:23:04 +0200
  • 3fa5682565 Merge 73aa12297a into add1260be4 HenrikOssipoff 2014-05-28 13:15:55 +0000
  • d0b3bb4d6a Merge 2baf04dee2 into add1260be4 Uriel Corfa 2014-05-28 02:44:38 +0000
  • 2baf04dee2 Add support for using different serializers for read and write ops in ModelViewSets. Uriel Corfa 2014-05-25 20:26:33 -0700
  • add1260be4 Merge pull request #1603 from khamaileon/master Xavier Ordoquy 2014-05-26 19:58:55 +0200
  • eab5933070 Add the allow_add_remove parameter to the get_serializer method khamaileon 2014-05-26 18:43:50 +0200
  • bf9da13d9e pep8 fix kosz85 2014-05-26 10:20:41 +0200
  • 6d55dcc4a3 Meta.error_messages argument kosz85 2014-05-26 10:19:15 +0200
  • c34b1e3db2 Update generics.py Alphwe 2014-05-25 21:52:52 -0500
  • 708b6a6c06 Merge pull request #1596 from pipermerriam/piper/suport_unicode_model_references Tom Christie 2014-05-23 09:01:13 +0100
  • 2b908d2e74 using serialiser.save_object method now. Ze'ev Gilovitz 2014-05-23 11:50:13 +0800
  • 55dfbcd42a Merge commit '19dcdc5442728451540d764f674f299cc2a80d48' into pk_related Ze'ev Gilovitz 2014-05-23 10:37:32 +0800
  • 807f7a6bb9 Fix _resolve_model to work with unicode strings Piper Merriam 2014-05-22 13:51:20 -0600
  • a0a1b6da46 HTMLFormRenderer fix for list/create api Andrea de Marco 2014-05-22 21:14:15 +0200
  • 01e2a34210 Merge pull request #1594 from jcsp/wip-methodfield Tom Christie 2014-05-22 17:26:37 +0100
  • 04c820b8e5 fields: allow help_text on SerializerMethodField John Spray 2014-05-22 15:24:35 +0100
  • ccf071f9a7 Fallback to OrderedDict from ordereddict David Fischer 2014-03-27 13:07:47 +0100
  • 5e6f015ee3 Handle import of OrderedDict from compat module David Fischer 2014-03-27 08:51:55 +0100
  • 84d6893094 Add ordereddict to requirements only if necessary David Fischer 2014-03-26 14:11:11 +0100
  • 7c14952a45 Fix deprecation warning by using importlib when possible David Fischer 2014-03-26 14:00:28 +0100
  • d9d4c4353e Fix deprecation warnings (replace SortedDict by OrderedDict) David Fischer 2014-03-26 12:05:32 +0100
  • 218b94e606 Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value Tom Christie 2014-05-20 16:03:51 +0100
  • 1e7b5fd2c0 Document ChoiceField blank_display_value parameter Ian Foote 2014-05-20 14:55:00 +0100
  • 73aa12297a Rely on built-in unquote functionality from Python Henrik Ossipoff Hansen 2014-05-19 14:54:00 +0200
  • 33e33689e0 Merge 43a4a66644 into d46d153a99 Nicolas Delaby 2014-05-19 12:17:56 +0000
  • 6c0624631e Test showing behaviour of issue #1586 given Python3 and Internet Explorer behaviour on query strings Henrik Ossipoff Hansen 2014-05-19 12:59:13 +0200
  • d46d153a99 Merge pull request #1589 from the5fire/fix-pep8 Xavier Ordoquy 2014-05-19 07:38:06 +0200
  • a1a3ad7639 fix pep8 allenhu 2014-05-17 06:05:33 +0800
  • af1ee3e631 Fixed a small change in the 1.7 beta url. Xavier Ordoquy 2014-05-18 09:38:46 +0200
  • a2e1024f8b Updated Django versions. Xavier Ordoquy 2014-05-18 09:27:23 +0200
  • 5c12b07681 Added missing import. Xavier Ordoquy 2014-05-16 19:40:02 +0200
  • 848c3740f2 Fixed regression caused by merge. Xavier Ordoquy 2014-05-16 19:33:21 +0200
  • 707f363bae Merge remote-tracking branch 'reference/master' into feature/dotted_names_for_regular_fields Xavier Ordoquy 2014-05-16 18:33:56 +0200
  • a704d5a206 Fixed tests for python 3.4 Xavier Ordoquy 2014-05-16 01:20:40 +0200
  • b370fb40b6 Typo in the Python version. Xavier Ordoquy 2014-05-16 01:06:34 +0200
  • e5556079fc Updated tox with Python 2.4 Xavier Ordoquy 2014-05-16 00:50:16 +0200
  • 160fbbee0c Merge remote-tracking branch 'frewsxcv/patch-1' into feature/python34 Xavier Ordoquy 2014-05-16 00:33:49 +0200
  • 19dcdc5442 Try to recover an object by its ID before duplicating it. Xavier Ordoquy 2014-05-16 00:06:14 +0200
  • 40012e2459 Merge 8ecb778cd2 into eb15c25ba1 Corey Farwell 2014-05-15 21:59:56 +0000
  • eb15c25ba1 Merge pull request #1585 from glogiotatidis/master Xavier Ordoquy 2014-05-15 23:58:52 +0200
  • 768f537dcb Typo fix. Giorgos Logiotatidis 2014-05-15 15:34:31 +0300
  • eb286eadb9 add many=True to BasePaginationSerializer's results_field Yin Jifeng 2014-05-14 23:57:22 +0800
  • c30756a316 Merge 57a5e390c3 into d69d975015 Venkatesh 2014-05-13 14:35:05 +0000
  • 57a5e390c3 updated model with editable=False Venkatesh 2014-05-13 19:56:18 +0530
  • 0f00a6a8dc Merge branch 'bugfix/nested_through_many_to_many' into pk_related Alex Louden 2014-05-13 11:03:28 +0800
  • 8ecb778cd2 Enable testing on Python 3.4 Corey Farwell 2014-05-11 20:29:01 -0700