Commit graph

51 commits

Author SHA1 Message Date
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
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
1fe45d3b37 chore: Add python 3.9 to supported version list 2021-04-15 21:52:11 +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
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
Sergey Tereschenko
333f878243 Update docs: supported versions 2019-02-12 21:57:21 +02:00
Dirk Eschler
817fc04203 Updated support matrix to show only relevant Python/Django versions. 2018-01-26 10:34:36 +01: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
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
deschler
de26e702a7 Added migrations (Django 1.7) documentation. 2014-07-27 02:33:26 +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
011d39f32f Add docs section about debug toolbar. 2014-06-30 21:39:20 +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
Mathieu Leplatre
ebb7a3cab4 Describe use-case for MODELTRANSLATION_LANGUAGES 2014-02-05 17:21:52 +01:00
Jacek Tomaszewski
3ffb0ce0a6 Add MODELTRANSLATION_LANGUAGES setting. 2014-01-22 22:32:59 +01:00
Jacek Tomaszewski
b369b83745 Update docs about south/sync_translation_fields (close #216, ref #106). 2013-12-27 22:37:44 +01:00
Jacek Tomaszewski
6ca1496ef0 Fix travis and tox files as Django 1.6 is released. 2013-11-09 16:35:57 +01:00
Jacek Tomaszewski
e78ef34808 Make loaddata command retain locale (close #151). 2013-10-12 15:14:10 +02:00
Jacek Tomaszewski
e3954828c4 Update docs: say about USE_I18N. 2013-09-27 09:36:56 +02:00
Konrad Wojas
e503e09aec Added docs for MODELTRANSLATION_PREPOPULATE_LANGUAGE 2013-07-23 16:20:00 +08:00
Jacek Tomaszewski
b5fbdd3a66 Indicate Python 3 support in docs and Pypi. 2013-04-08 11:52:44 +02:00
Jacek Tomaszewski
a6257244ec Update docs about loaddata command new keyword. 2013-04-02 10:32:41 +02:00
deschler
8058df0142 Updated MODELTRANSLATION_DEBUG default value. 2013-03-30 23:04:57 +01:00
Jacek Tomaszewski
70af85b774 Fix file name in docs (close #165).
Thanks to pa xapy for spotting.
2013-03-26 19:30:47 +01:00
Dirk Eschler
775b748114 Merge branch 'master' of github.com:deschler/django-modeltranslation 2013-03-01 10:32:42 +01:00
Dirk Eschler
c76b656ef2 Prepared 0.6 release. 2013-03-01 10:32:37 +01:00
Jacek Tomaszewski
3f4019cfef Remove MODELTRANSLATION_TRANSLATION_REGISTRY handling. 2013-02-27 18:18:29 +01:00
Jacek Tomaszewski
47ff2681d0 Update docs about fallback toggle. 2013-02-25 19:27:31 +01:00
Jacek Tomaszewski
d31c4f833b Update docs. 2013-02-19 18:04:27 +01:00
Dirk Eschler
3778ebe074 Removed github download link. 2013-01-31 16:53:41 +01:00
deschler
8a30ecdc2d Added a warning that LANGUAGES default to Django's global_settings if not defined in project settings. 2013-01-18 21:41:18 +01:00
Jacek Tomaszewski
1d82f61da8 Add doc section about fallbacks. 2013-01-12 16:00:32 +01:00
Jacek Tomaszewski
bc0ffb6332 Docs: remove unnecessary code-block directives. 2013-01-12 14:46:07 +01:00
Jacek Tomaszewski
08d71d4f0e Docs: fix headings levels. 2013-01-12 14:43:05 +01:00
Jacek Tomaszewski
4c1ac00097 Docs: use consistent settings ref names. 2013-01-12 14:35:38 +01:00
Jacek Tomaszewski
1e93840398 Add docs section about Multilingual Manager 2013-01-10 23:12:45 +01:00
Dirk Eschler
3139697047 Made a distinction between required Python and Django versions. 2012-11-29 13:40:46 +01:00
Dirk Eschler
9907e3472a Updated requirements for modeltranslation 0.5. 2012-11-29 13:34:04 +01:00
Dirk Eschler
05d9223c8b Added documentation for the MODELTRANSLATION_FALLBACK_LANGUAGES setting. 2012-11-28 12:50:42 +01:00
Dirk Eschler
0e028f2713 Several documentation improvements. 2012-11-17 01:36:41 +01:00
Dirk Eschler
e7db2af5db Started to reflect recent changes made regarding field access and (old) rule3 removal. 2012-11-13 21:16:48 +01:00
Dirk Eschler
9cf672f65f Added Python/Django requirements to docs, plus some additional minor improvements. 2012-10-28 00:09:58 +02:00
Dirk Eschler
cda6ae19c8 Consistent capitalization of titles in docs. 2012-10-22 11:57:52 +02:00
Dirk Eschler
5a63105ab3 Various documentation improvements. 2012-10-17 16:57:52 +02:00