Commit graph

164 commits

Author SHA1 Message Date
Serhii Tereshchenko
ec886d6492 chore: Fix versionadded 2024-06-20 20:11:24 +03:00
Serhii Tereshchenko
0bbdb5fe8f
feat: Add global MODELTRANSLATION_REQUIRED_LANGUAGES setting
Refs #743
2024-06-20 20:09:32 +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
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
6dc9f2a803 chore: Update docs 2023-09-05 10:17:31 +03:00
Benedikt Willi
00462a8128 Updated testing instructions in contribution and installation guides and bumped version number to 0.18.10 in pyproject.toml. 2023-06-02 14:07:15 +02:00
Gabriele Baldi
f69e3172bc
feat: Add support for ManyToManyFields 🧑‍🤝‍🧑 (#668) 2023-01-27 15:05:18 +02:00
Philipp
ca31a21f01
fix(docs): Update documentation regarding inheritance (#665)
Closes #663
2022-11-28 14:41:44 +02: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
Serg Tereshchenko
a8e5d24b11 cleanup: Remove obsolete code for old django in loaddata command 2022-07-13 20:04:39 +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
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
partizan
e3c521392f
ci: Use github actions for CI 2021-09-18 10:09:50 +03:00
Nicolás Pascual González
67f99f7aba
Fix changelog import (#610)
Fix changelog path so that it shows on the documentation
2021-09-09 21:11:02 +03:00
manelbdacosta
3652fa9cee
docs: Fix typo
Fixing a tiny typo I found while reading the documentation.
2021-07-07 22:54:59 +03:00
Julien Palard
10ec4ed869
fix(docs): Fixed legacy python 2 print statements 2021-04-29 15:40:00 +03:00
Serg Tereshchenko
1fe45d3b37 chore: Add python 3.9 to supported version list 2021-04-15 21:52:11 +03:00
Lyndsy Simon
1f06f49383 docs: add optional flags for update_translation_fields command 2021-03-10 13:50:40 -06:00
Fernando
ac91740a5c
feat: Adds a language option to the update_translation_fields commands
Refs #563
Co-authored-by Fernando Cordeiro <fernando.cordeiro@jeronimo-martins.com>
2020-08-18 10:33:41 +03:00
Sergey Tereschenko
21934ac2eb docs(install): Update compatible versions 2020-05-01 08:15:58 +03:00
Tuk Bredsdorff
9cee57bba9
Fixed formatting of version table 2020-01-14 13:46:59 +01:00
Ali Mirlou
4954d89a10
Docs: Fix some punctuation errors and Clean code 2019-12-30 22:39:26 +03:30
Misha Kalyna
ae26aa0994 use get_fields hook 2019-05-29 12:16:36 +02:00
Dirk Eschler
36dec21b43 Trigger rtd webhook. 2019-04-30 10:57:21 +02:00
Davide
67bf7650f1
Update installation doc
syncdb command is deprecated in django 1.7. Use the python manage.py migrate instead.
2019-04-28 18:49:22 +02:00
Russ Ferriday
24c5ef210f
Update copyright message
otherwise you look out-of-date
2019-02-23 01:00:54 +00:00
Sergey Tereschenko
333f878243 Update docs: supported versions 2019-02-12 21:57:21 +02:00
Dirk Eschler
f2e3d6c2b3
Merge pull request #430 from efi-mk/patch-1
Add a caveat for django-rest-framework
2018-01-26 12:44:27 +01:00
Dirk Eschler
817fc04203 Updated support matrix to show only relevant Python/Django versions. 2018-01-26 10:34:36 +01:00
Efi Merdler-Kravitz
7b0a4f6d7e Add a caveat for django-rest-framework 2017-09-21 23:51:47 +03:00
Mikkel Munch Mortensen
0207102972 Add section about django-audit log
Improve the documentation by describing how to use `django-modeltranslation` in combination with `django-audit-log`.
2017-09-10 11:11:28 +02:00
Dirk Eschler
45097424e4 Added Django 1.11 and Python 3.6 to the support matrix. 2017-04-13 17:35:13 +02:00
Jacek Tomaszewski
1b52902368 Update version table and make it (hopefully) more readable.
Add missing build to tox, by the way.
2016-09-21 22:14:23 +02:00
Jacek Tomaszewski
fd3a674e9f Update docs about original field value status. 2016-09-20 14:52:11 +02:00
Dirk Eschler
c48a6d90cf Prepared 0.10.0 release. 2015-07-03 10:37:14 +02:00
zenoamaro
6b5d9355cd Added docs on registration using the decorator. 2015-05-22 23:58:30 +02:00
Dirk Eschler
2a63788e0d Added requirements for 0.9 release (ref #299). 2015-04-16 10:46:15 +02:00
Jacek Tomaszewski
e30c3f4acd Fix docs about usage with django-debug-toolbar (close #271). 2014-10-18 10:26:59 +02:00
Jacek Tomaszewski
19c2a90e9f Add fallback to values and values_list (close #258). 2014-07-29 17:42:17 +03:00
deschler
de26e702a7 Added migrations (Django 1.7) documentation. 2014-07-27 02:33:26 +02:00
deschler
e91f7f1dd6 Added line about about coveralls and included shields in contribute chapter. 2014-07-27 00:52:18 +02:00
deschler
756de544aa General documentation improvements. 2014-07-20 01:58:00 +02:00
Dirk Eschler
3e53ec2be1 Indicated Python 3.4 support (close #254). 2014-07-11 14:44:16 +02:00
Jacek Tomaszewski
17f3d96ccc Rewrite spanned queries on all levels for defer/only (close #248).
Also:
- optimize fields to related model access
- more elegant way to access DefferedModel real class
- fix select_related rewriting and add some code to contemplate possible solutions
- update docs about select_related
- add 2 test for implemented features
2014-07-09 23:19:48 +02:00
Jacek Tomaszewski
011d39f32f Add docs section about debug toolbar. 2014-06-30 21:39:20 +02:00
Jacek Tomaszewski
41f8c68ed4 Update docs; fix type coercion. 2014-06-21 23:36:01 +02:00
Jacek Tomaszewski
ad2985b0bf Update docs about 1.7 compatibility and bumb the version to 0.8a (close #237). 2014-06-09 23:40:25 +02:00
deschler
4efc7ad6c6 Added note about INSTALLED_APPS order when admin is used. 2014-06-09 23:19:54 +02:00