index
:
site
add-home-app-readme
add-windows-guide
bad-lint-tester
bootcamp-updates
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/upload-artifact-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
/
manage.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2020-10-08
fix bug with bulk create: response includes objects for users which were ↵
RohanJnr
-1
/
+2
duplicates
2020-10-08
correct indentation
RohanJnr
-10
/
+10
2020-10-08
normalize API error responses.
RohanJnr
-2
/
+2
2020-10-08
use NON_FIELD_ERRORS_KEY for non-field-specific ValidationError response
RohanJnr
-1
/
+4
2020-10-08
update documentation
RohanJnr
-36
/
+34
2020-10-08
add testcase: test_returns_400_for_duplicate_request_users
RohanJnr
-0
/
+16
2020-10-08
raise ValidationError if users have same ID in request data during bulk patch
RohanJnr
-9
/
+15
2020-10-08
add test case: test_returns_400_for_existing_user
RohanJnr
-1
/
+12
2020-10-08
fix bug: bulk_patch returns duplicate objects in the response
RohanJnr
-1
/
+1
2020-10-08
catch IntegrityError and raise ValidationError during user creation.
RohanJnr
-0
/
+8
2020-10-07
update documentation
RohanJnr
-3
/
+3
2020-10-07
add test case for insufficient data while bulk updating users.
RohanJnr
-0
/
+14
2020-10-07
add check for insufficient data in update method of UserListSerializer
RohanJnr
-0
/
+5
2020-10-07
Document changes made to UserListSerializer in UserViewSet
RohanJnr
-0
/
+3
2020-10-07
use more efficient code
RohanJnr
-4
/
+6
2020-10-06
refactor tests to use updated changes and add tests for UserListPagination
RohanJnr
-2
/
+64
2020-10-06
overhaul create method to ignore conflicts and raise error when duplicates ↵
RohanJnr
-6
/
+7
present in request data. Raising NotFound exception instead of ValidatoinError in update method
2020-10-06
Update docstring of UserViewSet and correct function annotation on ↵
RohanJnr
-4
/
+5
UserListPagination
2020-10-05
Change test case to use updated code
RohanJnr
-1
/
+1
2020-10-05
return next and previous page numbers in paginator instead of links
RohanJnr
-11
/
+30
2020-10-05
raise validation error for user not found in UserListSerializer
RohanJnr
-6
/
+11
2020-10-05
Bump links for Effective Python to 2nd edition
imSofi
-2
/
+2
Updated and expanded book for Python 3. Has 30 new major guidelines added compared to the 1st edition.