Sage Abdullah ad70e5fdb6 Simplify UniqueConstraint check for custom rendition models 6 days ago
..
api b30bfa993f Add preserve_svg option to api ImageRenditionField 1 year ago
check_files e9593e7b6b Update all other Wagtail logos to the latest version 10 months ago
locale cb0a358022 Fetch new translations from Transifex 1 week ago
management ceed617115 Added progress bar to wagtail_image_rendition command output 1 year ago
migrations e7dd00e427 Ensure that creation of image/document choose permissions happens after access_admin permission exists 2 months ago
rich_text 3f551f212c Insert default_alt_text when auto-converting from ImageChooserBlock to ImageBlock 3 weeks ago
static_src 97d2332ba4 Migrate image-url-generator conditional fields to w-rules/RulesController 2 months ago
templates 1db66a7ded Add default_alt_text to the state dictionary returned by ImageChooser view and used by AdminImageChooser widget 3 weeks ago
templatetags 4bfbbae405 Add picture tag implementation and tests 1 year ago
tests 530cc5c355 Added tests for AbstractRendition's unique constraint check 6 days ago
views 1db66a7ded Add default_alt_text to the state dictionary returned by ImageChooser view and used by AdminImageChooser widget 3 weeks ago
.gitignore bf0f3e02ba Rename wagtail.wagtailimages to wagtail.images 7 years ago
__init__.py 9adf742580 fixes errors by adding aliases, double backtick, changing indexentry 6 months ago
admin.py d10f15e558 Reformat with black 3 years ago
admin_urls.py d3d3299c22 Refactor images edit view to use generic EditView 4 months ago
apps.py bc9d5da38f Move deleting old image / document files to task 3 weeks ago
blocks.py 3f551f212c Insert default_alt_text when auto-converting from ImageChooserBlock to ImageBlock 3 weeks ago
checks.py 20e35ddc06 Use `maxsize=None` for more LRU-caches 1 year ago
components.py 67de58eb27 Fix crash on inspect view with an empty image 1 year ago
edit_handlers.py 3cb4033a11 Remove deprecated edit handlers / panels 2 years ago
exceptions.py 7d6240a489 Throw error if images.Filter.run cannot create output (#8508) 2 years ago
fields.py d02e09e00e Explicitly add image/heic to 'accept' attribute on image fields 3 months ago
formats.py e97af885ec Bump deprecations started in 5.2 to RemovedInWagtail70Warning 1 year ago
forms.py 97d2332ba4 Migrate image-url-generator conditional fields to w-rules/RulesController 2 months ago
image_operations.py 15abe65eb4 Fix saving as .heic 3 months ago
jinja2tags.py 4bfbbae405 Add picture tag implementation and tests 1 year ago
models.py ad70e5fdb6 Simplify UniqueConstraint check for custom rendition models 6 days ago
permissions.py c136f461bc Add duplicate detection to multiple image upload view 2 years ago
rect.py d10f15e558 Reformat with black 3 years ago
shortcuts.py 41dac89e1d Add srcset_image tag for responsive images 1 year ago
signal_handlers.py bc9d5da38f Move deleting old image / document files to task 3 weeks ago
tasks.py 5a0ecb9b30 Move setting image focal point to task 3 weeks ago
urls.py d10f15e558 Reformat with black 3 years ago
utils.py ac10b36c7b Run pyupgrade with `--py38-plus` 1 year ago
wagtail_hooks.py b993a52757 Adopt entity chooserUrls for Draftail richtext in embeds/documents/images 11 months ago
widgets.py 1db66a7ded Add default_alt_text to the state dictionary returned by ImageChooser view and used by AdminImageChooser widget 3 weeks ago