Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
207 commits
Select commit Hold shift + click to select a range
f97695a
Connect signal only for registered model, not all.
zlorf Jan 19, 2014
fb98c37
Make testrunner compatible with Django 1.6.
zlorf Jan 19, 2014
a15b6f8
Fixes for flake8.
zlorf Jan 19, 2014
ef6a8b2
Remove the http protocol. So we don't get warning about not secure el…
Jan 22, 2014
9f6e0cc
Merge pull request #224 from APSL/master
zlorf Jan 22, 2014
3ffb0ce
Add MODELTRANSLATION_LANGUAGES setting.
zlorf Jan 22, 2014
a2c6f75
Take db_column into account while syncing fields
leplatrem Feb 4, 2014
ebb7a3c
Describe use-case for MODELTRANSLATION_LANGUAGES
leplatrem Feb 5, 2014
527a862
Merge pull request #226 from leplatrem/patch-1
zlorf Feb 5, 2014
bb29a72
Use AVAILABLE_LANGUAGES do detect missing fields
leplatrem Feb 5, 2014
1b72429
Merge pull request #227 from leplatrem/use_available_languages_for_sync
zlorf Feb 5, 2014
fd5a8cb
Modify javascript to also consider the iframes.
Feb 10, 2014
597df9b
Merge pull request #229 from APSL/master
deschler Feb 10, 2014
fb8155a
Fix exclude for nullable field Manager Rewriting (#231).
zlorf Feb 25, 2014
b313793
Use _default_manager instead of objects; patch _default_manager as well.
zlorf Mar 13, 2014
85ddf84
PEP8 fix.
zlorf Mar 13, 2014
cbca220
Capitalize group_fieldsets titles (close #234).
zlorf Mar 13, 2014
b559173
Fix tests to reflect changes in group fieldset capitalization (ref #2…
zlorf Mar 15, 2014
591e945
Add more control over required languages (close #143).
deschler Feb 18, 2013
0957067
remove bad style
yalovek Mar 18, 2014
709c993
Fix new code to be Python 3 compatible.
zlorf Mar 18, 2014
ae8a331
Fix .values() with no fields specified (close #236).
zlorf Mar 21, 2014
cc6a13d
Fix test: there already was a method called test_values.... (ref #263).
zlorf Mar 21, 2014
88a89b3
Fix values_list without fields; refactor tests (ref #263).
zlorf Mar 22, 2014
52f94cc
Repair tests: don't use absolute pk values.
zlorf Mar 22, 2014
c929131
Small docs update.
zlorf Mar 26, 2014
1d7e087
Satisfy new flake8 version.
zlorf Mar 26, 2014
f0bded8
Merge pull request #235 from yalovek/patch-1
deschler Apr 14, 2014
813b5b2
Merge pull request #225 from leplatrem/db_column_with_sync
deschler Apr 15, 2014
ee7c246
Add docs note about forms and models-yet-not-patched (close #243).
zlorf May 6, 2014
5ed3a26
Don't set use_for_related_fields unconditionally on all managers (ref…
zlorf May 6, 2014
f6087cf
Detect custom get_queryset on managers (ref #242).
zlorf May 12, 2014
f34b266
Move to get_queryset
thomwiggers May 18, 2014
56ee2e4
Merge pull request #244 from thomwiggers/get_queryset
zlorf May 18, 2014
f161a33
Fixed get_query_set in super() call
thomwiggers May 18, 2014
653aa53
Merge pull request #245 from thomwiggers/get_queryset
zlorf May 19, 2014
0dd8265
Fixed sync_translation_fields to be compatible with Postgresql (close…
zlorf Jun 5, 2014
c89aac2
Remove unused import.
zlorf Jun 8, 2014
d488d8c
Support AppConfig introduced by Django 1.7.
deschler Apr 14, 2014
4efc7ad
Added note about INSTALLED_APPS order when admin is used.
deschler Apr 14, 2014
9c876b3
Setup django in runtests standalone script for Django 1.7.
deschler Apr 15, 2014
6b8c429
Add deconstruct() to field definition.
zlorf Jun 8, 2014
ad48582
Fix tests to work with Django 1.7.
zlorf Jun 8, 2014
5c014bf
Update build configurations.
zlorf Jun 8, 2014
2cd9467
Fix ProxyModel handling.
zlorf Jun 9, 2014
7b5e093
Adapt MultilingualManager to use new Lookups from Django 1.7.
zlorf Jun 9, 2014
973bb78
Fix Django 1.7 DeprecationWarnings.
zlorf Jun 9, 2014
ad2985b
Update docs about 1.7 compatibility and bumb the version to 0.8a (clo…
zlorf Jun 9, 2014
41f8c68
Update docs; fix type coercion.
zlorf Jun 21, 2014
c607ed3
Prepared 0.8b1 release.
deschler Jun 22, 2014
7dcd779
Required Django >=1.4.
deschler Jun 22, 2014
3dcffd7
Removed classifier for Python 2.5 which is no longer supported.
deschler Jun 22, 2014
9f10ee4
Update changelog for 0.8b1.
zlorf Jun 22, 2014
8e10664
Support AppConfigs in INSTALLED_APPS (close #252).
zlorf Jun 24, 2014
011d39f
Add docs section about debug toolbar.
zlorf Jun 30, 2014
58e06c4
Fix MultilingualManager MRO (close #204).
zlorf Jul 6, 2014
7a7b3fb
Rewrite field names in select_related; fix deffered models registry l…
zlorf Jul 6, 2014
17f3d96
Rewrite spanned queries on all levels for defer/only (close #248).
zlorf Jul 9, 2014
5b2492c
Fix reduce usage under Python3.
zlorf Jul 10, 2014
e4e325a
Fixed translation fields in migrations don't include language code (c…
deschler Jul 11, 2014
fd911bb
Fixed unicode call in deconstruct to maintain Python3 compatibility.
deschler Jul 11, 2014
ee32cce
Added Python 3.4 and changed Django to 1.7rc1 (ref #254).
deschler Jul 11, 2014
f7acd8a
Used six compatibility layer (ref #253).
deschler Jul 11, 2014
3e53ec2
Indicated Python 3.4 support (close #254).
deschler Jul 11, 2014
c4d6c82
Fix six import (ref #253).
zlorf Jul 11, 2014
3281547
Respect null option of TranslationField in migrations.
deschler Jul 14, 2014
1f419ee
Fix dict iteration Exception under Python3 (close #256).
zlorf Jul 16, 2014
ca45353
Prepared 0.8b2 release.
deschler Jul 18, 2014
756de54
General documentation improvements.
deschler Jul 19, 2014
c5839bc
Added PyPI shields and used flat style.
deschler Jul 25, 2014
3bf2a1f
Hooked in coveralls for test coverage.
deschler Jul 25, 2014
8a35f82
Added coveralls shield.
deschler Jul 25, 2014
e91f7f1
Added line about about coveralls and included shields in contribute c…
deschler Jul 26, 2014
de26e70
Added migrations (Django 1.7) documentation.
deschler Jul 27, 2014
89e372a
Added list_editable test.
deschler Jul 27, 2014
bc498f6
Removed superfluous do's from private api.
deschler Jul 27, 2014
59317a4
Consistent use of django version check.
deschler Jul 27, 2014
42c949d
Changed Django to 1.7c2.
deschler Jul 28, 2014
19c2a90
Add fallback to values and values_list (close #258).
zlorf Jul 29, 2014
e59cf5a
Readd GenericIp field support and tests as we now require Django >= 1.4.
zlorf Aug 2, 2014
395771d
Patch db_column of translation fields in migration files (close #264).
zlorf Sep 7, 2014
8047a4d
Add empty MIDDLEWARE_CLASSES to test settings in order to disable sys…
zlorf Sep 7, 2014
7067577
Use Django 1.7 final release in tests.
zlorf Sep 7, 2014
b06e499
Fixed shadowing of jQuery referenced by a global ``jQuery`` variable …
wrwrwr Oct 4, 2014
6026a91
A more elegant solution suggested by zlorf.
wrwrwr Oct 4, 2014
6844acd
Merge pull request #267 from wrwrwr/fix-tabbed-admin-with-two-jqueries
zlorf Oct 4, 2014
553bfbe
Prepared 0.8 release (ref #268).
deschler Oct 6, 2014
e30c3f4
Fix docs about usage with django-debug-toolbar (close #271).
zlorf Oct 18, 2014
ef8e0b3
Ensure AVAILABLE_LANGUAGES is a list (close #272).
zlorf Oct 24, 2014
902a7c9
Fixed Indonesian translation field and ForeignKey field name clash.
wrwrwr Oct 24, 2014
04b67f6
Add __reduce__ to MultilingualQuerySet (ref #273).
zlorf Oct 24, 2014
af672f3
Merge pull request #275 from wrwrwr/fix/indonesian
zlorf Oct 24, 2014
369293b
Get language getting from the field attribute rather than name.
zlorf Oct 24, 2014
ef45ac7
Added flake8 config to tox.ini.
wrwrwr Oct 25, 2014
f9cfdf8
Merge pull request #278 from wrwrwr/feature/flake8-config
zlorf Oct 25, 2014
e806c03
Let's check if flake8 in travis can read parameters from tox.ini.
zlorf Oct 25, 2014
bd0ea50
Set TabbedTranslationAdmin class depending on Django version. Added a…
deschler Oct 29, 2014
3529025
Update deprecated imports with Django >= 1.7
Nov 14, 2014
9dbf3f6
Merge pull request #283 from amarandon/master
deschler Nov 14, 2014
4d1f5af
add missed jquery browser plugin
fabiocaccamo Mar 12, 2015
1fc52f9
add missed jquery browser plugin
fabiocaccamo Mar 12, 2015
36e331c
Damn bug when using a queryset with select related
Apr 1, 2015
b165d63
Merge pull request #298 from Satchitananda/patch-1
zlorf Apr 1, 2015
db30a48
Merge pull request #297 from fabiocaccamo/master
zlorf Apr 1, 2015
01bc89f
Prepared 0.8.1 release (ref #298).
deschler Apr 2, 2015
d8e6f32
Django 1.8 compatibility changes (ref #299).
zlorf Apr 2, 2015
018716e
Add tests for django 1.8 to travis.yml
lucacorti Apr 2, 2015
5d74f42
Add 1.8 test to tox.
zlorf Apr 12, 2015
896dc14
Fix testrunner for postgres (ref #299).
zlorf Apr 13, 2015
f6d02c1
Fix deferring - enable skipped test (#299).
zlorf Apr 13, 2015
2a63788
Added requirements for 0.9 release (ref #299).
deschler Apr 16, 2015
9c7ac4e
Prepared 0.9 release (ref #299).
deschler Apr 16, 2015
c34ae16
Fixed translatable fields discovery with the new _meta API and generi…
ellmetha May 4, 2015
54883a1
Comment added to the previous fix
ellmetha May 4, 2015
3a9fc92
Merge pull request #309 from ellmetha/master
deschler May 6, 2015
1f7ce84
Fixed deprecated meta api usage for Django 1.8, module_name was renam…
deschler May 6, 2015
15c7d9d
Omitted transaction.commit_unless_managed() call for newer Django ver…
deschler May 6, 2015
f23e2f7
Better support for django 1.8 (Fixes #304)
Kniyl May 13, 2015
6d3c361
Merge pull request #314 from Kniyl/fill_cache
deschler May 13, 2015
c4f80c7
Prepared 0.9.1 release (ref #304).
deschler May 14, 2015
9480dba
Add mt-bidi class to input fields for bi-directional languages.
oliphunt May 21, 2015
9674667
Added decorator equivalent for `translator.register`.
zenoamaro May 22, 2015
80d804b
Testing registration with decorator.
zenoamaro May 22, 2015
6b5d935
Added docs on registration using the decorator.
zenoamaro May 22, 2015
78eaccb
Satisfying flake8.
zenoamaro May 22, 2015
a0ab834
Merge pull request #318 from zenoamaro/register-decorator
deschler May 23, 2015
28eb14e
CS fixes.
oliphunt May 26, 2015
2f7cfe7
Merge pull request #317 from oliphunt/master
deschler Jun 16, 2015
620efeb
Fixed broken shields and used flat-square style.
deschler Jun 28, 2015
a6511bc
Handle annotation fields when using values_list
lukaslundgren Jul 1, 2015
d0a3fe8
Merge pull request #321 from lukaslundgren/master
deschler Jul 3, 2015
c48a6d9
Prepared 0.10.0 release.
deschler Jul 3, 2015
a39dee2
Fix FallbackValuesListQuerySet.iterator
vstoykov Sep 3, 2015
2846360
Merge pull request #331 from vstoykov/fix_324
deschler Sep 4, 2015
3df9d3e
Prepared 0.10.1 release.
deschler Sep 4, 2015
84ff47d
fix proxy model inheritance for django >=1.8
Oct 21, 2015
97c80d8
Merge pull request #340 from indevgr/master
deschler Oct 27, 2015
1986e1a
Prepared 0.10.2 release.
deschler Oct 27, 2015
8320fc8
Add Django 1.9 support (ref #349).
zlorf Dec 6, 2015
caab290
Fix travis for Python 3.5 adn 3.2; fix migrations for Django 1.9 (ref…
zlorf Dec 6, 2015
27eccfd
Prepared 0.11rc1 release.
deschler Dec 7, 2015
a4b9f42
Changed version mapping so that rc is kept.
deschler Dec 7, 2015
e50b0ce
Try to fix custom manager in migrations (ref #330, #339, #350).
zlorf Dec 13, 2015
9ca0bc4
Prepared 0.11rc2 release.
deschler Dec 15, 2015
276ee5b
Prepared 0.11 release.
deschler Jan 31, 2016
3f4d48d
let register decorator return decorated class
sutyrin Feb 3, 2016
c2465c3
Merge pull request #360 from spacediver/master
zlorf Feb 4, 2016
dad7cc7
Slightly reformat code to avoid flake8 errors
matthiask Feb 20, 2016
f0503c2
Merge pull request #363 from matthiask/master
zlorf Feb 20, 2016
9fc4a44
Works with collapsed admin elements
May 13, 2016
2f227a4
Fix values_list + annotate combo bug (close #374).
zlorf Jun 1, 2016
302c931
Django 1.10 integration (ref #381)
zlorf Aug 4, 2016
9e10e49
Add Django 1.10 to tox/travis.
zlorf Aug 18, 2016
a7b5102
Fix deferred classes signal connection (close #379).
zlorf Aug 19, 2016
5c93fd6
Make sync_translation_fields command Django 1.10 compatible
Sep 7, 2016
b6cc688
Remove the unsupported use-mirrors pip option
matthiask Sep 14, 2016
fd3a674
Update docs about original field value status.
zlorf Sep 20, 2016
257f59d
Prepared 0.12 release.
deschler Sep 20, 2016
1b52902
Update version table and make it (hopefully) more readable.
zlorf Sep 21, 2016
85e26e3
Removed superfluous can_import_settings check. The option has been re…
deschler Feb 22, 2017
4b07119
Modify javascript to also consider the div for using wysiwyg like Quill
helioascorreia Mar 8, 2017
576fe15
settings: fix keep FALLBACK_LANGUAGES as tuple
fvgoto Mar 19, 2017
c0826db
Added Django 1.11 to travis/tox.
deschler Apr 5, 2017
0dad9be
Prepared 0.12.1 release.
deschler Apr 5, 2017
74e3f66
Merge pull request #404 from helio-correia/wysiwyg-quill
deschler Apr 8, 2017
5d31cbb
Merge pull request #406 from fvgoto/patch-1
deschler Apr 8, 2017
2c5fb88
Merge pull request #371 from LeGast00n/master
deschler Apr 8, 2017
cc214e3
Added Django 1.11 with Python 3.6. Dropped Django <1.8 and Python 2.6.
deschler Apr 13, 2017
693f088
Updated supported Django and Python version.
deschler Apr 13, 2017
86eb8ba
Fixed leftover.
deschler Apr 13, 2017
46488f1
Handled import_models args change for Django 1.11.
deschler Apr 13, 2017
dbb9bec
Set empty MIGRATION_MODULES setting for Django 1.11. Should make the …
deschler Apr 13, 2017
ab2f2e1
Don't exclude mysql for Python3 anymore, install mysqlclient instead.…
deschler Apr 13, 2017
23cd104
Fixed leftover.
deschler Apr 13, 2017
c4f146c
Fixed pip installation of mysql module.
deschler Apr 13, 2017
44139c3
Set python version env variable.
deschler Apr 13, 2017
4509742
Added Django 1.11 and Python 3.6 to the support matrix.
deschler Apr 13, 2017
60c632f
Fix order_by with expression
btoueg Dec 27, 2016
0b7d356
Fix `.select_related(None)`
btoueg Jan 2, 2017
ff189d6
Fix `.defer(None)`
btoueg Jan 3, 2017
7f269b6
Added DeprecationWarning display.
felixxm Jun 22, 2017
7a823ea
Added required on_delete attribute to OneToOneField and ForeignKey fi…
felixxm Jun 22, 2017
b64ddf2
Used model attribute instead of deprecated ForeignObjectRel.to.
felixxm Jun 22, 2017
c93857c
Used set() instead of direct assignment to the reverse side of a rela…
felixxm Jun 22, 2017
5f66a44
Removed unused code.
felixxm Jun 23, 2017
95f5716
Merge pull request #414 from felixxm/issue-warning
deschler Jun 23, 2017
e28addc
Merge branch 'master' into remove-unused
deschler Jun 23, 2017
61b2ff1
Merge pull request #415 from felixxm/remove-unused
deschler Jun 23, 2017
a7b484d
Used Meta.base_manager_name on model instead of Manager.use_for_relat…
felixxm Jun 23, 2017
2b4149d
Merge pull request #417 from felixxm/issue-base-manager
deschler Jun 27, 2017
74929c2
Fix reset of .select_related
tochev Jul 25, 2017
c739a1e
Merge pull request #419 from tochev/fix-select-related-reset
deschler Jul 25, 2017
f64dd56
Support django-nested-admin stacked inlines
donaldharvey Sep 9, 2017
0207102
Add section about django-audit log
decibyte Sep 10, 2017
21f806a
Merge pull request #426 from donaldharvey/master
deschler Sep 11, 2017
c5ecada
Merge pull request #427 from decibyte/master
deschler Sep 11, 2017
8457782
Get related model from field's path_info
fdemmer Jan 11, 2017
4ec3a4b
Fix import with django < 1.7
fdemmer Sep 17, 2017
4c80164
Merge pull request #429 from fdemmer/361-get_model_from_relation
deschler Sep 26, 2017
019d116
Add (failing) tests for inherited managers and M2M relationships
Schnouki Sep 26, 2017
2242304
Correctly patch all managers in Django 1.10+
Schnouki Sep 26, 2017
2438300
Add docstring documentation for utils.unique
bennylope Oct 29, 2017
fa60d18
Merge pull request #434 from bennylope/bennylope-patch-1
deschler Oct 30, 2017
0c50dff
Merge pull request #431 from Schnouki/fix-m2m-and-inherited-managers
deschler Nov 24, 2017
49836c2
Satisfied flake8.
Nov 24, 2017
00fc7f1
Merge pull request #398 from btoueg/patch-1
deschler Dec 20, 2017
90e0a36
Prepared 0.12.2 release.
Jan 26, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 60 additions & 33 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,54 +1,81 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
env:
- DJANGO=1.4 DB=sqlite
- DJANGO=1.4 DB=postgres
- DJANGO=1.4 DB=mysql
- DJANGO=1.5 DB=sqlite
- DJANGO=1.5 DB=postgres
- DJANGO=1.5 DB=mysql
- DJANGO=1.6 DB=sqlite
- DJANGO=1.6 DB=postgres
- DJANGO=1.6 DB=mysql
- DJANGO=1.8 DB=sqlite
- DJANGO=1.8 DB=postgres
- DJANGO=1.8 DB=mysql
- DJANGO=1.9 DB=sqlite
- DJANGO=1.9 DB=postgres
- DJANGO=1.9 DB=mysql
- DJANGO=1.10 DB=sqlite
- DJANGO=1.10 DB=postgres
- DJANGO=1.10 DB=mysql
- DJANGO=1.11 DB=sqlite
- DJANGO=1.11 DB=postgres
- DJANGO=1.11 DB=mysql
matrix:
exclude:
- python: "3.2"
env: DJANGO=1.4 DB=sqlite
- python: "3.2"
env: DJANGO=1.4 DB=postgres
- python: "3.2"
env: DJANGO=1.4 DB=mysql
- python: "3.6"
env: DJANGO=1.8 DB=sqlite
- python: "3.6"
env: DJANGO=1.8 DB=mysql
- python: "3.6"
env: DJANGO=1.8 DB=postgres

- python: "3.3"
env: DJANGO=1.9 DB=sqlite
- python: "3.3"
env: DJANGO=1.9 DB=mysql
- python: "3.3"
env: DJANGO=1.4 DB=sqlite
env: DJANGO=1.9 DB=postgres
- python: "3.6"
env: DJANGO=1.9 DB=sqlite
- python: "3.6"
env: DJANGO=1.9 DB=mysql
- python: "3.6"
env: DJANGO=1.9 DB=postgres

- python: "3.3"
env: DJANGO=1.10 DB=sqlite
- python: "3.3"
env: DJANGO=1.4 DB=postgres
env: DJANGO=1.10 DB=postgres
- python: "3.3"
env: DJANGO=1.4 DB=mysql
env: DJANGO=1.10 DB=mysql
- python: "3.6"
env: DJANGO=1.10 DB=sqlite
- python: "3.6"
env: DJANGO=1.10 DB=postgres
- python: "3.6"
env: DJANGO=1.10 DB=mysql

- python: "3.2"
env: DJANGO=1.5 DB=mysql
- python: "3.3"
env: DJANGO=1.5 DB=mysql
- python: "3.2"
env: DJANGO=1.6 DB=mysql
env: DJANGO=1.11 DB=sqlite
- python: "3.3"
env: DJANGO=1.11 DB=postgres
- python: "3.3"
env: DJANGO=1.6 DB=mysql
env: DJANGO=1.11 DB=mysql
before_install:
- pip install -q 'flake8<3'
- PYFLAKES_NODOCTEST=1 flake8 modeltranslation
before_script:
- PYFLAKES_NODOCTEST=1 flake8 --max-line-length=100 modeltranslation
- mysql -e 'create database modeltranslation;'
- psql -c 'create database modeltranslation;' -U postgres
install:
- if [[ $DB == mysql ]]; then pip install -q mysql-python --use-mirrors; fi
- if [[ $DB == postgres ]]; then pip install -q psycopg2 --use-mirrors; fi
- pip install -q Pillow --use-mirrors
- pip install -q flake8 --use-mirrors
- PYTHON=`python -c 'import sys; version=sys.version_info[:3]; print("{0}.{1}".format(*version))'`
- if [[ $DB == mysql ]] && [[ ${PYTHON:0:1} == "2" ]]; then pip install -q mysql-python; elif [[ $DB == mysql ]] && [[ ${PYTHON:0:1} == "3" ]]; then pip install -q mysqlclient; fi
- if [[ $DB == postgres ]]; then pip install -q psycopg2; fi
- pip install -q Pillow
- IDJANGO=$(./travis.py $DJANGO)
- pip install -q $IDJANGO
- pip install -e . --use-mirrors
- pip install -e .
- pip install -q coveralls
script:
- django-admin.py --version
- ./runtests.py
- coverage run --source=modeltranslation ./runtests.py
after_success:
coveralls
18 changes: 18 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@ Contributors
* Konrad Wojas
* Bas Peschier
* Oleg Prans
* Francesc Arpí Roca
* Mathieu Leplatre
* Thom Wiggers
* Warnar Boekkooi
* Alex Marandon
* Fabio Caccamo
* Vladimir Sinitsin
* Luca Corti
* Morgan Aubert
* Mathias Ettinger
* Daniel Loeb
* Stephen McDonald
* Lukas Lundgren
* zenoamaro
* oliphunt
* Venelin Stoykov
* Stratos Moros
* Benjamin Toueg
* And many more ... (if you miss your name here, please let us know!)

.. _django-linguo: https://github.com/zmathew/django-linguo
208 changes: 208 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,211 @@
v0.12.2
=======
Date: 2017-01-26

FIXED: order_by with expression
(resolves issue #398, thanks Benjamin Toueg)


v0.12.1
=======
Date: 2017-04-05

FIXED: Issue in loaddata management command in combination with Django 1.11.
(resolves issue #401)


v0.12
=====
Date: 2016-09-20

ADDED: Support for Django 1.10.
(resolves issue #360, thanks Jacek Tomaszewski and Primož Kerin)

CHANGED: Original field value became more unreliable and undetermined;
please make sure you're not using it anywhere. See
http://django-modeltranslation.readthedocs.io/en/latest/usage.html#the-state-of-the-original-field
CHANGED: Let register decorator return decorated class
(resolves issue #360, thanks spacediver)

FIXED: Deferred classes signal connection.
(resolves issue #379, thanks Jacek Tomaszewski)
FIXED: values_list + annotate combo bug.
(resolves issue #374, thanks Jacek Tomaszewski)
FIXED: Several flake8 and travis related issues.
(resolves issues #363, thanks Matthias K)


v0.11
=====
Date: 2016-01-31

Released without changes.


v0.11rc2
========
Date: 2015-12-15

FIXED: Custom manager in migrations.
(resolves issues #330, #339 and #350, thanks Jacek Tomaszewski)


v0.11rc1
========
Date: 2015-12-07

ADDED: Support for Django 1.9
(resolves issue #349, thanks Jacek Tomaszewski)


v0.10.2
=======
Date: 2015-10-27

FIXED: Proxy model inheritance for Django >=1.8
(resolves issues #304, thanks Stratos Moros)


v0.10.1
=======
Date: 2015-09-04

FIXED: FallbackValuesListQuerySet.iterator which broke ORM datetimes
(resolves issue #324, thanks Venelin Stoykov)


v0.10.0
=======
Date: 2015-07-03

ADDED: CSS support for bi-directional languages to TranslationAdmin
using mt-bidi class.
(resolves issue #317, thanks oliphunt)
ADDED: A decorator to handle registration of models.
(resolves issue #318, thanks zenoamaro)

FIXED: Handled annotation fields when using values_list.
(resolves issue #321, thanks Lukas Lundgren)


v0.9.1
======
Date: 2015-05-14

FIXED: Handled deprecation of _meta._fill_fields_cache() for Django 1.8
in add_translation_fields.
(resolves issue #304, thanks Mathias Ettinger and Daniel Loeb)
FIXED: Handled deprecation of transaction.commit_unless_managed for
Django 1.8 in sync_translation_fields management command.
(resolves issue #310)
FIXED: Fixed translatable fields discovery with the new _meta API and
generic relations for Django 1.8.
(resolves issue #309, thanks Morgan Aubert)


v0.9
====
Date: 2015-04-16

ADDED: Support for Django 1.8 and the new meta API.
(resolves issue #299, thanks Luca Corti and Jacek Tomaszewski)


v0.8.1
======
Date: 2015-04-02

FIXED: Using a queryset with select related.
(resolves issue #298, thanks Vladimir Sinitsin)
FIXED: Added missing jquery browser plugin.
(resolves issue #270, thanks Fabio Caccamo)
FIXED: Deprecated imports with Django >= 1.7
(resolves issue #283, thanks Alex Marandon)


v0.8
====
Date: 2014-10-06

FIXED: JavaScript scoping issue with two jQuery versions in tabbed
translation fields.
(resolves issue #267,
thanks Wojtek Ruszczewski)

ADDED: Patch db_column of translation fields in migration files.
(resolves issue #264,
thanks Thom Wiggers and Jacek Tomaszewski)
ADDED: Fallback to values and values_list.
(resolves issue #258,
thanks Jacek Tomaszewski)


v0.8b2
======
Date: 2014-07-18

ADDED: Explicit support for Python 3.4 (should have already worked for
older versions that supported Python 3).
(resolves issue #254)
ADDED: Support for Django 1.7 migrations.

FIXED: Dict iteration Exception under Python 3.
(resolves issue #256,
thanks Jacek Tomaszewski)
FIXED: Reduce usage under Python 3.
(thanks Jacek Tomaszewski)
FIXED: Support for AppConfigs in INSTALLED_APPS
(resolves issue #252,
thanks Warnar Boekkooi, Jacek Tomaszewski)
FIXED: Rewrite field names in select_related. Fix deffered models registry.
Rewrite spanned queries on all levels for defer/only.
(resolves issue #248,
thanks Jacek Tomaszewski)


v0.8b1
======
Date: 2014-06-22

ADDED: Detect custom get_queryset on managers.
(resolves issue #242,
thanks Jacek Tomaszewski)
ADDED: Support for Django 1.7 and the new app-loading refactor.
(resolves issue #237)
ADDED: Added required_languages TranslationOptions
(resolves issue #143)

FIXED: Fixed sync_translation_fields to be compatible with PostgreSQL.
(resolves issue #247,
thanks Jacek Tomaszewski)
FIXED: Manager .values() with no fields specified behaves as expected.
(resolves issue #247)
FIXED: Fieldset headers are not capitalized when group_fieldsets is enabled.
(resolves issue #234,
thanks Jacek Tomaszewski)
FIXED: Exclude for nullable field manager rewriting.
(resolves issue #231,
thanks Jacek Tomaszewski)
FIXED: Use AVAILABLE_LANGUAGES in sync_translation_fields management
command to detect missing fields.
(resolves issue #227,
thanks Mathieu Leplatre)
FIXED: Take db_column into account while syncing fields
(resolves issue #225,
thanks Mathieu Leplatre)

CHANGED: Moved to get_queryset, which resolves a deprecation warning.
(resolves issue #244,
thanks Thom Wiggers)
CHANGED: Considered iframes in tabbed_translation_fields.js to support
third party apps like django-summernote.
(resolves issue #229,
thanks Francesc Arpí Roca)
CHANGED: Removed the http protocol from jquery-ui url in admin Media class.
(resolves issue #224,
thanks Francesc Arpí Roca)


v0.7.3
======
Date: 2014-01-05
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-modeltranslation
Version: 0.7.3
Version: 0.12.2
Summary: Translates Django models using a registration approach.
Home-page: https://github.com/deschler/django-modeltranslation
Author: Peter Eschler,
Expand Down
Loading