Commit Graph

823 Commits (7cf35cd785a6534da9cc4f920f6c3f4dab7c76a9)

Author SHA1 Message Date
dependabot[bot] 7cf35cd785
Bump github/codeql-action from 2 to 3 (#346) 2024-01-04 08:44:35 +01:00
dependabot[bot] 087fc5e1d7
Bump actions/setup-python from 4 to 5 (#347) 2024-01-04 08:36:10 +01:00
Fabio Caccamo 302ee6ee04 Update `CHANGELOG` and version. 2023-12-28 18:19:18 +01:00
Fabio Caccamo 4d4996fd41 Fix `autocomplete_fields` appearance. 2023-12-28 18:12:33 +01:00
Fabio Caccamo 856e4edb9e Bump requirements. 2023-12-28 18:05:35 +01:00
Fabio Caccamo 5405a877c3 Fix admin `raw_id_fields` appearance. 2023-12-28 18:05:24 +01:00
pre-commit-ci[bot] ea44a74604
[pre-commit.ci] pre-commit autoupdate (#339)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.8...v0.1.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-28 17:45:06 +01:00
Andrey 6a7a230964
Fix `TemplateDoesNotExist` when using `django-nested-admin` by returning custom template for other third-party packages. #341 (#342) 2023-12-28 17:43:56 +01:00
Fabio Caccamo ff0380977e Fix related widget links icons size and vertical alignment. 2023-12-27 17:02:22 +01:00
Fabio Caccamo 94f02a36b1 Move "Save and Continue" button next to "Save" button in change form. 2023-12-27 16:54:28 +01:00
Fabio Caccamo a29ec42a83 Display language chooser language name uppercase. 2023-12-27 16:53:50 +01:00
Fabio Caccamo b229bc39a6 Update `CHANGELOG` and version. 2023-12-21 12:08:31 +01:00
Fabio Caccamo a0b663be2a Bump `ruff-pre-commit`. 2023-12-21 12:01:31 +01:00
Fabio Caccamo 48d0b58d30 Update compatibility with `django-streamfield`. 2023-12-21 11:55:28 +01:00
Fabio Caccamo b429bde765 Fix `foldable-apps` +/- button vertical alignment. 2023-12-21 11:02:02 +01:00
Fabio Caccamo 268d331dea Rename `form-controls.css` to `sticky-form-controls.css` 2023-12-21 11:01:32 +01:00
Fabio Caccamo 6dbe8fec0f Remove `type="text/css"` and `type="text/javascript"` attributes. 2023-12-21 11:00:59 +01:00
Fabio Caccamo b5980b85e6 Remove old third-party compatibility CSS files. 2023-12-21 10:59:33 +01:00
Fabio Caccamo b1361d2bc1 Split `admin-interface-fix.css` CSS file into multiple files for easier debugging. 2023-12-21 10:59:00 +01:00
Fabio Caccamo ab5ca9626a Remove old `flat-theme` body class. 2023-12-21 10:54:20 +01:00
Fabio Caccamo 4759fdf593 Move `related-modal.css` to related-modal plugin folder. 2023-12-21 10:53:26 +01:00
Fabio Caccamo 75b1292e29 Move third-party compatibility CSS files to a `third-party` folder. 2023-12-21 10:50:54 +01:00
Fabio Caccamo 6db363518d [css] Fix paginator appearance. 2023-12-19 18:20:27 +01:00
Fabio Caccamo a7e8c4da09 Update `create-release.yml` workflow: publish releases with a Trusted Publisher. 2023-12-18 19:01:51 +01:00
Fabio Caccamo 3000c9024e Update test-package.yml 2023-12-12 00:04:55 +01:00
Fabio Caccamo fb18a8d455 Replace `Black` and `isort` with `Ruff-format`. 2023-12-11 23:51:06 +01:00
Fabio Caccamo 13965eacf2 Update CHANGELOG and version. 2023-12-05 23:35:47 +01:00
Fabio Caccamo 1131e0da6b Rename variable. 2023-12-05 23:26:58 +01:00
Fabio Caccamo 66600faec6 Fix tests. 2023-12-05 23:25:11 +01:00
Fabio Caccamo f9df5baa19 Update README.md 2023-12-05 22:06:01 +01:00
Fabio Caccamo 67bb404a84 Update pyproject.toml 2023-12-05 22:05:58 +01:00
Fabio Caccamo 6462083e95 Add `Django 5.0` to tests. 2023-12-05 21:50:19 +01:00
dependabot[bot] f32203fd9a
Update pre-commit requirement from ==3.4.* to ==3.5.* (#331)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 12:19:51 +01:00
pre-commit-ci[bot] e1d79b9df0
[pre-commit.ci] pre-commit autoupdate (#332)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.3...v0.1.6)
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-05 12:19:35 +01:00
github-actions[bot] a52f670c85
Update pre-commit hooks. (#335)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
2023-12-05 12:19:18 +01:00
Julian Wachholz b393c11ecb
Simplify language chooser (#328)
* Simplify language chooser

- Allows usage of i18n_patterns with prefix_default_language=False
- Change templatetag from simple tag to an inclusion tag
- Reduces complexity by relying on Django's behavior in the
  set_language view: it will translate any url passed as 'next'.
  This behavior has been present since Django 1.9.
- Remove individual forms for each language

Fixes #327

Reference: aa5ab114e3

* Add check to ensure LocaleMiddleware

* Remove check in favor of silent warning

* Fix template tag tests
2023-12-05 12:18:44 +01:00
Fabio Caccamo 43dca1ae93 Add missing license. 2023-12-04 12:10:00 +01:00
Fabio Caccamo 55be190dc0 Add `Python 3.12` to tests. 2023-11-24 18:08:10 +01:00
Fabio Caccamo 1c1945c1d9
Update README.md 2023-11-11 20:17:43 +01:00
Fabio Caccamo 2350854e45 Revert "Unpin requirements patch version."
This reverts commit 0ddb85298d.
2023-11-08 22:46:40 +01:00
Fabio Caccamo 0ddb85298d Unpin requirements patch version. 2023-11-08 22:23:26 +01:00
Fabio Caccamo 7b7de54e60 Set python-version input in test workflow lint step. 2023-11-06 23:53:10 +01:00
Fabio Caccamo b1fcedbaed Speed-up test workflow. 2023-11-06 23:39:21 +01:00
Fabio Caccamo 17f9f430fd Bump `actions/setup-python`. 2023-11-06 23:33:32 +01:00
pre-commit-ci[bot] 8e045c71c1
[pre-commit.ci] pre-commit autoupdate (#329)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.292...v0.1.3)
- [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-30 18:30:13 +01:00
dependabot[bot] 0f69ccbb0a
Update pre-commit requirement from ==3.3.* to ==3.4.* (#319)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 14:06:04 +02:00
github-actions[bot] 69815ed103
Update pre-commit hooks. (#320)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
Co-authored-by: Fabio Caccamo <fabio.caccamo@gmail.com>
2023-10-17 13:59:59 +02:00
pre-commit-ci[bot] 7aed89c244
[pre-commit.ci] pre-commit autoupdate (#321)
updates:
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.15.0)
- [github.com/adamchainz/django-upgrade: 1.14.1 → 1.15.0](https://github.com/adamchainz/django-upgrade/compare/1.14.1...1.15.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.292)
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-17 13:55:46 +02:00
dependabot[bot] 67c67fe27d
Bump actions/checkout from 3 to 4 (#318)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 00:39:41 +02:00
Fabio Caccamo 2d156814cc Revert "Update dependabot.yml"
This reverts commit 2606accbea.
2023-10-02 22:15:59 +02:00