Commit Graph

  • d985c7cbb9 Remove a few no longer needed compat checks and references (#7092) Ran Benita 2019-12-16 20:59:25 +0200
  • c2843d026c Only generate ModelSerializer fields once Ran Benita 2019-12-16 10:51:27 +0200
  • 4cdd57e266 serializers,docs: remove some DRF 2.x references Ran Benita 2019-12-15 11:40:35 +0200
  • 03a06d9083 serializers: move related code closer together Ran Benita 2019-12-15 11:27:45 +0200
  • 3a8fdbe1f2 serializers: removes no longer needed compat checks Ran Benita 2019-12-15 11:13:03 +0200
  • 44bf6d2461 Fix test errors if psycopg2 is not installed Alexei Ardyakov 2019-12-14 15:11:29 +0300
  • 483cbd4568 Add tests for SearchFilter with JSONField Alexei Ardyakov 2019-12-14 14:23:58 +0300
  • 00e01891e9 Fixing lint issue Kirill Gagarski 2019-12-14 01:26:11 +0300
  • f4376fb683 Fixing failing test with coercing strs to ints Kirill Gagarski 2019-12-14 01:16:01 +0300
  • 00b7bb8110 An attempt to convert ChoiceField into TypedChoiceField Kirill Gagarski 2019-12-14 00:35:21 +0300
  • 5c65845b15 Revert check for non_atomic_requests, instead rely again on db.in_atomic_block Adam Johnson 2019-12-13 20:51:54 +0000
  • 5e5f559b4d Improve set_rollback() behaviour Adam Johnson 2019-09-10 11:21:20 +0100
  • a716b28235 Allow to specify JSONField and HStoreField lookup paths in search_fields Alexei Ardyakov 2019-09-11 15:56:21 +0300
  • 64d97db283
    add DynamicFieldsModelSerializer Artem 2019-12-13 12:01:28 +0300
  • 9d6bc0f1c3 Deployed de497a9b with MkDocs version: 1.0.4 Tom Christie 2019-12-12 14:50:50 +0000
  • de497a9bf1
    Version 3.11 (#7083) 3.11.0 Tom Christie 2019-12-12 14:31:40 +0000
  • 3c1428ff79 Fix NotImplementedError for Field.to_internal_value and Field.to_representation (#6996) Jordan Ephron 2019-12-12 06:09:34 -0800
  • b8c369c4cf Fix serializer multiple inheritance bug (#6980) Ryan P Kilby 2019-12-12 06:03:55 -0800
  • 4130f01e7d Use a lazy import for django.test.client.encode_mutlipart. Closes #7078 Tom Christie 2019-12-12 13:50:35 +0000
  • aa087ff0fb Update package version and supported versions Tom Christie 2019-12-12 13:36:56 +0000
  • 352410fff2 Minor docs tweaking Tom Christie 2019-12-12 13:31:22 +0000
  • 7c5459626d Declare Django versions in install_requires (#7063) Adam Johnson 2019-12-12 13:03:34 +0000
  • 236667b717 Fix UniqueTogetherValidator with field sources (#7086) Ryan P Kilby 2019-12-12 05:02:30 -0800
  • a5328c11a8
    Do not validate decimal precision when rounding Ryan P Kilby 2019-12-11 22:37:05 -0800
  • 0c43371d89 Test UniqueTogetherValidator error+source Ryan P Kilby 2019-12-11 22:10:13 -0800
  • f744da74d2 Improve the docstring on @action (#6951) Aarni Koskela 2019-12-12 01:08:54 +0200
  • 32c987517b Update test to use functional serializer Ryan P Kilby 2019-12-11 04:53:26 -0800
  • c1529366a7 Fix read-only+default+source handling Ryan P Kilby 2019-12-11 04:52:35 -0800
  • 87cba7b814 Fix UniqueTogetherValidator source handling Ryan P Kilby 2019-12-11 04:45:59 -0800
  • 346f00f55e Add failing tests for unique_together+source Ryan P Kilby 2019-12-11 03:40:29 -0800
  • 458ea844a4 Simplify choices in test Ryan P Kilby 2019-12-11 02:39:39 -0800
  • 724c54e6a8 Added required permission and authentication classes Jonas Krüger Svensson 2019-12-11 11:37:37 +0100
  • de9f1d56c4 Followup to set_context removal (#7076) Ryan P Kilby 2019-12-11 00:44:08 -0800
  • c8c792cc15 Added notes on OpenAPI changes for 3.11. Carlton Gibson 2019-12-10 15:53:35 +0100
  • 1213699905 Version 3.11 Tom Christie 2019-12-10 11:15:14 +0000
  • ebcd93163a Adding I'm a teapot error code (#7081) Roy Segall 2019-12-10 11:18:35 +0200
  • abbfd9c6af
    Adding I'm a teapot error code Roy Segall 2019-12-10 10:53:12 +0200
  • 0b96bf9b33 add failing test case for schema generation Dhaval Mehta 2019-12-08 16:09:21 +0530
  • ed5839dce4 Remove outdated validator attribute Ryan P Kilby 2019-12-04 17:06:12 -0800
  • 91563bab6e Fix framework deprecation warning in test Ryan P Kilby 2019-12-04 17:00:09 -0800
  • d09a612863 Pass serializer instead of model to validator Ryan P Kilby 2019-12-04 16:43:31 -0800
  • 988f5b2034 Raise framework-specific deprecation warnings Ryan P Kilby 2019-12-04 16:38:26 -0800
  • 90eaf51839
    Update framework deprecation warnings (#7075) Ryan P Kilby 2019-12-04 16:18:38 -0800
  • c18a1c18d8 Update framework deprecation warnings Ryan P Kilby 2019-12-04 15:36:52 -0800
  • 95d4843abe
    Fix Django 3.0 deprecations (#7074) Ryan P Kilby 2019-12-04 14:14:43 -0800
  • bebc20d436 Fix deprecations Ryan P Kilby 2019-12-04 13:48:36 -0800
  • 4d9f9eb192 Changed default widget for TextField with choices to select (#6892) Hasan Ramezani 2019-12-04 21:24:49 +0100
  • dff9759555 Removed Eric S. Raymond quote from the release notes (#7073) Kye Russell 2019-12-04 17:29:01 +0800
  • 1c7ea14648
    Removed Eric S. Raymond quote from the release notes Kye Russell 2019-12-04 13:08:30 +0800
  • 070cff5a03
    Drop set_context() (#7062) Tom Christie 2019-12-03 11:16:27 +0000
  • 9325c3f654 dj 3.0 (#7070) Asif Saif Uddin 2019-12-03 17:13:44 +0600
  • 9a52f79aa8 Add django-restql 3rd party package to serializers documentation yezy 2019-12-03 09:45:46 +0300
  • 83ec53b336
    dj 3.0 Asif Saif Uddin 2019-12-02 23:53:05 +0600
  • e77c71ede3 Revert Change excpetion_handler jun0jang 2019-11-28 12:56:05 +0900
  • 2a3d3550aa CharField: Cover handling of surrogate characters Sebastian Pipping 2019-11-23 22:04:14 +0100
  • 4607c8a866 CharField: Detect and prohibit surrogate characters Sebastian Pipping 2019-11-23 22:03:10 +0100
  • f2c8773e05 Add extra_attrs decorator for function-based view. Andy Fang 2019-11-23 10:29:35 +0800
  • 6b513f5d98
    No max Adam Johnson 2019-11-22 08:48:31 +0000
  • 8001087e9e Fix typo in unsupported version error message (#7060) Oskar Persson 2019-11-21 15:59:50 +0100
  • e03aeb0ca2
    Declare Django versions in install_requires Adam Johnson 2019-11-21 14:38:31 +0000
  • d4da05cea3 Support simpler 'path' style routing support-simple-path-format-in-routers Tom Christie 2019-11-21 14:35:39 +0000
  • d57a40b579 Drop set_context() in favour of 'requires_context = True' Tom Christie 2019-11-21 13:45:55 +0000
  • 79475fed7e Merge branch 'race-condition-2' of https://github.com/michael-k/django-rest-framework into michael-k-race-condition-2 Tom Christie 2019-11-21 12:28:32 +0000
  • 7fbbfe2c60
    Django 3 compat (#7058) Tom Christie 2019-11-21 11:55:53 +0000
  • fe840a34ff
    Escape hyperlink URLs on lookup (#7059) Tom Christie 2019-11-21 11:38:40 +0000
  • c93ac98a1f Merge branch 'django-3-compat' of https://github.com/encode/django-rest-framework into django-3-compat Tom Christie 2019-11-21 11:33:10 +0000
  • 4341aacbb0 Linting Tom Christie 2019-11-21 11:33:01 +0000
  • 273b0cc37d
    Fix typo Tom Christie 2019-11-21 11:02:41 +0000
  • 1196c60547 Fix ROOT_URLCONF override in test case Tom Christie 2019-11-21 11:01:35 +0000
  • 39876e6607
    Merge pull request #7061 from b0uh/doc-remove-old-ref Xavier Ordoquy 2019-11-20 14:29:04 +0100
  • adaf97a739 Remove the old reference to JSONResponse Thomas Loiret 2019-11-20 14:09:49 +0100
  • e93fe71de8
    Fix typo in unsupported version error message Oskar Persson 2019-11-19 15:47:43 +0100
  • 2e2b97872c Update branch with master fvlima 2019-11-19 10:50:41 -0300
  • 763bbfffea Rename duplicate test Tom Christie 2019-11-18 15:52:54 +0000
  • 10cc637f90 Escape hyperlink URLs on lookup Tom Christie 2019-11-18 14:58:39 +0000
  • 3d17b03565 Drop Guardian for 1.11 tests, since we're installing an incompatible version Tom Christie 2019-11-18 14:06:19 +0000
  • c0fdf84f1d First pass at Django 3.0 compat Tom Christie 2019-11-18 13:38:41 +0000
  • c34032f255 rc1 typo Asif Saif Uddin (Auvi) 2019-11-18 19:07:47 +0600
  • 9205e89873 rc1 Asif Saif Uddin (Auvi) 2019-11-18 18:37:19 +0600
  • a73d3c309f Elaborated on nested relationships (#7051) Hendrik 2019-11-18 13:35:36 +0100
  • 3d4d152e67 Merge branch 'master' of https://github.com/encode/django-rest-framework into d3 Asif Saif Uddin (Auvi) 2019-11-18 18:35:27 +0600
  • bee0dafa15 Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2019-11-18 18:34:31 +0600
  • 6196e9c8cd add djangorestframework-features to third-party (#7052) CloudCode Hungary 2019-11-18 13:31:32 +0100
  • cad1b08260 Fix override func style and regular usage (#7050) Chris Guo 2019-11-18 20:30:36 +0800
  • 323e1cddda Cleanup "Documenting your API" 3rd party recommendations (#7057) James 2019-11-16 03:39:47 +0100
  • f8be6794be Prefer explicit tuple syntax Ryan P Kilby 2019-11-15 15:54:34 -0800
  • 0940d6f26f refactor: use super to replace inherit class Chris Guo 2019-11-12 13:59:50 +0800
  • c721f49c75 style: add space and rm redundant parentheses Chris Guo 2019-11-12 13:45:39 +0800
  • cdb4c01bae Do not extend AND/OR/NOT from BasePermission Kevin Brown 2019-11-13 22:06:47 -0500
  • 2821ae34c4 Organize "Documenting your API" links Ryan P Kilby 2019-11-15 15:06:04 -0800
  • b78a2a7120 Remove drf-autodocs and Apiary 3rd party packages Ryan P Kilby 2019-11-15 14:59:07 -0800
  • a6b6254e6c
    Delete django-rest-swagger.png James 2019-11-14 19:44:28 +0100
  • 54f7d3fd5a
    Removes Django REST Swagger James 2019-11-14 19:43:32 +0100
  • e709378ddb Do not extend AND/OR/NOT from BasePermission pr/6754 Kevin Brown 2019-11-13 22:06:47 -0500
  • eab461ab64
    field set read_only and default have bug xinwen 2019-11-13 20:30:27 +0800
  • a5564ffede
    _writable_fields xinwen 2019-11-13 20:12:33 +0800
  • 1425263b27
    Merge pull request #1 from cloudcode-hungary/cloudcode-hungary-patch-1 CloudCode Hungary 2019-11-13 00:25:01 +0100
  • 224d4ae592 parsers: Prevent surrogates from entering the application through JSON Sebastian Pipping 2019-10-31 12:30:22 +0100
  • 75ed54ab76 Elaborated on nested relationships Verhoek 2019-11-12 10:17:05 +0100
  • 8988afa082 Update bootstrap to 3.4.1 (#6923) Maxime Jacques 2019-11-11 16:41:10 -0500