| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
Coverage is now 100%.
|
|
|
|
|
| |
These changes were not necessary. I am very sorry for the things
that I did.
|
|\
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
# pyproject.toml
|
| |
| |
| |
| | |
This is required to allow running tests on 3.10.
|
| | |
|
|\| |
|
| |
| |
| |
| | |
This is to add support for Django 3.1's database-agnositic JSONField.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [django](https://github.com/django/django) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.13...3.1.14)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [django](https://github.com/django/django) from 3.0.14 to 3.1.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.14...3.1.13)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
|
| | |
|
| |
| |
| |
| |
| | |
Adds django-distill to dependencies, and lays the basic groundwork to
start building static routes. Adds a poetry task to help with testing.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
For some reason the lock file was out of date, which caused issues when trying to poetry install on Windows without build tools.
psycopg had to be pinned to ~=2.8.0 as 2.9 introduces an issue with us not setting the db connection to UTC
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In more detail:
- Use Django URL namespaces (e.g. `api:bot:infractions`) instead of
`django_hosts` host argument.
- Update the hosts file setup documentation to remove subdomain entries.
- Update the hosts file setup documentation to mention that the entry of
`pythondiscord.local` is not required and mainly for convenience.
- Rename the `APISubdomainTestCase` to the more fitting
`AuthenticatedAPITestCase`, as authentication is all that is left that the
class is doing.
- Drop dependency to `django_hosts`.
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | | |
Co-authored-by: Vivaan Verma <[email protected]>
|
| |/ |
|
| |
| |
| |
| | |
`psycopg2-binary` introduced a change that cause Django to break in v2.9. Without this pin, starting up the site raises an `AssertionError: database connection isn't set to UTC`
|
|/
|
|
| |
This is needed because the flexbox helper classes were only introduced in later versions (Bulma v0.9.1 and djano-simple-bulma v2.4.0)
|
|
|
|
| |
Including the pre-commit config here too, so I can actually lint
|
| |
|
| |
|
| |
|
|
|