Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[main]
host = https://www.transifex.com

[django-filer.core]
[o:divio:p:django-filer:r:core]
file_filter = filer/locale/<lang>/LC_MESSAGES/django.po
source_file = filer/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
type = PO

1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CHANGELOG
* Add thumbnail view for faster visual management of image libraries
* Fix File.objects.only() query required for deleting user who own files.
* Fix several CSS quirks
* Fix folder widget
* Remove unused css from delete confirmation view and move file view

2.2.5 (2023-06-11)
Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '3.0.0rc2'
__version__ = '3.0.0rc3'

default_app_config = 'filer.apps.FilerConfig'
Binary file modified filer/locale/ar/LC_MESSAGES/django.mo
Binary file not shown.
Loading