BEN-2954: Rebase Django-Filer to original Repo#157
Open
andreilupuleasa wants to merge 32 commits intomaster_pbsfrom
Open
BEN-2954: Rebase Django-Filer to original Repo#157andreilupuleasa wants to merge 32 commits intomaster_pbsfrom
andreilupuleasa wants to merge 32 commits intomaster_pbsfrom
Conversation
- Update setup.py: require django>=5.1, remove six dependency, relax pinned versions for django_polymorphic and django-js-asset - Remove six import in filer/utils/model_label.py, use str directly - Replace force_text with force_str in admin_utils.py - Replace ugettext_lazy with gettext_lazy in folderadmin.py - Remove allow_tags attribute (no longer used by modern Django) - Replace urlquote with urllib.parse.quote in foldermodels.py - Remove use_for_related_fields from managers (removed in Django 3.0+) - Rename __unicode__ to __str__ in models - Replace url() with path() in test_urls.py, fix admin.site.urls usage - Replace NoArgsCommand/option_list with BaseCommand/add_arguments - Remove default_app_config from __init__.py - Rename MIDDLEWARE_CLASSES to MIDDLEWARE in test_settings.py - Update tox.ini for modern Python/Django - Remove filer/south_migrations/ directory (South long unsupported) Agent-Logs-Url: https://github.com/pbs/django-filer/sessions/acd29442-f148-4eca-8866-86798003b1e2 Co-authored-by: andreilupuleasa <124138251+andreilupuleasa@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* 'BEN-3407' of github.com:pbs/django-filer: Potential fix for pull request finding
* master_pbs: Update filer/admin/common_admin.py BEN-3409: fix tests run BEN-3409: fix botocore import Update filer/models/filemodels.py Update Makefile Update filer/utils/cms_roles.py Update .github/workflows/tests.yml BEn-3409: use specific exception BEN-3409: remove python 3.14 BEN-3409: fix unit tests BEN-3409: workflow_call: added BEN-3409: remove eolder python versions initial GHA file BEN-3409: fix filer tests BEN-3409: GHA branch # Conflicts: # filer/storage.py # filer/test_settings.py # filer/test_urls.py # filer/tests/admin.py # setup.py # tox.ini
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* 'BEN-3407' of github.com:pbs/django-filer: Potential fix for pull request finding Potential fix for pull request finding
…itions Agent-Logs-Url: https://github.com/pbs/django-filer/sessions/cad30a66-0889-48ba-bb3e-2ab3bf2939b2 Co-authored-by: andreilupuleasa <124138251+andreilupuleasa@users.noreply.github.com>
…models, clipboardmodels, virtualitems) and settings Agent-Logs-Url: https://github.com/pbs/django-filer/sessions/cad30a66-0889-48ba-bb3e-2ab3bf2939b2 Co-authored-by: andreilupuleasa <124138251+andreilupuleasa@users.noreply.github.com>
…ns preserved Agent-Logs-Url: https://github.com/pbs/django-filer/sessions/cad30a66-0889-48ba-bb3e-2ab3bf2939b2 Co-authored-by: andreilupuleasa <124138251+andreilupuleasa@users.noreply.github.com>
…ilOption, FolderPermission, mime_type, etc.) Agent-Logs-Url: https://github.com/pbs/django-filer/sessions/cad30a66-0889-48ba-bb3e-2ab3bf2939b2 Co-authored-by: andreilupuleasa <124138251+andreilupuleasa@users.noreply.github.com>
…, restore needed PBS utils Agent-Logs-Url: https://github.com/pbs/django-filer/sessions/cad30a66-0889-48ba-bb3e-2ab3bf2939b2 Co-authored-by: andreilupuleasa <124138251+andreilupuleasa@users.noreply.github.com>
Agent-Logs-Url: https://github.com/pbs/django-filer/sessions/cad30a66-0889-48ba-bb3e-2ab3bf2939b2 Co-authored-by: andreilupuleasa <124138251+andreilupuleasa@users.noreply.github.com>
added 2 commits
April 30, 2026 17:00
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.