Releases: KlubJagiellonski/poznaj-app-backend
Releases · KlubJagiellonski/poznaj-app-backend
Add links for mobile
Merge pull request #94 from krzysztofzuraw/add-links-for-mobile Add mobile views
Refactor API
Merge pull request #82 from krzysztofzuraw/fix-heroku Add proper Procfile
Fix AWS S3 errors
v1.4.0 Fix lint error (#62)
Migrate docstrings
v1.3.0 Migrate docstrings closes #5
Stories can be filtered by lat/long
v1.2.0 Update djangorestframework from 3.5.4 to 3.6.2
Stories & Points APIs now contain ids instead of urls
Release v1.1.0 * Enhancement/opensource stuff (#13) * [Development ease] WIP * [Development ease] WIP- 2 * [Development ease] Add documentation; ignore files * [Development ease] Fixing failing tox * [Development ease] Fixing docs * Fixing docs & docker * Fix small errors in docs * Fix small errors in docs * Fixing sending emails by travis & adding codecov * Fixing docker * Rename project to poznaj & add codecov Closes #18 * Smal fixes after merging * Fixes #7: create custom test runner that isnt storing files after test run * Make test work again with testing settings * Fix django test problems * Ease development: Add test requirements to Dockerfile * Closes #2: add basic auth * Bump up version * Release 1.0.0 to heroku Update changelog Fix lint errors * Change API stories & points response to contains points id instead of urls * Use images ids instead of urls in points app * Remove unused import & enable ids instead of urls for stories app * Remove unused imports * Bump up version
First release to Heroku
v1.0.0 Update django admin url
v0.7.0
- Add basic auth @krzysztofzuraw
v0.6.0
- Add basic models: Images, Points & Stories @krzysztofzuraw
v0.5.0
- Fixing docs