BEN-2954: [DO NOT MERGE] Rebase Django-Filer to original Repo #158
Open
andreilupuleasa wants to merge 886 commits into
Open
BEN-2954: [DO NOT MERGE] Rebase Django-Filer to original Repo #158andreilupuleasa wants to merge 886 commits into
andreilupuleasa wants to merge 886 commits into
Conversation
Django22 upgrade
BEN-2235: Proxy all unknown method calls to the queryset
BEN-2247: set content type on file upload
… deleting a folder In the newer django version (2.2), the MPTTModel.delete() methods now calls django.db.models.base.Model.refresh_from_db, which in turn calls the constructor of the Folder model (django-filer/filer/models/foldermodels.py:Folder). At that moment, almost all of the fields are DEFERRED, trying to acces them will trigger again django.db.models.base.Model.refresh_from_db, thus the infinite loop. The fix: set the 'cached' props only if fields are fetched from DB.
BEN-2299 fix filer error: maximum recursion depth exceeded while har…
in the `_copy_file` method, after the actual file is copied in storage in the new path, the old_name is not properly reset, so the method `_is_path_changed` will again try to copy the file in storage, when File obj is saved.
added 26 commits
June 9, 2026 15:16
pyproject.toml updated
…kage with django-filer and not bento3 commit sha
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
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.
No description provided.