You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2021. It is now read-only.
Include the language key for the mega menu (#259)
* Include the lnaguage key for the mega menu
* Remove print
Co-authored-by: Alex Martin <[email protected]>
Support tests running in Django 2.2 (#251)
* Fixes the two test failures that the Django 2.2 upgrade introduced
* This commit has had `black` (https://github.com/psf/black), the autoformatter, run on the `retirement_api` package and `setup.py`
* It also adds `black --check` to the `tox` `lint` environment and adds a section in `CONTRIBUTING.md` about code style and tools.