We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since we merged basxsoftwareassociation/bread#138 we can make use of a cleaner API to generate object-URLs inside basxconnect.
This means in most cases to replace something like
href=ModelHref(MyModel, "edit", kwargs={"pk": hg.C("row.pk")})
with something like
href=ModelHref.from_object(hg.C("row"), "edit")
The text was updated successfully, but these errors were encountered:
dward2nd
No branches or pull requests
Since we merged basxsoftwareassociation/bread#138 we can make use of a cleaner API to generate object-URLs inside basxconnect.
This means in most cases to replace something like
with something like
The text was updated successfully, but these errors were encountered: