Releases: boydjj/awpug-django-2017
Releases · boydjj/awpug-django-2017
Include updated slides through v0.11.0
v0.11.1 Add slides through v0.11.0
Add users/RLE APIs using django-rest-framework
v0.11.0 Add filtering of RLE results to the authenticated user
Integrate with django-oauth-toolkit
v0.10.0 Enable using OAuth 2 as an authentication provider
Add my_entries page and login ability
v0.9.0 Add login page for users
Add my_entries view and fix bug where we were saving entries incorrectly
v0.8.0 Fix a couple bugs where we weren't saving RequestLogEntries properly
Use RequestLogEntry in existing view and let users "replay" requests
v0.7.0 Add a simple DetailView for our new model
Add RequestLogEntry model and integrate with admin
v0.6.0 Integrate RequestLogEntry model with Django admin
Refactor httpbucket view into CBV
v0.5.0 Refactor echo_get into CBV
Add echo view for /get URL
v0.4.0 Add echo view for /get URL
Add our first view
v0.3.0 Add our first view