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
Jacek Tomaszewski
ee7c24641b
Add docs note about forms and models-yet-not-patched ( close #243 ).
2014-05-06 21:02:23 +02:00
Jacek Tomaszewski
c929131cf2
Small docs update.
2014-03-26 18:54:20 +01:00
Dirk Eschler
591e945c33
Add more control over required languages ( close #143 ).
2014-03-15 15:18:52 +01: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
deschler
e71f6adefb
Prepared 0.7.3 release.
2014-01-05 00:40:01 +01:00
Jacek Tomaszewski
ff74a74a15
Add TranslationOptions fields reference to docs.
2013-12-30 20:06: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
Dirk Eschler
04de5f1460
Added Jacek Tomaszewski to documentation copyright.
2013-11-11 11:02:05 +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
a3a274ae62
Add docs about empty_values ( close #211 ).
2013-11-09 14:28:38 +01:00
Jacek Tomaszewski
2312ed400c
Update Changelog adn docs.
2013-10-12 17:09:40 +02:00
Jacek Tomaszewski
e78ef34808
Make loaddata command retain locale ( close #151 ).
2013-10-12 15:14:10 +02:00