Commit Graph

  • 43eb05e258
    Update rest_framework/filters.py Asif Saif Uddin 2023-06-12 12:39:41 +0600
  • e813139ac9
    Update tests/schemas/test_coreapi.py Asif Saif Uddin 2023-06-12 12:39:16 +0600
  • 9079f48083
    Update rest_framework/filters.py Asif Saif Uddin 2023-06-12 12:39:07 +0600
  • b47fee68e4
    Update rest_framework/filters.py Asif Saif Uddin 2023-06-12 12:38:18 +0600
  • b8cc5febdc
    Update rest_framework/__init__.py Asif Saif Uddin 2023-06-12 12:37:58 +0600
  • 7ee1bc7e41 Added skip test code execution when coreapi is not installed Neeraj Kumar 2023-06-12 02:36:21 +0530
  • fde309d0c4 Fixed #7007: Added Deprecation warning for coreapi Neeraj Kumar 2023-06-12 02:04:36 +0530
  • d87ad2366b fix: Call lru_cache decorator in PermissionCacheMixin for all python versions Ehsan200 2023-06-10 15:15:49 +0330
  • 23db9b6128 fix: Remove functools.cached_property and use django.cached_property Ehsan200 2023-06-10 15:09:57 +0330
  • 175f9118e9 test: Add new tests for cached permissions Ehsan200 2023-06-10 14:37:09 +0330
  • 80ce4a2cb8 feat: Use new methods in all views and use cached permissions in each view instance Ehsan200 2023-06-10 14:36:50 +0330
  • c992532552 feat: Add PermissionCacheMixin and cache permission methods results Ehsan200 2023-06-10 14:35:19 +0330
  • 376a5cbbba
    remove dependency on pytz (#8984) Mathieu Dupuy 2023-06-04 07:24:07 +0200
  • 03e2ecc9a5
    Add NullBooleanField deprecation to docs (#8999) Alasdair Nicol 2023-06-02 01:29:11 +0100
  • 7d74869afb Add NullBooleanField deprecation to docs Alasdair Nicol 2023-06-01 18:48:13 +0100
  • ff5f647df0
    Fix example of requires_context attribute (#8952) Vladimir Kasatkin 2023-05-31 07:36:21 +0300
  • e2a4559c03
    Fix validation for ListSerializer (#8979) Saad Aleem 2023-05-29 19:03:11 +0500
  • d747449695 fix: instance variable in list serializer, remove commented code Saadullah Aleem 2023-05-28 22:57:51 +0500
  • 0dc62010b1
    Update rest_framework/serializers.py Saad Aleem 2023-05-27 21:27:25 +0500
  • bb4102a162
    Update rest_framework/serializers.py Asif Saif Uddin 2023-05-27 18:17:51 +0600
  • 7197a86428 fix linting Saadullah Aleem 2023-05-27 16:39:26 +0500
  • 95778807e1 Merge branch 'master' into fix/list_serializer_validation Saadullah Aleem 2023-05-27 16:37:08 +0500
  • 74cb5002f5 fix formatting issues for list serializer validation fix Saadullah Aleem 2023-05-11 01:33:19 +0500
  • c1ee7e75b1 fix: Make the instance variable of child serializer point to the correct list object instead of the entire list when validating ListSerializer Saadullah Aleem 2023-05-11 01:19:12 +0500
  • 76110bf8a5 fix formatting issues for list serializer validation fix Saadullah Aleem 2023-05-11 01:33:19 +0500
  • 9ac6417aad fix: Make the instance variable of child serializer point to the correct list object instead of the entire list when validating ListSerializer Saadullah Aleem 2023-05-11 01:19:12 +0500
  • a1f03d5ee6 fix: Make the instance variable of child serializer point to the correct list object instead of the entire list when validating ListSerializer Saadullah Aleem 2023-05-11 01:19:12 +0500
  • f969143c95 Make set_value a method within Serializer (#8001) Étienne Beaulé 2023-05-24 10:59:42 -0300
  • 869d46fc42 fix: Make the instance variable of child serializer point to the correct list object instead of the entire list when validating ListSerializer Saadullah Aleem 2023-05-11 01:19:12 +0500
  • b9b50bd0cc Make set_value a method within Serializer (#8001) Étienne Beaulé 2023-05-24 10:59:42 -0300
  • 8d7e250046 fix URLPathVersioning reverse fallback (#7247) jornvanwier 2023-05-18 05:46:40 +0200
  • 01b99ddb9e Fix Links in Documentation to Django reverse and reverse_lazy (#8986) Dominik Bruhn 2023-05-17 07:46:48 +0200
  • e6655e3b97 Declared Django 4.2 support in README.md (#8985) Mehraz Hossain Rumman 2023-05-15 21:02:17 +0600
  • b9c8d1923d remove django 2.2 from docs index (#8982) Mathieu Dupuy 2023-05-14 02:00:13 +0200
  • 4f18318b1c Allow REST_FRAMEWORK.PAGE_SIZE to be overriden in settings Christophe Henry 2023-05-26 12:43:59 +0200
  • d252d22343
    Make set_value a method within Serializer (#8001) Étienne Beaulé 2023-05-24 10:59:42 -0300
  • 83a16d0a88
    remove pytz, more subtly Mathieu Dupuy 2023-05-22 23:22:23 +0200
  • 26df637d53
    Revert "remove pytz" Mathieu Dupuy 2023-05-22 22:54:54 +0200
  • a25aac7d67
    fix URLPathVersioning reverse fallback (#7247) jornvanwier 2023-05-18 05:46:40 +0200
  • 332e9560ab
    Fix Links in Documentation to Django reverse and reverse_lazy (#8986) Dominik Bruhn 2023-05-17 07:46:48 +0200
  • 6aecf0da6b
    Update reverse.md Dominik Bruhn 2023-05-16 19:49:15 +0200
  • 1f77269e61
    Fix Django Docs url in reverse.md Dominik Bruhn 2023-05-16 19:47:58 +0200
  • 7bebe97724
    Declared Django 4.2 support in README.md (#8985) Mehraz Hossain Rumman 2023-05-15 21:02:17 +0600
  • 4e3da9b148
    Declared Django 4.2 support in README.md Mehraz Hossain Rumman 2023-05-15 20:51:37 +0600
  • 393609dfaa
    remove pytz Mathieu Dupuy 2023-05-15 15:48:12 +0200
  • 1ada5dfa30
    Update setup.py Asif Saif Uddin 2023-05-14 06:10:27 +0600
  • 001d6ec2c9
    remove django 2.2 from docs index (#8982) Mathieu Dupuy 2023-05-14 02:00:13 +0200
  • db8c08eb5f
    remove django 2.2 from docs index Mathieu Dupuy 2023-05-13 19:54:02 +0200
  • 271e7d700e Fix Failed to import middleware classes Oguntunde Caleb 2023-05-12 17:13:10 +0100
  • 5b1894569b Pr failed permission error, troubleshooting Oguntunde Caleb 2023-05-12 16:40:29 +0100
  • 2359ae86ac
    run middleware after authentication Include caleb.fun 2023-05-12 08:59:06 +0100
  • 0e973b9953 Follow naming convention Oguntunde Caleb 2023-05-12 02:11:54 +0100
  • 05b389f668 ... Oguntunde Caleb 2023-05-12 02:07:14 +0100
  • db2c45c729 Pr issue fix Oguntunde Caleb 2023-05-12 01:48:20 +0100
  • 22b5658f24 Follow naming convention Oguntunde Caleb 2023-05-12 01:44:48 +0100
  • 700cbf1966 Add middleware classes support that run after drf mutate request Oguntunde Caleb 2023-05-12 00:51:53 +0100
  • 516ba527dd fix imports sorting for list serializer tests Saadullah Aleem 2023-05-11 01:36:00 +0500
  • 4bbc689ec5 fix formatting issues for list serializer validation fix Saadullah Aleem 2023-05-11 01:33:19 +0500
  • a717d74f3c fix: Make the instance variable of child serializer point to the correct list object instead of the entire list when validating ListSerializer Saadullah Aleem 2023-05-11 01:19:12 +0500
  • 99e8b4033e
    feat: enforce Decimal type in min_value and max_value arguments of DecimalField (#8972) Ismael Jiménez Sánchez 2023-05-09 16:50:29 +0200
  • 550714c5be Updated translations for Persian (fa) language Mahdi 2023-05-07 20:11:26 +0330
  • f86a007923 remove redundant module name in log ismaeljs 2023-05-07 17:46:38 +0200
  • 51265fa77c add warning when min_value and max_value are not decimal ismaeljs 2023-05-07 17:37:22 +0200
  • ed941287d9 feat: enforce decimal type in decimal field ismaeljs 2023-05-04 07:52:14 +0200
  • 5a09412fd9 lint Nancy Eckenthal 2023-05-03 19:33:02 -0400
  • 7704a244d6 undo unnecessary change Nancy Eckenthal 2023-05-03 19:23:35 -0400
  • ad4ec1b1e9 be more permissive of mixed casing in validating strings for BooleanField values Nancy Eckenthal 2023-05-03 19:14:36 -0400
  • e08e606c82
    Fix mapping for choice values (#8968) Saad Aleem 2023-05-03 12:08:07 +0500
  • d14eb7555d
    Refactor read function to use context manager for file handling (#8967) Mahdi Rahimi 2023-05-02 19:39:19 +0330
  • 301087dc64 add tests for text choices class Saadullah Aleem 2023-05-02 18:41:52 +0500
  • 960bebd2a3 fix formatting Saadullah Aleem 2023-05-02 13:33:34 +0500
  • f95dc69e03 Check for multiple choice enums Saadullah Aleem 2023-05-02 13:10:10 +0500
  • f1a11d41cb
    fix: fallback on CursorPagination ordering if unset on the view (#8954) fdomain 2023-05-02 02:55:59 +0200
  • 2d26752e7d fix imports in tests Saadullah Aleem 2023-05-01 22:59:29 +0500
  • 4b9bdb0f6c fix imports Saadullah Aleem 2023-05-01 22:27:37 +0500
  • 5b5cfdc47b fix tests for ChoiceField IntegerChoices Saadullah Aleem 2023-05-01 22:17:31 +0500
  • af08f67336 fix mapping for choice values Saadullah Aleem 2023-05-01 22:02:54 +0500
  • a13fba4712
    Merge 1129a8dacd into 54307a4394 Ben 2023-05-01 17:07:09 +0800
  • cfd3bd3b42 Refactor read function to use context manager for file handling Mahdi 2023-04-30 21:51:01 +0330
  • 54307a4394
    Replaced OrderedDict with dict (#8964) suayip uzulmez 2023-04-30 12:20:02 +0300
  • 10f9f22886 Replaced OrderedDict with dict şuayip üzülmez 2023-04-29 23:21:22 +0300
  • 1ce0853ac5
    Refactor get_field_info method to include max_digits and decimal_places attributes in SimpleMetadata class (#8943) Mahdi Rahimi 2023-04-27 07:54:13 +0330
  • 652315742e fix: fallback on CursorPagination ordering if unset on the view Florian Domain 2023-04-19 11:34:43 +0200
  • 48bfcc9bcf Fix example of requires_context attribute Vladimir Kasatkin 2023-04-18 12:32:02 +0300
  • e5e2cbad9a Add query parameter filtering to list method Mahmoud-Barry 2023-04-17 21:38:11 +0000
  • 5ef18af3b1 Add query parameter filtering to list method Mahmoud-Barry 2023-04-17 21:35:32 +0000
  • 414e582c26 Add query parameter filtering to list method Mahmoud-Barry 2023-04-17 21:02:43 +0000
  • 5f024d9c78 Add query parameter filtering to list method Mahmoud-Barry 2023-04-17 20:27:19 +0000
  • e3d5554c4a Add query parameter filtering to list method Mahmoud-Barry 2023-04-17 20:26:17 +0000
  • d78e386b7f
    Removed usage of field.choices that triggered full table load Lenno Nagel 2023-04-17 21:59:41 +0300
  • b49ac016f0
    Update .github/workflows/main.yml revert-8947-revert-8946-codecov Asif Saif Uddin 2023-04-17 14:22:24 +0600
  • dcb3f7ccf5
    Update .github/workflows/main.yml Asif Saif Uddin 2023-04-17 14:22:15 +0600
  • 40751108b7
    Update .github/workflows/main.yml Asif Saif Uddin 2023-04-17 14:13:02 +0600
  • d649afa5a0
    Update .github/workflows/main.yml Asif Saif Uddin 2023-04-17 14:11:56 +0600
  • 1b8235ae56
    Update .github/workflows/main.yml Asif Saif Uddin 2023-04-17 14:09:54 +0600
  • b415ee6f45 Revert "Revert "test codecov gha (#8946)" (#8947)" Asif Saif Uddin 2023-04-17 14:08:14 +0600
  • 38a74b42da
    Revert "test codecov gha (#8946)" (#8947) Asif Saif Uddin 2023-04-15 12:11:35 +0600
  • 571f4d6ce6 Revert "test codecov gha (#8946)" Asif Saif Uddin 2023-04-13 21:57:50 +0600
  • 721df598cc
    Update rest_framework/metadata.py Asif Saif Uddin 2023-04-13 21:50:38 +0600
  • 684522807f
    test codecov gha (#8946) Asif Saif Uddin 2023-04-13 21:48:45 +0600