-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Fixes/use svg icons #6455
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
Closed
Closed
Fixes/use svg icons #6455
Conversation
This file contains hidden or 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
…raft/live state (django-cms#6350)
…m model to form (django-cms#6362) Increased meta description length restriction to 320 characters
…eframe template (django-cms#6364)
Fixed outdated links to documentation pages
* introduces numbering of sections * fixes django-cms#6359
* fixes django-cms#6377 [ci only docs]
* Improved toolbar tutorial
* Fixed typo * Improved URLs explanation
* Made minor improvements to tutorial
…ed page permissions (django-cms#6411)
* Update apphooks.rst You need to add *Application instance name* by hand to a page when you add an ``app_name`` #hopeitsavessomeoneelsethetrouble * Changed as per czpython's suggestions While still trying to convey that we're fixing the same problem than the previous paragraphs refers to (and that *Application instance name* only appears after setting ``app_name`` )
* Updated apphooks how-to and introduction [ci only docs]
czpython
suggested changes
Jul 24, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jrief
3.5 still supports 1.8
Can you push your changes to the develop branch?
Also please add an entry to CHANGELOG and remove the one from upgrade notes
# Conflicts: # CHANGELOG.txt # cms/appresolver.py # cms/tests/test_fixture_loading.py # cms/tests/test_permissions.py # docs/how_to/apphooks.rst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Fixes #
If
CMS_PERMISSION = True
the inline admin ofALL PERMISSIONS
renders icons. Since Django-1.9 these icons have been replaced by SVG variants, so use them.Documentation checklist