Dirk Eschler
cc214e3c66
Added Django 1.11 with Python 3.6. Dropped Django <1.8 and Python 2.6.
2017-04-13 10:40:28 +02:00
Dirk Eschler
2c5fb88771
Merge pull request #371 from LeGast00n/master
...
Works with collapsed admin elements
2017-04-08 10:38:17 +02:00
Dirk Eschler
5d31cbb76d
Merge pull request #406 from fvgoto/patch-1
...
FALLBACK_LANGUAGES['default'] needs to be tuple
2017-04-08 10:37:14 +02:00
Dirk Eschler
74e3f66ff4
Merge pull request #404 from helio-correia/wysiwyg-quill
...
Modify javascript to also consider the div for using wysiwyg like Quill
2017-04-08 10:34:56 +02:00
Dirk Eschler
0dad9beefd
Prepared 0.12.1 release.
2017-04-05 14:03:25 +02:00
Dirk Eschler
c0826dbcf8
Added Django 1.11 to travis/tox.
2017-04-05 13:48:18 +02:00
Florian Verdet
576fe159ed
settings: fix keep FALLBACK_LANGUAGES as tuple
...
required to be tuple at: modeltranslation/utils.py#L117
2017-03-19 06:09:36 +01:00
Helio Correia
4b07119c30
Modify javascript to also consider the div for using wysiwyg like Quill
2017-03-08 12:00:23 +00:00
Dirk Eschler
85e26e3842
Removed superfluous can_import_settings check. The option has been removed in Django 1.11.
2017-02-22 14:17:27 +01: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
257f59de97
Prepared 0.12 release.
2016-09-20 18:07:15 +02:00
Jacek Tomaszewski
fd3a674e9f
Update docs about original field value status.
2016-09-20 14:52:11 +02:00
Matthias Kestenholz
b6cc6888af
Remove the unsupported use-mirrors pip option
...
Remove the duplicated make_option import
Pin flake8's version to <3 as long as we are still supporting Python 2.6
Stop complaining (F999) about the assert
Fix travis.py for now
This will fail again as soon as Django 2.0 is released.
2016-09-14 12:35:58 +02:00
Primož Kerin
5c93fd6b7f
Make sync_translation_fields command Django 1.10 compatible
2016-09-14 12:35:58 +02:00
Jacek Tomaszewski
a7b5102c43
Fix deferred classes signal connection ( close #379 ).
2016-08-19 21:23:45 +02:00
Jacek Tomaszewski
9e10e49543
Add Django 1.10 to tox/travis.
2016-08-19 21:23:45 +02:00
Jacek Tomaszewski
302c931fe0
Django 1.10 integration (ref #381 )
2016-08-19 21:23:45 +02:00
Jacek Tomaszewski
2f227a45af
Fix values_list + annotate combo bug ( close #374 ).
2016-06-01 19:02:30 +02:00
LAI
9fc4a44080
Works with collapsed admin elements
2016-05-13 10:01:57 +02:00
Jacek Tomaszewski
f0503c2b2d
Merge pull request #363 from matthiask/master
...
Slightly reformat code to avoid flake8 errors
2016-02-20 12:33:19 +01:00
Matthias Kestenholz
dad7cc7ba6
Slightly reformat code to avoid flake8 errors
...
These changes hopefully fix the Travis CI build.
2016-02-20 11:21:07 +01:00
Jacek Tomaszewski
c2465c318e
Merge pull request #360 from spacediver/master
...
Let register decorator return decorated class
2016-02-04 10:32:05 +01:00
Pavel Sutyrin
3f4d48dd5a
let register decorator return decorated class
2016-02-04 02:20:35 +03:00
Dirk Eschler
276ee5be8a
Prepared 0.11 release.
2016-01-31 20:03:11 +01:00
Dirk Eschler
9ca0bc47b3
Prepared 0.11rc2 release.
2015-12-15 13:42:17 +01:00
Jacek Tomaszewski
e50b0ce7a4
Try to fix custom manager in migrations (ref #330 , #339 , #350 ).
2015-12-13 15:47:08 +01:00
Dirk Eschler
a4b9f42d52
Changed version mapping so that rc is kept.
2015-12-07 10:47:32 +01:00
Dirk Eschler
27eccfda67
Prepared 0.11rc1 release.
2015-12-07 10:43:07 +01:00
Jacek Tomaszewski
caab290048
Fix travis for Python 3.5 adn 3.2; fix migrations for Django 1.9 (ref #349 ).
2015-12-07 00:23:17 +01:00
Jacek Tomaszewski
8320fc8a5a
Add Django 1.9 support (ref #349 ).
2015-12-06 18:48:17 +01:00
Dirk Eschler
1986e1ae15
Prepared 0.10.2 release.
2015-10-27 10:38:05 +01:00
Dirk Eschler
97c80d8800
Merge pull request #340 from indevgr/master
...
fix proxy model inheritance for django >=1.8
2015-10-27 10:25:48 +01:00
Stratos Moros
84ff47d7af
fix proxy model inheritance for django >=1.8
2015-10-21 12:22:29 +03:00
Dirk Eschler
3df9d3e5d3
Prepared 0.10.1 release.
2015-09-04 10:59:50 +02:00
Dirk Eschler
284636013c
Merge pull request #331 from vstoykov/fix_324
...
Fix FallbackValuesListQuerySet.iterator
2015-09-04 10:46:27 +02:00
Venelin Stoykov
a39dee2b78
Fix FallbackValuesListQuerySet.iterator
...
This will fix generated result when creating valueslist queryset
with annotation and flat=True
Fixes #324
2015-09-03 10:04:54 +03:00
Dirk Eschler
c48a6d90cf
Prepared 0.10.0 release.
2015-07-03 10:37:14 +02:00
Dirk Eschler
d0a3fe888a
Merge pull request #321 from lukaslundgren/master
...
Handle annotation fields when using values_list
2015-07-03 10:02:38 +02:00
Lukas Lundgren
a6511bca83
Handle annotation fields when using values_list
2015-07-01 11:22:33 +02:00
Dirk Eschler
620efeb660
Fixed broken shields and used flat-square style.
2015-06-28 23:18:47 +02:00
Dirk Eschler
2f7cfe70bc
Merge pull request #317 from oliphunt/master
...
Add mt-bidi class to input fields for bi-directional languages.
2015-06-16 20:43:56 +02:00
oliphunt
28eb14e4fa
CS fixes.
2015-05-26 12:18:45 +01:00
Dirk Eschler
a0ab83446e
Merge pull request #318 from zenoamaro/register-decorator
...
`translator.register` as a decorator
2015-05-23 16:00:39 +02:00
zenoamaro
78eaccb927
Satisfying flake8.
2015-05-23 01:19:16 +02:00
zenoamaro
6b5d9355cd
Added docs on registration using the decorator.
2015-05-22 23:58:30 +02:00
zenoamaro
80d804b03e
Testing registration with decorator.
2015-05-22 23:49:11 +02:00
zenoamaro
9674667261
Added decorator equivalent for translator.register.
2015-05-22 23:31:40 +02:00
oliphunt
9480dba1c5
Add mt-bidi class to input fields for bi-directional languages.
2015-05-21 12:54:38 +01:00
deschler
c4f80c77e9
Prepared 0.9.1 release (ref #304 ).
2015-05-14 13:40:23 +02:00
Dirk Eschler
6d3c36160f
Merge pull request #314 from Kniyl/fill_cache
...
Better support for django 1.8 (Fixes #304 )
2015-05-13 14:42:50 +02:00