-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(http_method_override.py): add allowed_methods and bodyless_method…
…s attributes to improve readability and maintainability feat(http_method_override.py): add support for overriding HTTP method using _method form parameter feat(messages_controller.py): retrieve and pass message object to show method to display message details feat(messages_controller.py): delete message from database in delete method feat(messages_controller.py): retrieve and pass message object to edit template to pre-fill form feat(messages_controller.py): update message in database with form data in update method feat(messages_controller.py): delete message from database in delete method feat(messages/edit.html): change _method hidden input value to lowercase "put" to match HTTP method override middleware feat(messages/show.html): change _method hidden input value to lowercase "delete" to match HTTP method override middleware feat(request_test.py): add tags to test cases for better organization and filtering
- Loading branch information
Showing
5 changed files
with
56 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters