-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add render_block function #60
Open
gogognome
wants to merge
8
commits into
clokep:main
Choose a base branch
from
gogognome:59-render-block
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 26, 2024
-
This function returns a response that calls render_block_to_string() under the hood to generate the content of the response. (cherry picked from commit 4d9297e)
Sander Kooijmans committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for fb17ce4 - Browse repository at this point
Copy the full SHA fb17ce4View commit details -
(cherry picked from commit e46abe5)
Sander Kooijmans committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for f5e6e98 - Browse repository at this point
Copy the full SHA f5e6e98View commit details -
Because render_block() must be called from view code, the settings have been changed for the tests to include a "tests" app, with a single URL and a single View class. (cherry picked from commit 1e1683a)
Sander Kooijmans committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 90a78c6 - Browse repository at this point
Copy the full SHA 90a78c6View commit details -
Replace pytext fixture by setup() and tearDown()
This is more in sync with the rest of the project and is a bit easier to understand. (cherry picked from commit 97819c4)
Sander Kooijmans committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for f7597a2 - Browse repository at this point
Copy the full SHA f7597a2View commit details
Commits on Sep 30, 2024
-
Use assertEqual instead of assertEquals
Sander Kooijmans committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for f886eea - Browse repository at this point
Copy the full SHA f886eeaView commit details -
Sander Kooijmans committed
Sep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 68c1bf8 - Browse repository at this point
Copy the full SHA 68c1bf8View commit details -
Sander Kooijmans committed
Sep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for e42cb4c - Browse repository at this point
Copy the full SHA e42cb4cView commit details -
Use type annotation syntax of Python 3.8
Sander Kooijmans committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 0fe791d - Browse repository at this point
Copy the full SHA 0fe791dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.