dependabot[bot]
3b352927b7
build(deps): bump django from 4.2.13 to 4.2.15 ( #751 )
...
Bumps [django](https://github.com/django/django ) from 4.2.13 to 4.2.15.
- [Commits](https://github.com/django/django/compare/4.2.13...4.2.15 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 12:04:53 +03:00
Jens Nistler
303c947930
feat: add changelog to project urls in package metadata ( #752 )
2024-08-12 12:04:27 +03:00
Serhii Tereshchenko
28d58f8fa9
chore(release): 0.19.6
2024-08-07 17:59:57 +03:00
Serhii Tereshchenko
56c578400f
fix: Support multiple translation fields in get_translation_fields
2024-08-07 17:59:44 +03:00
Serhii Tereshchenko
9ce87ee1eb
chore(release): 0.19.5
2024-07-05 09:19:38 +03:00
Matthias Schoettle
13af637d87
fix(types): Use Union instead of | for some types
...
Refs #744
2024-07-05 09:19:05 +03:00
Serhii Tereshchenko
ec886d6492
chore: Fix versionadded
2024-06-20 20:11:24 +03:00
Serhii Tereshchenko
cabc1b3df2
chore(release): 0.19.4
2024-06-20 20:10:16 +03:00
Serhii Tereshchenko
0bbdb5fe8f
feat: Add global MODELTRANSLATION_REQUIRED_LANGUAGES setting
...
Refs #743
2024-06-20 20:09:32 +03:00
Serhii Tereshchenko
b726c8f284
chore: Refer to self.required_lanuages once, to make searching for it cleaner.
2024-06-20 19:34:58 +03:00
Serhii Tereshchenko
49589c120a
chore(release): 0.19.3
2024-06-01 10:38:13 +03:00
Serhii Tereshchenko
d0b8e707ec
chore: Remove code for old django versions
2024-06-01 10:37:33 +03:00
Serhii Tereshchenko
9d9a2ab8b0
chore: Update code for minumum python 3.9
2024-06-01 10:37:33 +03:00
Matthias Schoettle
d2c16feba9
fix(types): Make admin classes generic as their super classes ( #737 )
...
Co-authored-by: Serhii Tereshchenko <serg.partizan@gmail.com>
2024-06-01 10:18:58 +03:00
Serhii Tereshchenko
6768a26a9d
chore(tests): Type-check tests
2024-06-01 10:08:11 +03:00
Serhii Tereshchenko
5a3cd77ddb
chore(lsp): Move --pretty argument to command line
...
Because it breaks pylsp output in neovim
2024-06-01 09:50:47 +03:00
Serhii Tereshchenko
67d26e6f63
chore: Use poetry deps for testings ( #741 )
...
Also, add lsp optional group to install python-lsp-server
2024-06-01 09:03:48 +03:00
Serhii Tereshchenko
d5f7cc183b
chore(release): 0.19.2
2024-05-27 10:10:53 +03:00
Serhii Tereshchenko
6f4fe4c454
chore(release): 0.19.1
2024-05-27 10:09:59 +03:00
Serhii Tereshchenko
418b2a2e63
chore: Update ruff version in CI
2024-05-27 10:09:42 +03:00
Karel Hovorka
ed8f2bcf74
fix: Removed protocol from admin javascript links.
...
Co-authored-by: Karel Hovorka <git@karel-hovorka.eu>
Refs #740
2024-05-27 10:08:23 +03:00
Serhii Tereshchenko
cdf05b9b6c
chore: Update ruff
2024-05-26 07:59:54 +03:00
Serhii Tereshchenko
0ec11008ed
chore: Use python -m build for publishing a package
2024-05-26 07:57:13 +03:00
Serhii Tereshchenko
73c5d20997
chore: Bump version
2024-05-26 07:48:06 +03:00
Serhii Tereshchenko
a2063ad857
chore: Bump version
2024-05-26 07:38:14 +03:00
Serhii Tereshchenko
ccf6a21230
chore(release): 0.19.0
2024-05-26 07:33:00 +03:00
Serhii Tereshchenko
b97c22c197
fix(types): Fix fields type ( #739 )
...
Most likely, this won't cause any troubles for standard use-cases. But, if you used `get_options_for_model()` and `.fields` from this instance, you need to rename it to `.all_fields`.
BREAKING CHANGE: Rename `fields` (dict with set of TranslationField) to `all_fields`, on the TranslationOptions instance.
2024-05-26 07:29:52 +03:00
Serhii Tereshchenko
47f8083576
fix(types): Export public variables
2024-05-25 10:51:44 +03:00
Serhii Tereshchenko
d6fde025b2
chore: Update dev deps
2024-05-25 10:37:38 +03:00
wookkl
a0aeb58b47
feat: Support F and Concat expressions in annotate()
...
Refs #735
2024-05-24 16:17:30 +03:00
wookkl
47dcb9cd46
chore: update test matrix (add django 5) ( #734 )
2024-05-20 12:17:44 +03:00
Serhii Tereshchenko
36e9dc36b0
chore: Remove deprecated pkg_resources
2024-05-17 11:05:57 +03:00
Serhii Tereshchenko
4b1e04a98e
chore(release): 0.18.13
2024-05-17 10:56:19 +03:00
Hugo Defrance
bdee9ff5b9
Feat: Add build_lang helper in utils
2024-05-16 12:29:07 +03:00
Serhii Tereshchenko
d7a4d0b841
chore: Apply ruff format
2024-05-16 12:23:19 +03:00
wookkl
b016af5d4a
fix: Remove deprecated test config starting from Django 5.0
2024-05-16 12:21:59 +03:00
Serhii Tereshchenko
118d13da6f
chore: Fix fields type
2024-05-07 17:49:48 +03:00
Viicos
af48655eb0
Add py.typed marker
2024-04-05 11:06:44 +03:00
Victorien
a9e95e8c78
feat: Add types
...
Refs #716
2024-04-04 11:27:00 +03:00
Serhii Tereshchenko
2a9c823919
chore: Update test matrix; drop old Django, add python 3.12
2024-02-26 22:44:38 +02:00
dependabot[bot]
2f256fa349
build(deps): bump django from 4.2.6 to 4.2.7
...
Bumps [django](https://github.com/django/django ) from 4.2.6 to 4.2.7.
- [Commits](https://github.com/django/django/compare/4.2.6...4.2.7 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-25 13:51:09 +02:00
Serhii Tereshchenko
8742ad3554
style: Reformat files (use double quotes)
2023-11-25 13:48:57 +02:00
Serhii Tereshchenko
c8e44f56c4
chore: Switch to ruff format
2023-11-25 13:48:57 +02:00
Serhii Tereshchenko
0f9f7d9f48
chore: Use compatible version format
2023-11-17 14:53:40 +02:00
Serhii Tereshchenko
1d02fb7c2c
chore(release): 0.18.13-beta1.1
2023-11-17 14:51:35 +02:00
Leonid
641fbe89ab
fix: Fixed bug in tabbed_translation_fields.js
...
Refs #597
2023-11-17 14:45:20 +02:00
Serhii Tereshchenko
4604072bad
chore: Update Stand with Ukraine banner
2023-11-04 14:17:21 +02:00
Serhii Tereshchenko
2061f6c264
fix(ci): Replace flake8 with ruff
2023-10-15 15:53:57 +03:00
Serhii Tereshchenko
7474599c3d
chore: Update dev-deps
2023-10-15 15:28:40 +03:00
Serhii Tereshchenko
4ab22750d1
chore: Update makefile
2023-09-13 13:52:38 +03:00