index
:
site
add-home-app-readme
add-windows-guide
bad-lint-tester
bootcamp-updates
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/django-5.1.13
dependabot/uv/django-simple-bulma-3.0.0
flask-archive
forms
forms-admin
forms-bootstrap
github-button
improve-performance
jb3/user-props-store
main
mgmt-cmd-kill-db-cnx
offensive-messages-patch
swfarnsworth/asking_good_questions
timeline-branch-copy
A mirrored copy of the python-discord/site repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pydis_site
/
apps
/
api
/
serializers.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Add comment about manually defining nomination field of NominationEntry seria...
ks129
2021-02-24
-0
/
+3
*
Add entries field to Nomination serializer
ks129
2021-02-24
-1
/
+3
*
Change NominationEntry import location in serializers
ks129
2021-02-22
-1
/
+1
*
Add reviewed field to nomination serializer
ks129
2021-02-22
-1
/
+1
*
Change nominations serializer and add nomination entry serializer
ks129
2021-02-22
-2
/
+18
*
Don't allow voice ban to be hidden infraction
ks129
2020-10-10
-1
/
+1
*
Move Validation checks to serializer from viewset
RohanJnr
2020-10-09
-2
/
+21
*
Convert ValidationError response value to list from string
RohanJnr
2020-10-08
-1
/
+1
*
Convert error message value from list to string
RohanJnr
2020-10-08
-1
/
+1
*
return empty list as response for bulk creation of users
RohanJnr
2020-10-08
-2
/
+2
*
Merge branch 'master' into user_endpoint
Rohan Reddy Alleti
2020-10-08
-14
/
+0
|
\
|
*
Logs Cleanup: Remove removed LogEntry model import
ks129
2020-10-03
-1
/
+0
|
*
Logs Cleanup: Remove logs serializers
ks129
2020-10-03
-13
/
+0
*
|
fix bug with bulk create: response includes objects for users which were dupl...
RohanJnr
2020-10-08
-1
/
+2
*
|
normalize API error responses.
RohanJnr
2020-10-08
-2
/
+2
*
|
use NON_FIELD_ERRORS_KEY for non-field-specific ValidationError response
RohanJnr
2020-10-08
-1
/
+4
*
|
fix bug: bulk_patch returns duplicate objects in the response
RohanJnr
2020-10-08
-1
/
+1
*
|
catch IntegrityError and raise ValidationError during user creation.
RohanJnr
2020-10-08
-0
/
+8
*
|
add check for insufficient data in update method of UserListSerializer
RohanJnr
2020-10-07
-0
/
+5
*
|
use more efficient code
RohanJnr
2020-10-07
-4
/
+6
*
|
overhaul create method to ignore conflicts and raise error when duplicates pr...
RohanJnr
2020-10-06
-6
/
+7
*
|
raise validation error for user not found in UserListSerializer
RohanJnr
2020-10-05
-6
/
+11
*
|
optimize bulk update endpoint by using Model.objects.bulk_update() method
RohanJnr
2020-09-22
-1
/
+7
*
|
Merge branch 'master' into user_endpoint
rohanjnr
2020-09-09
-11
/
+0
|
\
|
|
*
(Tag Cleanup): Removed Tags serializer.
ks123
2020-08-27
-11
/
+0
*
|
remove redundant if clause in update() method in UserListSeriazlier.
rohanjnr
2020-08-28
-3
/
+2
*
|
Add code to replace restframework_bulk package for bulk create and simplify U...
rohanjnr
2020-08-28
-55
/
+18
*
|
Except AttributeError when self.instance is None and while fetching User obje...
rohanjnr
2020-08-26
-1
/
+1
*
|
Add reference links in UserListSerializer methods
rohanjnr
2020-08-26
-2
/
+7
*
|
add support for bulk updates on user model
rohanjnr
2020-08-26
-1
/
+76
|
/
*
Merge branch 'master' into whitelist_system
Leon Sandøy
2020-07-29
-1
/
+3
|
\
|
*
Return mentions from ReminderSerializer
kosayoda
2020-07-16
-1
/
+3
*
|
Handle unique validator in DRF, not Django.
Leon Sandøy
2020-07-29
-0
/
+15
*
|
Rename AllowDenyList to FilterList
Leon Sandøy
2020-07-27
-5
/
+5
*
|
Add another AllowDenyList field, 'comment'.
Leon Sandøy
2020-07-19
-1
/
+1
*
|
Rename AllowList to AllowDenyList.
Leon Sandøy
2020-07-16
-4
/
+4
*
|
Return id from the AllowListSerializer.
Leon Sandøy
2020-07-15
-8
/
+15
*
|
Add the AllowList model and serializer.
Leon Sandøy
2020-07-14
-1
/
+11
|
/
*
Remove primary key from user serializer
Joseph Banks
2020-06-02
-2
/
+0
*
No longer accept or track avatar_hash.
Leon Sandøy
2020-05-27
-1
/
+1
*
Merge branch 'master' into fix-infraction-validator
Mark
2020-02-08
-1
/
+2
|
\
|
*
Merge branch 'master' into bot#549-show-attachments-staff
Matteo Bertucci
2020-01-12
-0
/
+11
|
|
\
|
*
\
Merge branch 'master' into bot#549-show-attachments-staff
Matteo Bertucci
2019-11-15
-1
/
+12
|
|
\
\
|
*
|
|
Add a attachments field to the message model
Akarys42
2019-10-28
-1
/
+2
*
|
|
|
Infractions: fix UniqueTogetherValidator incorrectly failing
MarkKoz
2019-12-18
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' into #222-offensive-msg-autodeletion
Akarys42
2019-11-07
-1
/
+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' into active-infractions-validation
Sebastiaan Zeeff
2019-11-03
-1
/
+1
|
|
\
|
|
*
|
Apply feedback for pull request #278
Sebastiaan Zeeff
2019-10-19
-10
/
+8
|
*
|
Add validation rules to Infraction serializer
Sebastiaan Zeeff
2019-10-07
-0
/
+13
*
|
|
Merge branch 'master' into #222-offensive-msg-autodeletion
Akarys42
2019-10-25
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
[next]