Commit Graph

  • 29beb62a74
    corrects typographical error in line 118 Esieboma Jeremiah 2020-09-28 07:28:33 +0100
  • bfee52441b
    Overlooked translation in search.html Cas Ebbers 2020-09-27 12:15:33 +0200
  • 09979d655a Modify NOT operand to have the ability to use custom message Basil Dubyk 2020-04-13 18:45:56 +0300
  • be70ade746 Modify OR operand to have the ability to use custom messages Basil Dubyk 2019-03-09 13:11:01 +0200
  • cd6e648f20 Modify AND operand to have the ability to use custom messages Basil Dubyk 2019-03-08 10:31:24 +0200
  • ae649336b1
    Drop urlize_quoted_links (#7548) Tom Christie 2020-09-23 15:39:06 +0100
  • eeb76d2e1d Drop urlize_quoted_links Tom Christie 2020-09-23 15:12:24 +0100
  • 6ab2709b25 Fix saving reverse relations for Django<3 Martijn Jacobs 2020-09-23 16:00:51 +0200
  • 7eb642b366 Add tests for updating reverse relations for foreign keys Martijn Jacobs 2020-09-23 14:18:12 +0200
  • 98e9caba9f There is already a reverse relation called nullable_sources Martijn Jacobs 2020-09-23 14:17:33 +0200
  • 2b83fac035 Added test for creating a slugfield with a reverse o2o relation Martijn Jacobs 2020-09-21 11:11:33 +0200
  • c6e24521da
    Add third-party schema library drf-spectacular to docs (#7540) T. Franzel 2020-09-21 12:39:35 +0200
  • 4113fe20b5 try Ming Ju 2020-09-21 06:28:57 -0400
  • 618f64a75c Save the reverse relations in update/create of the ModelSerializer Martijn Jacobs 2020-09-21 11:11:04 +0200
  • d6bd6dc1a2 Explicitly add all fields Martijn Jacobs 2020-09-17 21:48:00 +0200
  • d7d795abf1 Add third-party schema library drf-spectacular to docs T. Franzel 2020-09-17 11:59:02 +0200
  • 98761e4ebb
    Correct indentation Борис Верховский 2020-09-16 09:43:27 -0400
  • 8990db91f1 Added tests for OneToOne slugfield to demonstrate #5996 Martijn Jacobs 2020-09-16 10:57:56 +0200
  • e17779c47b
    Make it more clear to add django_filters to INSTALLED_APPS in docs. (#7535) johnthagen 2020-09-14 13:46:51 -0400
  • f5b746eddf
    Quote string value johnthagen 2020-09-14 13:04:04 -0400
  • 552ae5ac10
    Make it more clear to add django_filters to INSTALLED_APPS johnthagen 2020-09-14 13:01:45 -0400
  • f22acca58c Removed comment and renamed normalize to normalize_output as suggested in code review Henrik Palmlund Wahlgren 2020-09-11 11:13:41 +0200
  • 52e12d9ef6 Return NotImplemented sooner for ErrorDetail equality test David Smith 2020-09-09 22:01:26 +0100
  • 12a232b9eb
    Docs: fix render() param name Jozef 2020-09-09 21:02:58 +0200
  • 2d4858af3b Change semantic of OR of two permission classes Mark Yu 2019-04-24 22:25:37 +0800
  • 04f39c42ee
    Add drf-psq package to docs (#7451) Mohammad Amin Haghpanah 2020-09-09 12:24:05 +0430
  • 025dedcf78
    Add drf-psq to permissions.md Salar Nasiri 2020-09-09 12:16:33 +0430
  • ab94d5b347
    Add drf-psq to third party packages Mohammad Amin Haghpanah 2020-09-09 04:15:57 +0430
  • dde36f79f7 Merge branch 'master' of github.com:auvipy/django-rest-framework into issue-7406 sanjusci 2020-09-08 21:33:05 +0530
  • 56a8da39e0 Fix RemovedInDjango40Warning for middleware get_resopnse() Adam Johnson 2020-09-02 13:16:32 +0100
  • 327cbef299
    Add Django API Client to the third party packages (#7440) Rafael Henter 2020-09-08 11:44:03 -0300
  • 6b632c15b1
    Remove unnecessary type conversions (#7526) Francisco Couzo 2020-09-08 11:42:01 -0300
  • ddcd8b539b
    Run tests against Python 3.9 (#7517) Michael K 2020-09-08 14:40:21 +0000
  • 410575dace
    Replace all url() calls with path() or re_path() (#7512) Adam Johnson 2020-09-08 15:32:27 +0100
  • f8394b6227 Basic structure for release announcement Tom Christie 2020-09-08 15:29:54 +0100
  • 407fb91294 Fix typo Tom Christie 2020-09-08 15:29:39 +0100
  • 672e56d6ab Fix one missed reference Adam Johnson 2020-09-02 13:07:24 +0100
  • ba865d924e Fix test_urlpatterns.py to continue testing mixed re_path() and path() Adam Johnson 2020-09-02 13:07:09 +0100
  • 108993dc7b update given feedbacks on url() is deprecated in Django 3.1 sanjusci 2020-07-19 09:39:03 +0530
  • 69e5381740 url() is deprecated in Django 3.1 sanjusci 2020-07-17 14:52:50 +0530
  • 9990b59281
    Dropped test compatibility shims for Django <2.2. (#7523) David Smith 2020-09-07 19:00:17 +0100
  • 76b92faadf Remove unnecessary type conversions Francisco Couzo 2020-09-06 22:57:00 -0300
  • 2a52d36460 Replaced OrderedDict with dict dict is now assumed to be ordered in all currently supported versions of Python David Smith 2020-09-06 08:39:44 +0100
  • 2e6cf76f6e Updated tests -- Django 2.2 is minimum supported version David Smith 2020-09-05 21:18:33 +0100
  • d5461e93fe
    Bump flake8 to 3.8.3 (#7521) David Smith 2020-09-05 09:02:27 +0100
  • e353ae5e8f Bump flake8 to 3.8.3 David Smith 2020-09-05 08:09:51 +0100
  • 3331d415ab
    Run tests against Python 3.9 Michael Käufl 2020-09-04 13:54:08 +0200
  • b8ab30683a default_app_config application variable is deprecated in Django 3.2 David Smith 2020-08-13 21:33:25 +0100
  • ddad74da2c Update release notes Tom Christie 2020-09-03 16:29:43 +0100
  • 633df13801 Updating release notes Tom Christie 2020-09-03 14:04:52 +0100
  • 82041b9880 Updating release notes Tom Christie 2020-09-03 13:41:37 +0100
  • a157541d12 Updating release notes Tom Christie 2020-09-03 13:05:28 +0100
  • 35c0abf24e
    Change Token.generate_key to a Classmethod (#7502) Charles 2020-09-03 19:51:03 +0900
  • f323049ecc
    Fix pk-only optimization for properties (#7142) Ryan P Kilby 2020-09-03 03:49:15 -0700
  • b3e02592d0
    Add support for Django 3.1 JSONField (#7467) Bob Thomas 2020-09-03 06:47:11 -0400
  • 3b8292b6e5 Add Bulgarian translation Tocho Tochev 2020-09-01 10:40:36 +0300
  • e99b21cb8d initial case styles added escobarjj 2020-08-30 19:39:59 -0500
  • d4fb5bf51e self -> cls checkroth 2020-08-31 08:12:59 +0900
  • 2189067051 Linting kieffer julien 2020-08-28 12:29:11 +0200
  • 551773208a removing print kieffer julien 2020-08-28 12:20:39 +0200
  • bf53e08f0f ErrorDetails implementation kieffer julien 2020-08-28 12:03:06 +0200
  • d1b8511f91 Adding params to error details kieffer julien 2020-08-28 11:24:59 +0200
  • 26f4f15cae Removed custom api for serializer. Torstein Aarseth Bø 2020-08-28 11:24:13 +0200
  • a732d0f1a6
    Update filters.py MeRuslan 2020-08-28 10:37:24 +0300
  • 5c86a31481 adds classmethod decorator to generate_key and test to confirm change is acceptable checkroth 2020-08-28 13:42:17 +0900
  • eede3ce936 Fixed autoschema for listserializer Torstein A. Bø 2020-08-27 16:27:38 +0200
  • d44afafbc7 Nested serializers generates separate OpenApi components. Torstein A. Bø 2020-08-27 15:35:46 +0200
  • 05120c4658 Added api for serializer supplying openapi schema including autoschema Torstein A. Bø 2020-08-27 13:14:31 +0200
  • 4ebc7800bc Added api for serializer supplying openapi schema Torstein A. Bø 2020-08-27 12:54:17 +0200
  • 079702aa37 WIP test for urlize_quoted_links() with escaped parameters. Victor Shih 2020-08-27 00:00:10 -0700
  • 7a06cc7da8 the url(..) was updated with path(..) in generic-views.md VladSaichenko 2020-08-26 12:21:55 +0700
  • 71120deda4 url(..)'s were updated with path(..)'s in authentication.md VladSaichenko 2020-08-26 12:19:53 +0700
  • 9a2089ceef url(..) updated with path(..) in index.md VladSaichenko 2020-08-26 12:15:35 +0700
  • 7f3a3557a0
    Add drf_ujson2 reference (#7494) johnthagen 2020-08-25 18:15:17 -0400
  • e215db206a
    Updated url()'s with path() and re_path() (#7492) Vlad 2020-08-25 18:50:02 +0700
  • 9db35ed522 Simplify warnings testing Ryan P Kilby 2020-08-24 04:10:28 -0700
  • 48c327c681
    Fix schema typo (#7491) Justin Duke 2020-08-24 03:44:34 -0700
  • afd5301c62
    Update third party packages reference for drf_ujson2 johnthagen 2020-08-23 15:52:20 -0400
  • fc0cacd9e7
    Add drf_ujson2 reference johnthagen 2020-08-23 15:49:06 -0400
  • 65ab47ce55 Add docs and test Denis Orehovsky 2020-08-23 11:41:34 +0300
  • 58f55b466a Add a method for getting serializer field name Denis Orehovsky 2020-08-23 09:02:49 +0300
  • bbed943323 url()'s were replaced by path, and imports were sorted in urlpatterns.py VladSaichenko 2020-08-23 01:16:41 +0700
  • 71ab8974b0 url() replaced on re_path() in urlpatterns.py VladSaichenko 2020-08-22 20:16:55 +0700
  • 17ead92970 Replaced url() on path() in urls.py VladSaichenko 2020-08-22 19:55:12 +0700
  • 92cad0d2fa url() replaced on re_path() in routers.py VladSaichenko 2020-08-22 02:28:13 +0700
  • 62dd43ab07
    Fix typo (accros -> across) Justin Duke 2020-08-21 09:15:00 -0700
  • fc4f97d3ec Add support for Django 3.1 JSONField Bob Thomas 2020-08-05 15:23:20 -0400
  • 2daafa717e Clean up test name Thomas Achtemichuk 2020-08-20 15:39:20 -0400
  • 2e0b394bbe Simplify test case Thomas Achtemichuk 2020-08-20 15:35:30 -0400
  • d33bf12a91 Update test to fail correctly Thomas Achtemichuk 2020-08-20 14:49:58 -0400
  • 66140388d9 Add failing test for #7489 Thomas Achtemichuk 2020-08-20 14:33:59 -0400
  • 374c0d4142
    Punctuation fix (#7488) Борис Верховский 2020-08-20 06:23:59 -0600
  • 0a6eac94a3
    more punctuation Борис Верховский 2020-08-19 20:54:47 -0600
  • e74fe403f5
    Punctuation fix Борис Верховский 2020-08-19 20:20:01 -0600
  • 71eb45ed5a fix nested serializer validation Ciprian Herman 2020-08-18 17:28:15 +0300
  • d16f7c6dfe Test 'NullBooleanField' constructor Ryan P Kilby 2020-08-17 20:48:09 -0700
  • 8de2fed468 Combine the nullable boolean field test cases Ryan P Kilby 2020-08-17 20:15:56 -0700
  • 3812f46c19 Handle deprecation warning for metadata test Ryan P Kilby 2020-08-17 20:15:36 -0700
  • 355afcf64b
    isort v5 (#7484) David Smith 2020-08-17 21:26:56 +0100
  • b586039c08 isort v5 David Smith 2020-08-17 21:01:45 +0100