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
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Add tests for bulk patch for User Model and additional test for bulk creation...
rohanjnr
2020-08-28
-0
/
+116
*
Add code to replace restframework_bulk package for bulk create and simplify U...
rohanjnr
2020-08-28
-58
/
+35
*
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
/
+136
*
add pagination for GET request on /bot/users endpoint
rohanjnr
2020-08-26
-6
/
+24
*
Merge pull request #374 from Numerlor/reminder-direct-retrieve
Mark
2020-08-20
-1
/
+59
|
\
|
*
Update docstring for new fetching behaviour
Numerlor
2020-08-20
-0
/
+24
|
*
Allow direct fetching of reminders by id
Numerlor
2020-08-20
-1
/
+35
*
|
Update Code Jam 7 to most recent in navbar
Dennis Pham
2020-08-13
-1
/
+1
*
|
Update rule 6 for the removal of #show-your-projects
Dennis Pham
2020-08-08
-1
/
+2
|
/
*
Fix bad migration 0059
Leon Sandøy
2020-08-03
-0
/
+85
*
Delete FilterList objects for tests.
Leon Sandøy
2020-07-30
-0
/
+10
*
Add a migration for all the existing data.
Leon Sandøy
2020-07-30
-0
/
+153
*
Provide callable, not return value.
Leon Sandøy
2020-07-30
-1
/
+1
*
Add a constraint in the DB model as well.
Leon Sandøy
2020-07-29
-0
/
+15
*
Fix multiple leafs for migration graph.
Leon Sandøy
2020-07-29
-1
/
+1
*
Merge branch 'master' into whitelist_system
Leon Sandøy
2020-07-29
-3
/
+80
|
\
|
*
Fix misleading documentation
kosayoda
2020-07-19
-1
/
+1
|
*
Use literal integers for mentions ID in test
kosayoda
2020-07-19
-14
/
+2
|
*
Merge migrations
kosayoda
2020-07-16
-0
/
+14
|
*
Merge branch 'master' of github.com:python-discord/site into role-reminders
kosayoda
2020-07-16
-2
/
+60
|
|
\
|
*
|
Add mentions field to valid data test
kosayoda
2020-07-16
-1
/
+14
|
*
|
Document more undocumented stuff
kosayoda
2020-07-16
-2
/
+6
|
*
|
Document PATCH for reminders
kosayoda
2020-07-16
-0
/
+16
|
*
|
Document POSTing mentions in ReminderViewSet
kosayoda
2020-07-16
-0
/
+1
|
*
|
Add migration for the mentions field in the Reminder model
kosayoda
2020-07-16
-0
/
+20
|
*
|
Document mentions in ReminderViewSet
kosayoda
2020-07-16
-0
/
+5
|
*
|
Return mentions from ReminderSerializer
kosayoda
2020-07-16
-1
/
+3
|
*
|
Add mentions field to Reminder model
kosayoda
2020-07-16
-0
/
+14
*
|
|
Add a test for checking duplicates.
Leon Sandøy
2020-07-29
-0
/
+5
*
|
|
Handle unique validator in DRF, not Django.
Leon Sandøy
2020-07-29
-15
/
+15
*
|
|
Rename AllowDenyList to FilterList
Leon Sandøy
2020-07-27
-48
/
+47
*
|
|
Minor changes to tests, use subTest.
Leon Sandøy
2020-07-19
-9
/
+4
*
|
|
Document the get_types endpoint.
Leon Sandøy
2020-07-19
-0
/
+14
*
|
|
Simplify AllowDenyListType names.
Leon Sandøy
2020-07-19
-4
/
+4
*
|
|
Add another AllowDenyList field, 'comment'.
Leon Sandøy
2020-07-19
-1
/
+9
*
|
|
Add an endpoint for getting AllowDenyList types.
Leon Sandøy
2020-07-17
-0
/
+16
*
|
|
Merge branch 'master' into whitelist_system
Leon Sandøy
2020-07-16
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Bump jQuery version
MarkKoz
2020-07-15
-1
/
+1
*
|
|
100% branch coverage for account.py
Leon Sandøy
2020-07-16
-4
/
+9
*
|
|
100% coverage for account.py
Leon Sandøy
2020-07-16
-29
/
+30
*
|
|
Rename AllowList to AllowDenyList.
Leon Sandøy
2020-07-16
-55
/
+48
*
|
|
Fix some broken tests.
Leon Sandøy
2020-07-16
-8
/
+7
*
|
|
Improve some docstrings.
Leon Sandøy
2020-07-16
-6
/
+26
*
|
|
Add tests for the AllowList model.
Leon Sandøy
2020-07-16
-0
/
+104
*
|
|
Fix a bug in an old migration.
Leon Sandøy
2020-07-16
-2
/
+2
*
|
|
Return id from the AllowListSerializer.
Leon Sandøy
2020-07-15
-8
/
+15
*
|
|
Add a UniqueConstraint to prevent duplicates.
Leon Sandøy
2020-07-15
-0
/
+21
*
|
|
Add a migration for the new AllowList model.
Leon Sandøy
2020-07-15
-0
/
+29
[next]