-
Notifications
You must be signed in to change notification settings - Fork 32
Comparing changes
Open a pull request
base repository: django-cms/djangocms-versioning
base: 2.2.0
head repository: django-cms/djangocms-versioning
compare: master
- 7 commits
- 20 files changed
- 5 contributors
Commits on Feb 6, 2025
-
feat: Pre-populate
version.content
cache when getting version object (#446) * feat: Pre-populate `version.content` cache when getting version for content * Update djangocms_versioning/models.py * Bump python to 3.12 for tests against latest Django * Use reverse cache * add page prefetch for view published button * remove lru_cache from toolbar (memory leak) * remove unused import * Undo unnecessary changes for outdated django CMS versions * Sort imports * fix: Language menu created twice * fix lint issues * Update djangocms_versioning/cms_toolbars.py
Configuration menu - View commit details
-
Copy full SHA for 734af77 - Browse repository at this point
Copy the full SHA 734af77View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f18b9d3 - Browse repository at this point
Copy the full SHA f18b9d3View commit details
Commits on Mar 4, 2025
-
build(deps): bump actions/cache from 4.2.0 to 4.2.2 (#452)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6cd61a4 - Browse repository at this point
Copy the full SHA 6cd61a4View commit details -
fix: Test compatibility with django CMS 5 (#453)
* fix: Test compatibility with django CMS 5 * Update tests/test_integration_with_core.py
Configuration menu - View commit details
-
Copy full SHA for bf89036 - Browse repository at this point
Copy the full SHA bf89036View commit details
Commits on Mar 5, 2025
-
fix: For headless mode, django CMS 5.0 adds preview buttons to all vi…
…ews. Do not add again. (#455) * fix: For headless mode, django CMS 4.2 adds preview buttons to all views. Do not add again. * fix: sqlite build on django main Latest Django main will only support Python3.12+, so 3.11 won't work --------- Co-authored-by: Vinit kumar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fee0650 - Browse repository at this point
Copy the full SHA fee0650View commit details
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7a5e73a - Browse repository at this point
Copy the full SHA 7a5e73aView commit details
Commits on Mar 7, 2025
-
feat: Improve default copy method to also copy placeholders and plugi…
…ns (#345) * feat: Let default_copy also copy PlaceholderRelationFields * Clarify comment * Call copy_relations if it exists in verisioned model * Update tests * Fix indent * Fix test * Update page content copy * Fix creation_date for page content * Fix linting issues * More ruff fixes * fix test * Update tests/test_datastructures.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Improve tests --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c755609 - Browse repository at this point
Copy the full SHA c755609View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.0...master