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
/
models
/
bot
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Add a UniqueConstraint to prevent duplicates.
Leon Sandøy
2020-07-15
-0
/
+13
*
Set up url forwarding for the viewset.
Leon Sandøy
2020-07-15
-9
/
+7
*
Merge branch 'master' into whitelist_system
Leon Sandøy
2020-07-15
-0
/
+2
|
\
|
*
Allow empty list for user roles
MarkKoz
2020-07-14
-0
/
+1
|
*
Merge branch 'master' into feat/deps/344/django-3.0
MarkKoz
2020-07-14
-12
/
+24
|
|
\
|
*
|
Allow empty list for message embeds
MarkKoz
2020-03-21
-0
/
+1
*
|
|
Add the AllowList model and serializer.
Leon Sandøy
2020-07-14
-0
/
+29
*
|
|
Rename utils.py to mixins.py. More precise.
Leon Sandøy
2020-07-14
-12
/
+12
|
|
/
|
/
|
*
|
Remove very generous newline in role validator
Joseph Banks
2020-06-05
-3
/
+1
*
|
Alter import order in user model
Joseph Banks
2020-06-02
-1
/
+1
*
|
Convert the roles field on the user model from a many-to-many field to a post...
Joseph Banks
2020-06-02
-5
/
+26
*
|
No longer accept or track avatar_hash.
Leon Sandøy
2020-05-27
-8
/
+0
*
|
Added `news` to allowed bot setting names.
ks129
2020-04-20
-0
/
+1
|
/
*
Merge branch 'master' into fix-infraction-validator
Mark
2020-02-08
-0
/
+7
|
\
|
*
Merge branch 'master' into bot#549-show-attachments-staff
Matteo Bertucci
2020-01-12
-0
/
+49
|
|
\
|
*
\
Merge branch 'master' into bot#549-show-attachments-staff
Matteo Bertucci
2019-11-15
-1
/
+8
|
|
\
\
|
*
|
|
Allow empty attachment field
Matteo Bertucci
2019-10-31
-0
/
+1
|
*
|
|
Add a attachments field to the message model
Akarys42
2019-10-28
-0
/
+6
*
|
|
|
Remove default value from the active field of infractions
MarkKoz
2019-12-19
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' into #222-offensive-msg-autodeletion
Akarys42
2019-11-07
-1
/
+8
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' into active-infractions-validation
Sebastiaan Zeeff
2019-11-03
-0
/
+6
|
|
\
|
|
*
|
Merge branch 'master' into active-infractions-validation
Sebastiaan Zeeff
2019-10-18
-0
/
+5
|
|
\
\
|
*
|
|
Prevent double active infractions with constraint
Sebastiaan Zeeff
2019-10-08
-0
/
+7
|
*
|
|
Add validation rules to Infraction serializer
Sebastiaan Zeeff
2019-10-07
-1
/
+1
*
|
|
|
Add the offensive message model to the admin panel
Akarys42
2019-10-26
-0
/
+4
*
|
|
|
Fix type error in the future date validator
Akarys42
2019-10-25
-1
/
+1
*
|
|
|
Merge branch 'master' into #222-offensive-msg-autodeletion
Akarys42
2019-10-25
-0
/
+6
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Change reminder.jump_url field to URLField
Akarys42
2019-10-21
-1
/
+1
|
*
|
|
Add max_lengh for reminder.jump_url
Akarys42
2019-10-19
-0
/
+1
|
*
|
|
Add a jump-url field in the reminder model
Akarys42
2019-10-19
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
Change OffensiveMessage.delete_date from datetime.date to datetime.datetime
Akarys42
2019-10-25
-2
/
+2
*
|
|
Create an OffensiveMessage model
Akarys42
2019-10-24
-0
/
+45
|
/
/
*
/
Migrate nominations to new Nomination model
Sebastiaan Zeeff
2019-09-30
-0
/
+5
|
/
*
Merge branch 'master' into update-linting
S. Co1
2019-09-24
-0
/
+5
|
\
|
*
Make API return infraction list with newest first
Sebastiaan Zeeff
2019-09-17
-0
/
+5
*
|
Apply suggestions from code review
S. Co1
2019-09-24
-3
/
+3
*
|
Apply suggestions from code review
S. Co1
2019-09-22
-1
/
+1
*
|
Update linting rules & partially relint
sco1
2019-09-18
-19
/
+20
|
/
*
Merge pull request #238 from python-discord/django-deleted-messages-frontend
Leon Sandøy
2019-09-06
-1
/
+31
|
\
|
*
Removing incorrect double newline between imports and PEP8-ing committed GH c...
Sebastiaan Zeeff
2019-08-24
-2
/
+3
|
*
Apply suggestions from code review
Sebastiaan Zeeff
2019-08-24
-3
/
+2
|
*
Adding required fields validator and tests to embed fields
Sebastiaan Zeeff
2019-08-23
-0
/
+5
|
*
Adding missing 'inline' parameter to embed fields attribute validator
Sebastiaan Zeeff
2019-08-23
-1
/
+9
|
*
Making the deleted-messages-frontend functional with changes, including:
Sebastiaan Zeeff
2019-08-23
-0
/
+17
*
|
Allow special characters in off topic names.
Johannes Christ
2019-09-03
-1
/
+3
|
/
*
Making the comparison operators for Role act like those for d.py Role objects
Sebastiaan Zeeff
2019-08-23
-3
/
+12
*
Removing default value for 'position' field of Role model
Sebastiaan Zeeff
2019-08-22
-1
/
+0
*
Fixing top_role bug for users without roles & adding appropriate test
Sebastiaan Zeeff
2019-08-22
-1
/
+8
*
Adding missing docstring in public method
Sebastiaan Zeeff
2019-08-15
-0
/
+1
*
Adding position, role hierarchy comparisons to Role model; top_role to User m...
Sebastiaan Zeeff
2019-08-15
-0
/
+14
[next]