8000 chore: Merge back `release/4.1.x` into `develop-4` by fsbraun · Pull Request #7731 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

chore: Merge back release/4.1.x into develop-4 #7731

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 31 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
2e31793
Merge pull request #7617 from fsbraun/develop-4
fsbraun Aug 7, 2023
318d417
Fix: modal.scss dark-mode compatibilitiy
fsbraun Aug 8, 2023
5232220
Add: Build all assets as part of the frontend test
fsbraun Aug 8, 2023
94cc9b0
fix: Better action feedback
fsbraun Aug 8, 2023
4c7939e
Merge pull request #7621 from fsbraun/fix/dart-sass
fsbraun Aug 8, 2023
4ab1f58
fix: Update _modal.scss
fsbraun Aug 8, 2023
fcc2f7a
fix: Remove publish/draft reference from grouper admin message
fsbraun Aug 8, 2023
e703659
Merge pull request #7622 from fsbraun/fix/grouper-message
fsbraun Aug 8, 2023
33fbdb1
fix ruff
fsbraun Aug 8, 2023
d79eddc
Add Django 4.2 support to release notes
fsbraun Aug 8, 2023
369f776
Fix transifex-pull-strings
fsbraun Aug 9, 2023
06ecf3a
fix: Update transifex source file (#7629)
fsbraun Aug 22, 2023
ac74c21
Fix: Open new plugin window in language of toolbar not of page (#7632)
fsbraun Aug 23, 2023
33f93d6
Fix: Broken page actions menu if CMS_PERMISSIONS is set
fsbraun Aug 24, 2023
d871d9f
Build: release 4.1.0rc4 (#7637)
fsbraun Aug 25, 2023
58ed512
fix: en locale in `release/4.1.x` (#7638)
fsbraun Aug 25, 2023
b3edda3
fix: en locale typo (#7639)
fsbraun Aug 25, 2023
121acf1
Merge branch 'develop-4' into release/4.1.x
fsbraun Aug 30, 2023
807a87b
fix: Remove `can_publish` permission from django CMS 4 core (#7635)
fsbraun Oct 16, 2023
8b323e7
Merge pull request #7718 from django-cms/develop-4
fsbraun Dec 11, 2023
5e9a71b
ci: Merge back 4.1.0.rc5 build into release/4.1.x (#7720)
fsbraun Dec 12, 2023
118f79f
Update setup.cfg
fsbraun Dec 12, 2023
3411b98
Remove py3.8 from setup.cfg
fsbraun Dec 12, 2023
737e86e
feat: add v4 docs to main branch (#7722)
fsbraun Dec 21, 2023
5c5359f
Update docs for frontend testing (#7726)
protoroto Dec 21, 2023
bb8a7ef
fix: Update make-release script to evaluate git diff-index exit codes
fsbraun Dec 22, 2023
b98b051
Update make-release to allow for empty messages commit
fsbraun Dec 22, 2023
e88032b
chore: Merge `release/build` into `release/4.1.x` (#7729)
fsbraun Dec 27, 2023
959200e
Apply suggestions from code review
fsbraun Dec 31, 2023
490dffa
fix: Incomplete command to create a virtual env in docs (#7735)
fsbraun Jan 4, 2024
cb0cff1
docs: Remove reference to rc5 from 01-install.rst
fsbraun Jan 4, 2024
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: Incomplete command to create a virtual env in docs (#7735)
  • Loading branch information
fsbraun authored Jan 4, 2024
commit 490dffab16665d7646f2bc44c54e4f4b431937aa
2 changes: 1 addition & 1 deletion docs/introduction/01-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ django CMS also has other requirements, which it lists as dependencies in its

.. code-block:: bash

python3 -m .venv # create a virtualenv
python3 -m venv .venv # create a virtualenv
source .venv/bin/activate # activate it
pip install --upgrade pip # Upgrade pip

Expand Down
0