aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2025-06-03Timeline: Add two more items (Code Jam 10 & 11)Gravatar L3viathan-0/+31
2025-06-02Timeline: Add three new items (#1532)Gravatar Jonathan Oberländer-0/+32
2025-05-27Do not activate infractions on partial updatesGravatar Johannes Christ-1/+49
2025-05-08Bump django from 5.1.8 to 5.1.9Gravatar dependabot[bot]-5/+5
Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.9. - [Commits](https://github.com/django/django/compare/5.1.8...5.1.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2025-05-06Bump h11 from 0.14.0 to 0.16.0Gravatar dependabot[bot]-8/+8
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2025-05-01Do not require "active" to be sent in PATCH infraction (#1518)Gravatar jchristgit-1/+2
Regression from the DRF update.
2025-05-01Bump markdown from 3.7 to 3.8Gravatar dependabot[bot]-21/+79
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.8. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2025-05-01Mark unique constraint error checks as no coverGravatar Johannes Christ-2/+14
2025-05-01Update tests for DRF 3.16.0Gravatar Johannes Christ-9/+22
New error messages are returned, and there appears to be an upstream bug which presently requires us to specify all attributes in the update.
2025-05-01Update poetry lockfileGravatar Johannes Christ-73/+15
2025-05-01Give different basenames to duplicate FilterListViewSetGravatar Johannes Christ-2/+4
2025-05-01Bump djangorestframework from 3.14.0 to 3.16.0Gravatar dependabot[bot]-19/+6
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.16.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>