8000 Backport 3.7.1 release to develop by FinalAngel · Pull Request #6773 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Backport 3.7.1 release to develop #6773

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

Merged
merged 19 commits into from
Nov 26, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add missing parenthesis in code (#6677) (#6690)
  • Loading branch information
FinalAngel authored Jun 25, 2019
commit 39964b1c16d54337997aefc4fe0eb7d06bc65928
2 changes: 1 addition & 1 deletion docs/introduction/06-toolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ For completeness, here is the full example:
url=admin_reverse('polls_poll_changelist'),
)

buttonlist.add_modal_button
buttonlist.add_modal_button(
name='Add a new poll',
url=admin_reverse('polls_poll_add'),
)
Expand Down
0