Commit Graph

  • 0ea64f6b33 More docs on configuring a custom metadata class. Tom Christie 2015-07-16 10:19:27 +0100
  • a9f1d99cb5 Fix 'metadata' action on viewsets. Closes #3158. Closes #3157. Closes #3115. Tom Christie 2015-07-16 10:08:22 +0100
  • 705af66015 add 'metadata' mixin to handle options requests re tomchristie/django-rest-framework#3157 Andrew Somerville 2015-07-16 00:19:51 -0400
  • 3f21dd1796 push serialzer metadata into field info for field re #2915 Andrew Somerville 2015-07-15 22:58:16 -0400
  • 43f3f4c6a4 fixed ListField.get_value to handle QueryDict Won-Guk Jung 2015-07-16 06:01:06 +0900
  • 443b2aafd9 Added get_previous_cursor() and get_next_cursor(). Loïc Bistuer 2015-07-15 11:14:35 +0700
  • af8d3760bb Merge 9cd34775ed into 6b08e97b6a Diogo Silva 2015-07-14 21:18:19 +0000
  • 9cd34775ed Updated portuguese language translations Diogo Silva 2015-07-14 22:15:53 +0100
  • 7f407a595d Merge 413fe93dbf into 6b08e97b6a Rock Howard 2015-07-14 18:27:23 +0000
  • 413fe93dbf add default handling of Django ValidationError exceptions Rock Howard 2015-07-14 13:20:57 -0500
  • 6b08e97b6a Form fields should use textual only value representations. Closes #3139. Closes #2416. Closes #2558. Tom Christie 2015-07-14 15:47:13 +0100
  • 8d306823b4 Update docs on ALLOWED_VERSIONS and DEFAULT_VERSION. Closes #2778. Tom Christie 2015-07-14 15:03:33 +0100
  • 132eab7bbd Raise helpful error when erronously including nested data in multipart post requests with test client. Closes #2919. Tom Christie 2015-07-14 14:49:44 +0100
  • c14ad7add7 Handle .choices for related fields when queryset argument is actually a mamanger instance. Closes #3145. Tom Christie 2015-07-14 13:31:24 +0100
  • 1b51bcdbae Merge branch 'master' of github.com:tomchristie/django-rest-framework Tom Christie 2015-07-14 13:21:20 +0100
  • bca2ea35df Ensure that realtionship fields '.choices' returns an empty dict when accessed with a read-only field. Closes #2910. Tom Christie 2015-07-14 13:21:08 +0100
  • 823ecdfef0 Merge e2ec3800e7 into 9c952dcfe9 André Ericson 2015-07-14 12:01:12 +0000
  • 9c952dcfe9 Merge pull request #3147 from tomchristie/uploadcare-cursor-limits Tom Christie 2015-07-14 12:44:13 +0100
  • 468361425d page_size should be local, not overwriting class attribute. Tom Christie 2015-07-14 12:32:27 +0100
  • 3c57e08f62 Clarifications to read_only fields. Closes #3064. Tom Christie 2015-07-14 12:22:51 +0100
  • 586c3350d4 Writable Nested Serializer example in relationships docs. Closes #2924. Tom Christie 2015-07-14 12:10:40 +0100
  • 9cb0ee7df9 Merge 9fd838e556 into 209bcb9087 Xavier Ordoquy 2015-07-14 10:54:42 +0000
  • 2b51d5594b Remove whitespace and comment changes Tom Christie 2015-07-14 11:41:25 +0100
  • 14a32ae32d Add get_page_size hook to CursorPagination. Closes #3068. Tom Christie 2015-07-14 11:40:15 +0100
  • 1d012aeb93 Merge branch 'cursor-limits' of https://github.com/uploadcare/django-rest-framework into uploadcare-cursor-limits Tom Christie 2015-07-14 11:37:18 +0100
  • 45b4d2a337 Merge a3afcfb6d3 into 209bcb9087 Alexander Karpinsky 2015-07-14 10:35:22 +0000
  • 209bcb9087 Added url_field_name class attribute to ModelSerializer. Closes #3106. Tom Christie 2015-07-14 11:21:33 +0100
  • 538ffaf6c7 Store self.action='metadata' for OPTIONS requests on viewsets. Closes #3115. Tom Christie 2015-07-14 11:13:26 +0100
  • e2ec3800e7 Change key type for RelatedField and ManyRelatedField choices André Ericson 2015-07-14 02:10:15 -0300
  • f91d332c6c use position from page only when page is exist homm 2015-07-13 18:50:25 +0300
  • d3cd207411 make offset_cutoff customizable homm 2015-07-13 18:48:19 +0300
  • 756003a887 Merge 48e75379c1 into 11e3cfbf6e Tim Saylor 2015-07-13 14:07:10 +0000
  • 3a966d0fa6 Merge aa4421c84c into 11e3cfbf6e Tomasz Rydzyński 2015-07-13 14:07:10 +0000
  • 11e3cfbf6e Merge pull request #3142 from peleccom/patch-1 Xavier Ordoquy 2015-07-13 16:07:06 +0200
  • 6d4ae2c40f Fixed type in docs Alexander Pitkin 2015-07-13 16:46:14 +0300
  • 24172a559f Merge f19c1458d3 into 6ff5385996 Xavier Ordoquy 2015-07-13 12:26:14 +0000
  • a3afcfb6d3 duplicate get_page_size and related properties from PageNumberPagination homm 2015-07-13 14:44:48 +0300
  • 59905e9335 revert BasePageSizePagination class and CursorPagination inheritance homm 2015-07-13 14:36:47 +0300
  • 6ff5385996 Merge pull request #3140 from dptechdev/patch-1 Carlton Gibson 2015-07-11 23:54:17 +0200
  • 387dfd5dc3 Update rest-hypermedia-hateoas.md Derek Pauley 2015-07-11 13:23:57 -0500
  • f5fedf075a Ignore many=True serializer on POST during html form rendering Alejandro R. Sedeño 2015-07-10 18:44:20 -0400
  • aa4421c84c Add error codes to ValidationError Tomasz Rydzyński 2015-07-10 10:21:08 +0200
  • 061081c732 Merge pull request #3133 from YuriHeupa/patch-2 Xavier Ordoquy 2015-07-10 08:15:35 +0200
  • c04c8808c6 Changed typo in Renderer docs Yuri Hernani Heupa 2015-07-09 22:41:53 -0300
  • 48e75379c1 convert datetimes to the appropriate timezone on their way out Tim Saylor 2015-07-09 13:01:19 -0500
  • a825098440 from_current_timezone is unnecessary, using timezone.make_aware instead Tim Saylor 2015-07-09 11:01:07 -0500
  • ac6d75ece6 UUIDField respects default when an empty string is supplied Brett Haydon 2015-07-10 00:34:20 +1000
  • dcd7331851 Merge 9196cddac3 into f33ca01511 Venelin Stoykov 2015-07-09 12:08:48 +0000
  • 9196cddac3 Allow passing models.Manager to RelatedField.queryset Venelin Stoykov 2015-07-09 15:01:52 +0300
  • b182ee5966 fixed old version compatibility for make_naive and django.forms.utils Tim Saylor 2015-07-08 23:57:06 -0500
  • 9c2cf518c2 When making datetimes aware, use the active timezone if it exists. Fixes #2850. Tim Saylor 2015-07-08 23:06:15 -0500
  • f33ca01511 Merge pull request #3112 from juannyG/master Xavier Ordoquy 2015-07-08 15:15:14 +0200
  • 2887fc4a0b update QueryDict initialization to satisfy older versions of Django Juan Gutierrez 2015-07-08 08:25:12 -0400
  • 35db2b142f remove FakeMultiDict definition in nested serializer tests and replace with django QueryDict Juan Gutierrez 2015-07-08 08:19:42 -0400
  • 86f7967a7a Version 2.4.6 2.4.6 Xavier Ordoquy 2015-07-08 08:49:59 +0200
  • 9fd838e556 Partial update to remove the ModelSerializer from the `Serializer section Xavier Ordoquy 2015-07-08 08:03:55 +0200
  • d32a35f193 Merge 9506911f93 into 8e6db16e91 j0hnsmith 2015-07-07 22:09:49 +0000
  • a82e8afa4b Merge a9f5551b03 into 8e6db16e91 Oskar Hahn 2015-07-07 11:04:08 +0000
  • a9f5551b03 Made it easier to change the field name of ModelSerializer. Oskar Hahn 2015-07-07 12:50:32 +0200
  • 14c5f48dbd Merge 0222241383 into 8e6db16e91 Peter Coles 2015-07-06 22:08:04 +0000
  • 8e6db16e91 Merge pull request #3118 from dealertrack/master José Padilla 2015-07-06 18:07:59 -0400
  • 3bb9e251d7 added django-rest-framework-braces in Misc list of 3rd party tools Miroslav Shubernetskiy 2015-07-06 17:35:21 -0400
  • 9cdf252cdf Poor's man fix for non-descriptive error message Everton Moreth 2015-07-06 15:43:25 -0300
  • b24741ae89 Merge pull request #3114 from jpadilla/master Xavier Ordoquy 2015-07-06 10:22:09 +0200
  • f161241e07 Fix custom parser example José Padilla 2015-07-05 16:47:02 -0400
  • b0c5f9db2f allow a non-required nested serializer to validate correctly when receiving multipart data Juan Gutierrez 2015-07-03 12:28:48 -0400
  • 4caeaf7354 Add regression test for grouped choices metadata Max Peterson 2015-07-03 14:07:02 +0100
  • ee2afb83e2 Fix 1.4 tests and make flatten_choice a utility. Max Peterson 2015-07-03 13:56:49 +0100
  • 56b3f19605 Add support for grouped choices. Max Peterson 2015-07-03 12:16:51 +0100
  • f19c1458d3 Invoke py.test directly. Xavier Ordoquy 2015-07-03 01:19:56 +0200
  • ba2bde01b6 Add pytest-cov to the testing requirements. Xavier Ordoquy 2015-07-03 00:58:40 +0200
  • 344131c886 Add support for coveralls. Xavier Ordoquy 2015-07-03 00:46:50 +0200
  • c091addb83 Merge pull request #3105 from MattBroach/broach José Padilla 2015-07-02 18:35:45 -0400
  • b9e09e2f90 Added django-rest-multiple-models link to general Third Party resources page as well Matt Broach 2015-07-02 18:18:30 -0400
  • 9e58bf6500 added link to Django Rest Multiple Models to Third Party Packages Matt Broach 2015-07-02 17:20:41 -0400
  • c3507552d5 Merge pull request #3104 from Seraf/master Tom Christie 2015-07-02 13:30:28 +0100
  • 2b979d4356 Adding recursion on child of List Field Julien Syx 2015-07-02 14:15:43 +0200
  • 8d69c4c068 Improve OPTIONS descriptions for lists dicts and nested serializers Tom Christie 2015-07-02 12:55:42 +0100
  • 21ec3b506a Merge pull request #3103 from tomchristie/trollknurr-master Tom Christie 2015-07-02 12:23:31 +0100
  • e6ca0fcb4c Remove erronous newline Tom Christie 2015-07-02 11:53:05 +0100
  • 37815920e3 Update to master and tweak remaining issues Tom Christie 2015-07-02 11:50:40 +0100
  • 055986b5b0 More helpful exception when URL cannot reverse and field value was empty. Closes #2698. Tom Christie 2015-07-02 11:36:14 +0100
  • c4f908d4ee Introduce datetime_parser as class level attribute on all date/time fields. Refs #3093. Tom Christie 2015-07-02 11:23:52 +0100
  • 6ce9e3baf0 Remove datetime_parser argument from DateTimeField Tom Christie 2015-07-02 11:22:18 +0100
  • 6d79ea2cde Merge pull request #3093 from sorreltree/master Tom Christie 2015-07-02 11:21:25 +0100
  • fb4233736f Empty settings should also be coerced to lists. Closes #3087. Tom Christie 2015-07-02 10:28:46 +0100
  • a03b89f326 Restrict isort to rest_framework and tests directories Tom Christie 2015-07-02 10:18:08 +0100
  • d979dc6522 Tweak exception message Tom Christie 2015-07-02 10:16:43 +0100
  • e3c3d8826f Merge pull request #3071 from antonyc/patch-1 Tom Christie 2015-07-02 10:14:01 +0100
  • 39ed03c21c Merge pull request #3088 from atleta/master Tom Christie 2015-07-02 09:52:53 +0100
  • 5fd346a8d3 Merge pull request #3102 from linovia/feature/update_django_filter Tom Christie 2015-07-02 09:19:08 +0100
  • 4b5f18d293 Upgrade django-filter to 0.10.0 Xavier Ordoquy 2015-07-01 23:19:50 +0200
  • c5a1427c7a Merge pull request #3100 from bitterjug/fixdocs Xavier Ordoquy 2015-07-01 21:50:28 +0200
  • b743818430 Remove unused import from docs example Mark Skipper 2015-07-01 20:39:05 +0100
  • a63fd55067 Merge pull request #3099 from tredzko/master Tom Christie 2015-07-01 16:30:01 +0100
  • af08c70242 Update extra_kwargs on model serializer Tyler Redzko 2015-07-01 10:10:18 -0400
  • ebdf5222ff Merge 42dca62e77 into 5bb02cc7b9 Anton Shutik 2015-07-01 12:22:44 +0000
  • 42dca62e77 Fixed MappingField tests Anton-Shutik 2015-07-01 15:16:57 +0300
  • 34232b0199 Changed MappingField default error messages Anton-Shutik 2015-07-01 15:16:28 +0300
  • 643893334b Added docs for MappingField Anton-Shutik 2015-07-01 14:43:50 +0300