Commit Graph

  • dff5563da5 add how to use unaccent in filter search in docs Guiomar Valderrama 2021-02-28 16:06:03 +0100
  • 50dd07db4a add search with unaccent in search filter Guiomar Valderrama 2021-02-28 16:05:21 +0100
  • 0b9a34bd9f
    Commas added in README Igor Polyakov 2021-02-26 15:18:07 +0700
  • b5736d5e0c Prevent head method mapping to coerce action name Jonas Lundberg 2021-02-25 17:11:53 +0100
  • 263512d0ec
    Merge pull request #2 from shaun-emburse/openapi-request-response-serializers Denis Orehovsky 2021-02-24 15:00:09 +0300
  • 53c0b85f62 Correct formatting for flake8 Shaun Gosse 2021-02-22 11:24:54 -0500
  • c3dbd49d9c Reproduce #7706 Berkant Kepez 2021-02-22 14:16:27 +0100
  • 71c163979b Fix #7706 Berkant Kepez 2021-02-22 14:04:02 +0100
  • 55f328e215 Resolves #5127 Dawid Kosiński 2021-02-21 17:32:12 +0100
  • 34a0b9fe83 tests for #5127 Dawid Kosiński 2021-02-13 17:38:46 +0100
  • d34bc53a86 #7703 - update link for gh6687 Nathan Glover 2021-02-18 08:40:47 -0700
  • 35025adef8
    Update perms_map in DjangoModelPermissions and DjangoObjectPermissions Rasheed Azeez 2021-02-17 19:30:28 +0800
  • 3cda9d618a Merge branch 'master' into openapi-request-response-serializers Denis Orehovsky 2021-02-17 06:36:43 +0300
  • e3180e5925 Respect allow_null=True on DecimalFields David Kerkeslager 2021-02-16 17:25:24 -0500
  • 1821d02f4a made Browsable API base template cachable: omit CSRF token when unnecessary Jesse London 2021-02-16 13:47:33 -0600
  • 1ec0f86b58
    Dj32 (#7713) Asif Saif Uddin 2021-02-16 18:17:29 +0600
  • 75e0bc381f Merge branch 'patch-4' of https://github.com/auvipy/django-rest-framework into patch-4 Asif Saif Uddin (Auvi) 2021-02-16 17:05:34 +0600
  • 0b0aff3454 Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2021-02-16 17:02:54 +0600
  • d6effd82dd Merge branch 'master' of https://github.com/encode/django-rest-framework into dj32 Asif Saif Uddin (Auvi) 2021-02-16 16:58:53 +0600
  • 3e956df6eb Fixed test Tonye Jack 2021-02-02 20:54:21 -0500
  • d052ee9fd8
    Merge pull request #1 from shaun-emburse/openapi-request-response-serializers Denis Orehovsky 2021-02-14 08:44:27 +0300
  • ec5a69fd73 #7703 adding deprecations to release notes Nathan Glover 2021-02-13 22:16:53 -0500
  • fb6c8a63e4
    Actually use the loginUser arguments in the example Romain Rigaux 2021-02-11 18:36:54 -0800
  • d309bb8e9e added django 3.2a1 to matrix Asif Saif Uddin (Auvi) 2021-02-11 13:36:14 +0600
  • f4ceea4abd add a test case for different request vs response objects Shaun Gosse 2021-02-09 11:03:52 -0500
  • b03be81144 document new functions in schemas.md Shaun Gosse 2021-02-08 15:03:40 -0500
  • 446c1d1853 Added myself as translator ehamamrah 2021-02-07 19:51:30 +0200
  • cccfbf266e Solve the typo issue with character ehamamrah 2021-02-07 19:46:34 +0200
  • 6dfd722de1
    Fixed test Tonye Jack 2021-02-02 20:54:21 -0500
  • e97047954b Allow customization in determining if a serializer produces a component schema phillipdupuis 2021-01-28 22:09:38 -0500
  • d3d3f33709 add support for Yes/No literals with BooleanField kuter 2021-01-26 11:19:28 +0100
  • 5ffdb7aa8f Remove instruction to pip install Django Carlin Kartchner 2021-01-24 15:20:42 -0500
  • 327478ecae
    Correct the use of "to" Jeff Baumes 2021-01-20 11:59:22 -0500
  • 59d9e87de6
    Properly escape code block in docstring David Davis 2021-01-13 14:37:35 -0500
  • 3f02adffab
    Add rest-framework-actions to Third Party Packages John Alexis Munera 2021-01-11 00:47:56 -0500
  • 19655edbf7
    Handle tuples same as lists in ValidationError detail context (#7647) Sebastian Jordan 2021-01-06 14:13:34 +0100
  • 8f576fe85d Docs: DjangoModelPermissions works on views with get_queryset() method. alex-cots 2021-01-05 15:49:34 -0500
  • 34a93e6a50 feat(routers): add .extend method to BaseRouter and include function Ivan Gonzalez 2021-01-04 12:41:34 -0500
  • 2096cc97dd
    Fix route iteration in get_urls Sumanth Ratna 2021-01-01 17:39:54 -0500
  • 64dcb23852
    Remove unnecessary if-statement Sumanth Ratna 2021-01-01 16:33:03 -0500
  • 0baeb6046f
    Avoid repeat calls to get_resolver Sumanth Ratna 2020-12-31 15:59:06 -0500
  • 5c35ce2966
    Fix test Sumanth Ratna 2020-12-31 15:32:41 -0500
  • b7e32767ab
    Add ViewSet to test Sumanth Ratna 2020-12-31 15:20:46 -0500
  • e7d0bb8156
    Fix root view Sumanth Ratna 2020-12-31 15:19:24 -0500
  • f87e442d7d
    Fix test Sumanth Ratna 2020-12-31 14:07:12 -0500
  • ca555ea668
    Fix issubclass for view functions Sumanth Ratna 2020-12-31 13:56:56 -0500
  • e7f6b71f75
    Fix root page Sumanth Ratna 2020-12-31 13:50:48 -0500
  • 5f56cc63f2
    Apply suggestions from code review thetarby 2020-12-31 21:43:19 +0300
  • 0dad5f15bf
    Fix URLs Sumanth Ratna 2020-12-31 11:18:59 -0500
  • 41eee2d0bd
    Add django-rest-authemail to Third Party Packages Celia Oakley 2020-12-31 01:08:08 -0800
  • 9dcaa54043
    Add django-rest-authemail to Authentication Celia Oakley 2020-12-30 23:45:44 -0800
  • bb21461037
    debug test Sumanth Ratna 2020-12-30 18:40:27 -0500
  • 8959e80cd7
    Fix viewset.get_extra_actions Sumanth Ratna 2020-12-30 18:24:36 -0500
  • 50496b5f4d
    Update docs Sumanth Ratna 2020-12-30 18:13:09 -0500
  • d83a978185
    Fix ViewSet import Sumanth Ratna 2020-12-30 18:05:16 -0500
  • 8a5e12ebf0
    Create test Sumanth Ratna 2020-12-30 17:48:28 -0500
  • 497ebcd6c0
    Update SimpleRouter Sumanth Ratna 2020-12-30 17:34:40 -0500
  • 3db8877889 Clarify documentation for TemplateHTMLRenderer Adrian Coveney 2018-07-25 10:53:43 +0100
  • d8e13a70e4 Merge remote-tracking branch 'upstream/master' into error-details-tuple Sebastian Jordan 2020-12-29 13:12:18 +0100
  • 57968137fc expose configurable allowing a default to be set on partial updates Max Morlocke 2020-12-25 21:40:28 -0500
  • 5e7e5e7e90 rollback pytest to 6.1 as py35 is dropped in 6.2 Max Morlocke 2020-12-24 23:08:19 -0500
  • fdd2ae448b upgrade to latest version of pytest+pytest-django to eliminate dependency on six Max Morlocke 2020-12-24 22:41:39 -0500
  • 9b33778667
    Better handle conflicting keys in set_values Étienne Beaulé 2020-12-24 15:35:48 -0500
  • 21e3b306d8 provide ValueFromContext documentation Max Morlocke 2020-12-23 23:22:55 -0500
  • b2ec2e5b0f implement ValueFromContext helper as a more generic version of CurrentUserDefault Max Morlocke 2020-12-23 23:17:04 -0500
  • 5bc70e9d32 add testing for CurrentUserDefault Max Morlocke 2020-12-23 22:54:27 -0500
  • 386580aebd
    Follow redirect in httpie dylan 2020-12-21 17:05:54 -0700
  • 8351747d98
    Update index.md Tom Christie 2020-12-21 16:41:12 +0000
  • 18a303d7f1
    attempt to update pytest versions Asif Saif Uddin 2020-12-21 21:24:22 +0600
  • d4c82b56b4 Added support for queryset in DjangoModelPermission for functional views Gabor 2020-12-12 23:47:15 +0200
  • d9e4d4c433
    Make the doc on overriding the default permission classes more clear. Feanil Patel 2020-12-12 14:53:42 -0500
  • 3e1fca171b Add _reason_phrase to Response Timothy McCurrach 2020-11-19 18:29:41 +0000
  • aa77a399cd Merge remote-tracking branch 'upstream/master' into error-details-tuple Sebastian Jordan 2020-11-30 11:53:08 +0100
  • fc9906de8e Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2020-11-27 15:37:47 +0600
  • da5085cbac
    nit: rename variable request as is holds a response Paul Morelle 2020-11-27 08:46:12 +0100
  • d5b471e420 change order exception handlers kuter 2020-11-25 21:55:44 +0100
  • f7f71f37c9 Allow 'get_page' method for overriding #7626 sarath 2020-11-25 07:30:45 +0530
  • 8d826d6122 Handle tuples same as lists in ValidationError detail context Sebastian Jordan 2020-11-20 14:44:31 +0100
  • bb133522ef Small documentation fix Erwin Junge 2020-11-22 09:33:17 +0100
  • b97707efdf
    Small documentation fix Erwin Junge 2020-11-22 09:33:17 +0100
  • 3ab8d4706e changed unicode to str babaroga 2020-11-21 11:53:39 -0500
  • dc96f70950 changed unicode to str babaroga 2020-11-21 11:53:39 -0500
  • 83d86ca6ab Update tests to accommodate GET action appearing in OPTIONS responses. Alexander Kinneer 2020-11-19 16:31:39 -0600
  • 8889c85125 Add support for returning field choices for GET action. Alexander Kinneer 2020-11-19 15:49:34 -0600
  • 5f09c8010d
    Update default.css Vitor Hugo 2020-11-19 15:35:57 -0300
  • 4e96afe49a fix test for python 3.5 Pierre Chiquet 2020-11-18 12:07:15 +0100
  • bed3f45850 fix isort Pierre Chiquet 2020-11-18 11:15:33 +0100
  • 34fcb14445 Fix JSONOpenAPIRenderer for fields with default=timedelta() Pierre Chiquet 2020-11-18 11:11:53 +0100
  • c735b8c418 Add failing test when rendering to json a schema with timedelta Pierre Chiquet 2020-11-18 11:05:19 +0100
  • a1ef73685e Have options example in documenting-your-api.md to return a Response Jean-Pierre Merx 2020-11-17 18:20:44 +0100
  • 9bf8523183
    Create nnv vimhgf 2020-11-13 15:30:10 +0200
  • 96993d817a
    Changed url to django docs so it points to the stable version (#7628) Karol Onyśko 2020-11-12 18:42:42 +0100
  • 2b266897c9
    Merge pull request #7634 from ge0rg/parser-docs Xavier Ordoquy 2020-11-12 11:52:21 +0100
  • 6da94e5700 docs: outline the difference between JSON and form parsers. Fix #7633 Georg Lukas 2020-11-12 09:48:18 +0100
  • 72428fcaa0 update django doc links to use version 3.1 Law 2020-11-08 18:34:20 +0300
  • b3f7747027 Deployed 47cfbdac with MkDocs version: 1.1 Xavier Ordoquy 2020-11-05 23:19:01 +0100
  • 3578683a69
    Merge pull request #7593 from encode/version-3.12.2 Xavier Ordoquy 2020-11-05 23:15:45 +0100
  • 3922b97380 Invalid page numbers get treated as '1' Paul Wayper 2020-11-06 08:31:29 +1100
  • 80444a0afb
    nit: Typo fix (#7629) bhealy-indeed 2020-11-05 15:21:30 -0600
  • 6d7497c131
    nit: Typo fix bhealy-indeed 2020-11-05 10:20:28 -0600