Skip to content

fix: Admin complained about missing methods get_author and get_modified_date #1219

fix: Admin complained about missing methods get_author and get_modified_date

fix: Admin complained about missing methods get_author and get_modified_date #1219

Workflow file for this run

name: Ruff
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: python -Im pip install --user ruff
- name: Run ruff
run: ruff check --output-format=github djangocms_alias