aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/models/bot/infraction.py (follow)
Commit message (Expand)AuthorAgeLines
* Add Django-specific rules for ruffGravatar Johannes Christ2023-05-10-9/+9
* Merge branch 'main' into mbaruh/timeoutGravatar Boris Muratov2023-03-20-0/+9
|\
| * Replace CharField with URLField and set default to NoneGravatar vivekashok12212023-03-10-2/+3
| * Add jump_url field to infraction modelGravatar vivekashok12212023-02-17-0/+8
* | Migrate infraction type `mute` to `timeout`Gravatar mbaruh2023-03-04-1/+1
|/
* Add a field to track the time an infraction was last appliedGravatar Chris Lovering2022-07-27-0/+6
* Merge branch 'main' into voicemuteGravatar ChrisJL2022-01-21-0/+4
|\
| * Add `dm_sent` field to infractions model & serializerGravatar Izan2021-11-25-0/+4
* | Implement voice mute + migration from voice mute -> voice banGravatar ks1292021-10-09-1/+2
|/
* Add trailing comma to infraction types listingGravatar ks1292020-10-10-1/+1
* Add voice ban to infraction types and create migration for itGravatar ks1292020-10-10-1/+2
* Rename utils.py to mixins.py. More precise.Gravatar Leon Sandøy2020-07-14-1/+1
* Remove default value from the active field of infractionsGravatar MarkKoz2019-12-19-1/+0
* Prevent double active infractions with constraintGravatar Sebastiaan Zeeff2019-10-08-0/+7
* Make API return infraction list with newest firstGravatar Sebastiaan Zeeff2019-09-17-0/+5
* Give a code a lintGravatar Jeremiah Boby2019-07-10-1/+0
* Address the latest review. ✈Gravatar Gareth Coles2019-04-22-0/+1
* A whole bunch of docstrings.Gravatar Gareth Coles2019-04-21-0/+1
* Move models to submodules.Gravatar Johannes Christ2019-04-14-0/+67