aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/serializers.py (follow)
Commit message (Expand)AuthorAgeLines
...
| * | | Return a list of ot-names only for GET request only to bot/off-topic-channel-...Gravatar RohanJnr2021-06-04-2/+19
| * | | Serialize name and active attribute.Gravatar RohanJnr2021-05-19-12/+1
| | |/ | |/|
* | | Merged infraction and notification settings in JSONGravatar mbaruh2021-12-25-16/+12
* | | Include 'dm_content ' field under Infraction settings in Filters/FilterListsGravatar D0rs4n2021-12-24-1/+1
* | | Patch Filter/FilterList's default values and add new fieldsGravatar D0rs4n2021-12-22-3/+16
* | | Prepare FilterList and Filter models, serializers for the new filter schemaGravatar D0rs4n2021-12-18-42/+48
* | | Patch Filter and FilterList Serializer validation logic and representationGravatar D0rs4n2021-12-18-24/+49
* | | Adjust FilterList Schema to group settings into subcategoriesGravatar D0rs4n2021-12-18-1/+8
* | | Adjust FilterList RepresentationGravatar D0rs4n2021-12-18-3/+14
* | | Adjust Filter JSON SchemaGravatar D0rs4n2021-12-18-0/+30
* | | Fix lintingGravatar ks1292021-12-18-7/+19
* | | Move filters validations to serializersGravatar ks1292021-12-18-0/+33
* | | Update filters API to actually workGravatar ks1292021-12-18-14/+44
* | | Remove old one-to-one filters relationships serializers, views and URLsGravatar ks1292021-12-18-72/+12
* | | Correct Filter-FilterList relationship.Gravatar kosayoda2021-12-18-10/+12
* | | Improve name of dm sent to triggered user.Gravatar kosayoda2021-12-18-1/+1
* | | Filters: allowed_category -> allowed_categoriesGravatar Matteo Bertucci2021-12-18-1/+1
* | | Filters: hook the new models into the REST APIGravatar Matteo Bertucci2021-12-18-10/+88
| |/ |/|
* | Fix lintingGravatar Izan2021-11-25-1/+10
* | Add `dm_sent` field to infractions model & serializerGravatar Izan2021-11-25-1/+1
* | Adds Failures Field To RemindersGravatar Hassan Abouelela2021-10-29-1/+9
|/
* Add comment about manually defining nomination field of NominationEntry seria...Gravatar ks1292021-02-24-0/+3
* Add entries field to Nomination serializerGravatar ks1292021-02-24-1/+3
* Change NominationEntry import location in serializersGravatar ks1292021-02-22-1/+1
* Add reviewed field to nomination serializerGravatar ks1292021-02-22-1/+1
* Change nominations serializer and add nomination entry serializerGravatar ks1292021-02-22-2/+18
* Don't allow voice ban to be hidden infractionGravatar ks1292020-10-10-1/+1
* Move Validation checks to serializer from viewsetGravatar RohanJnr2020-10-09-2/+21
* Convert ValidationError response value to list from stringGravatar RohanJnr2020-10-08-1/+1
* Convert error message value from list to stringGravatar RohanJnr2020-10-08-1/+1
* return empty list as response for bulk creation of usersGravatar RohanJnr2020-10-08-2/+2
* Merge branch 'master' into user_endpointGravatar Rohan Reddy Alleti2020-10-08-14/+0
|\
| * Logs Cleanup: Remove removed LogEntry model importGravatar ks1292020-10-03-1/+0
| * Logs Cleanup: Remove logs serializersGravatar ks1292020-10-03-13/+0
* | fix bug with bulk create: response includes objects for users which were dupl...Gravatar RohanJnr2020-10-08-1/+2
* | normalize API error responses.Gravatar RohanJnr2020-10-08-2/+2
* | use NON_FIELD_ERRORS_KEY for non-field-specific ValidationError responseGravatar RohanJnr2020-10-08-1/+4
* | fix bug: bulk_patch returns duplicate objects in the responseGravatar RohanJnr2020-10-08-1/+1
* | catch IntegrityError and raise ValidationError during user creation.Gravatar RohanJnr2020-10-08-0/+8
* | add check for insufficient data in update method of UserListSerializerGravatar RohanJnr2020-10-07-0/+5
* | use more efficient codeGravatar RohanJnr2020-10-07-4/+6
* | overhaul create method to ignore conflicts and raise error when duplicates pr...Gravatar RohanJnr2020-10-06-6/+7
* | raise validation error for user not found in UserListSerializerGravatar RohanJnr2020-10-05-6/+11
* | optimize bulk update endpoint by using Model.objects.bulk_update() methodGravatar RohanJnr2020-09-22-1/+7
* | Merge branch 'master' into user_endpointGravatar rohanjnr2020-09-09-11/+0
|\|
| * (Tag Cleanup): Removed Tags serializer.Gravatar ks1232020-08-27-11/+0
* | remove redundant if clause in update() method in UserListSeriazlier.Gravatar rohanjnr2020-08-28-3/+2
* | Add code to replace restframework_bulk package for bulk create and simplify U...Gravatar rohanjnr2020-08-28-55/+18
* | Except AttributeError when self.instance is None and while fetching User obje...Gravatar rohanjnr2020-08-26-1/+1
* | Add reference links in UserListSerializer methodsGravatar rohanjnr2020-08-26-2/+7