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

Skip to content

Backport 3.7.0 release to develop #6736

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 14 commits into from
Sep 26, 2019
Merged
Show file tree
Hide file tree
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
Prev Previous commit
Next Next commit
Fix content mode related to #6694 (#6696) (#6711)
* Adapt test suite for recent Travis changes (#6709)

* test something

* further updates and add 3.7 to test

* updates

* simplify for tests

* add 3.7 support

* Fix content mode related to #6694 (#6696)

* Fix content mode related to #6694

* Add Dmytro Litvinov to AUTHORS according to PR template
  • Loading branch information
FinalAngel authored Aug 7, 2019
commit c6f400a8de16b3fb1a6b6b9a8886e684d5b77d0a
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ Contributors (based on gitlog, 537 unique authors):
* Dmitry Akinin
* Dmitry Gorelik
* Dmytro Gorelik
* Dmytro Litvinov
* Donatas
* Donatas Kučinskas
* Douwe van der Meij
Expand Down
Binary file removed docs/user/tutorial/images/structure-content.png
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/user/tutorial/structure-content-modes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
Structure and content modes
###########################

.. image:: /user/tutorial/images/structure-content.png
:align: right
:alt: the 'Structure/Content' mode control
:width: 71

The *Structure/Content* mode control in the toolbar lets you switch between two different editing
modes.
Expand Down
0