wookkl
a0aeb58b47
feat: Support F and Concat expressions in annotate()
...
Refs #735
2024-05-24 16:17:30 +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
8742ad3554
style: Reformat files (use double quotes)
2023-11-25 13:48:57 +02:00
Leonid
641fbe89ab
fix: Fixed bug in tabbed_translation_fields.js
...
Refs #597
2023-11-17 14:45:20 +02:00
Serhii Tereshchenko
2061f6c264
fix(ci): Replace flake8 with ruff
2023-10-15 15:53:57 +03:00
Serhii Tereshchenko
e7640c7119
fix: Apply force_str only to Promise
...
Refs #701
2023-09-08 13:44:51 +03:00
Sergei Maertens
2657de7c2e
feat: Support language-specific field defaults
...
Refs #700 , #698
2023-09-08 08:59:58 +03:00
Sergei Maertens
b189326543
chore: Add missing migrations for tests app/models ( #699 )
2023-09-05 10:12:33 +03:00
Andrei Shabanski
d86c6defc8
feat: extend update_fields with translation fields in Model.save() ( #687 )
2023-07-16 11:04:27 +03:00
Benedikt Willi
b3debe82d4
Add support for JSONField in modeltranslation/fields.py and update_translation_fields command and add tests for JSONField support.
2023-06-01 22:33:45 +02:00
Serhii Tereshchenko
d315a90e9b
chore: Update tests
2023-05-30 18:07:34 +03:00
Serhii Tereshchenko
86cfa3f913
chore: Sort imports
2023-05-30 17:51:20 +03:00
Serhii Tereshchenko
dc58cb8106
chore: Apply black
2023-05-30 17:42:28 +03:00
Serhii Tereshchenko
3c6cbd59a7
chore: Update old syntax
...
pyupgrade --keep-percent-format --py38-plus modeltranslation/**/*.py
2023-05-30 17:38:48 +03:00
Serhii Tereshchenko
ec69a82a36
chore: Split tests
2023-05-30 17:37:46 +03:00
Benedikt Willi
e5fb74c520
Added missing new line at the end of test.yml, use implicit call to parent class, added another testcase where created is True.
2023-05-30 14:19:49 +02:00
Benedikt Willi
ac905c01c8
Add update_or_create method to MultilingualQuerySet and add test for it in ModeltranslationTest class.
2023-05-30 12:07:18 +02:00
Serg Tereshchenko
f0fb6ebd8d
chore: Update formatting
2023-02-09 10:38:43 +02:00
Stefan Hammer
d65ff60007
fix: Fix handling of expressions in values()/values_list()
...
This basically duplicates some code from django's implementation.
Refs #670
2023-02-08 16:53:35 +01:00
Gabriele Baldi
f69e3172bc
feat: Add support for ManyToManyFields 🧑🤝🧑 ( #668 )
2023-01-27 15:05:18 +02:00
Serg Tereshchenko
4f690ab772
chore: Apply black
2022-11-22 16:40:51 +02:00
Philipp
fcfbd5ce05
fix: Fix admin widget for fk fields ( #662 )
...
Refs #660
2022-11-22 16:21:00 +02:00
Maksudul Haque
4927b6cb63
Make Context Managers (fallbacks and auto_populate) Thread Safe ( #657 )
2022-11-08 14:13:17 +00:00
Michal Dabski
09ce0e076b
fix: Fix unexpected ordering after values()/values_list() followed by order_by().
...
Refs #655
Refs #656
2022-11-07 09:24:04 +00:00
Lukáš Letovanec
d414cd3e07
feat: Support UserAdmin add_fieldsets
...
Refs #654
2022-10-12 12:20:57 +00:00
Tim Gates
ab79ec8512
docs: Fix a few typos ( #651 )
...
There are small typos in:
- docs/modeltranslation/admin.rst
- docs/modeltranslation/installation.rst
- docs/modeltranslation/related_projects.rst
- modeltranslation/admin.py
- modeltranslation/management/commands/sync_translation_fields.py
- modeltranslation/tests/models.py
Fixes:
- Should read `similar` rather than `similiar`.
- Should read `whose` rather than `whos`.
- Should read `original` rather than `orginal`.
- Should read `missing` rather than `missings`.
- Should read `consistent` rather than `consistant`.
- Should read `compatibility` rather than `compatibiliy`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-09-03 21:56:06 +03:00
Kazantcev Andrey
8ef8afd2d7
fix: Fix working in strict mode. ( #649 )
2022-08-05 16:06:31 +03:00
Serg Tereshchenko
86b67c271e
fix: Remove six (old compat layer for python2)
2022-07-13 23:14:28 +03:00
Serg Tereshchenko
a8e5d24b11
cleanup: Remove obsolete code for old django in loaddata command
2022-07-13 20:04:39 +03:00
Serg Tereshchenko
89abad769c
cleanup: Remove six from tests; Remove get_query_set; Remove unused has_custom_queryset
2022-07-13 19:49:54 +03:00
Serg Tereshchenko
426a8f5ff6
cleanup: Remove obsolete skipUnless
2022-07-13 19:39:16 +03:00
Serg Tereshchenko
480cdcfaf9
refactor: Use pytest assertions
...
This was mostly converted automatically with
pipx run unittest2pytest modeltranslation/tests -w
And some manual fixes.
2022-07-13 19:37:44 +03:00
Serg Tereshchenko
d3e2396be6
feat(dev): Migrate to pytest
2022-07-13 19:02:47 +03:00
Serhii Tereshchenko
39bbe821b3
feat: Support named argument for values_list ( #644 )
...
Co-authored-by: serdtsekol <serdtsekol@gmail.com>
2022-07-11 00:00:24 +03:00
Serg Tereshchenko
1b56110067
chore: Update typing
2022-07-10 23:51:19 +03:00
Serg Tereshchenko
58691691b7
cleanup: Remove old south mentions
2022-05-15 11:16:58 +03:00
Serg Tereshchenko
04e4ae36a7
chore: Use importlib-metadata
2022-05-15 09:16:49 +03:00
Serg Tereshchenko
ab66e8d2f7
fix: Fix install (included missing VERSION)
...
Refs #637
2022-05-15 08:36:47 +03:00
Serg Tereshchenko
84c535516f
chore(release): 0.18.0
2022-05-14 11:30:09 +03:00
Serg Tereshchenko
876f2e7158
fix: Fix django version detect during install
2022-05-14 11:27:19 +03:00
Serg Tereshchenko
79d2e089ef
fix: Add django version check for default_app_config
2022-05-14 11:23:27 +03:00
Serhii Tereshchenko
6b4bb733d9
fix: Store version as plain text file to simplify bumping ( #636 )
...
BREAKING CHANGE: Replaced `VERSION` in tuple format by `__version__` as a string
2022-05-14 11:11:07 +03:00
Serg Tereshchenko
2292830fca
chore(release): 0.17.7
2022-05-04 09:27:30 +03:00
Serg Tereshchenko
89be420540
chore: Move selects_all
2022-05-04 09:26:50 +03:00
Suyeol Jeon
defc37c7a5
fix: Do not include annotation fields when selecting specific fields ( #634 )
2022-05-04 09:25:53 +03:00