aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py (follow)
Commit message (Collapse)AuthorAgeLines
* Use poetry for dependency managemnet.Gravatar Johannes Christ2019-02-05-49/+0
|
* Set up `django-crispy-forms`.Gravatar Johannes Christ2018-12-30-0/+1
|
* Bump minimum DRF version to `3.9.0`.Gravatar Johannes Christ2018-12-05-1/+1
|
* Django - Add Infractions API (#149)Gravatar Mark2018-11-29-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add Infraction model and serialiser The model in not finalised. * fix mix up of serialiser fields * remove explicit id field and add foreign keys * remove unused import * disallow null for user * add view set and route * fix model and create migration * fix typo choice => choices * specify names for reverse accessors for User FKs * add django-filter * add filters to view set * add string dunder method to model * add list/retrieve tests * make reason nullable * add creation tests * remove support for PUT and DELETE * add support for PATCH * assert timestamps using strings rather than datetimes This is done to keep 3.6 support; datetime.fromisoformat() is 3.7+ * assert inserted_at * add unauthenticated tests * add bad value tests for list filters and retrieve * remove prefetch cache invalidation * make __str__ more descriptive * add field validation & remove note type * add tests for field validation * fix coverage for Infraction string dunder test * fix coverage (for sure this time) * return 400 for partial updates with frozen fields * add expanded serialiser and endpoints * test expanded endpoints * remove extra retrieve call * remove unnecessary try-finally blocks * remove extra blank line * document endpoints (except expanded) * document expanded routes * fix wrong routes in docstring (/infraction -> /infractions) * make merge migration
* Use `uwsgi` instead of `gunicorn`.Gravatar Johannes Christ2018-09-20-1/+1
|
* Update changelog & contributing guidelines, bump version.v0.3.0Gravatar Johannes Christ2018-09-18-1/+1
|
* Add `psmgr` command.Gravatar Johannes Christ2018-09-18-0/+5
|
* Remove `static` later.Gravatar Johannes Christ2018-09-18-4/+1
|
* Omit unneeded directories.Gravatar Johannes Christ2018-09-18-1/+12
|
* Re-add missing dependency.Gravatar Johannes Christ2018-09-16-1/+2
|
* Back to the roots.Gravatar Johannes Christ2018-09-16-0/+33