Piet van Leeuwen
4797c45385
fix for nested inlines, seems to group items inside empty-form, and then again when adding another
2019-12-12 10:05:05 +13:00
Sergey Tereschenko
ba98a0d0f0
Prepare release 0.14.1
2019-12-06 00:42:41 +02:00
Sergey Tereschenko
b24b750b69
fix requirements syntax ( close #530 )
2019-12-06 00:40:48 +02:00
Sergey Tereschenko
ef34601622
Prepare 0.14.0 release
2019-11-14 12:11:56 +02:00
Sergey Tereschenko
506986400f
Merge branch 'master' of github.com:deschler/django-modeltranslation
2019-11-14 12:07:21 +02:00
partizan
15f39ac458
Merge pull request #528 from keuko/master
...
Fix failing tests when local migrations are used (Fixes : #527 ).
2019-11-13 14:47:03 +02:00
Michal Arbet
7e6f912c6f
Fix failing tests when local migrations are used ( Fixes : #527 ).
...
The following tests issues are adressed in this patch:
- Settings are changed so that local tests.auth_migrations are used
instead of django.contrib.auth.migrations
- Distributed django.contrib.auth.migrations are copied to
tests.auth_migrations for tests
- All migrations are deleted from tests.auth_migrations on teardown
2019-11-13 13:25:59 +01:00
partizan
7bb8194ac9
Merge pull request #485 from fdemmer/update_translation_fields
...
Add app_label and model_name arguments to update_translation_fields command
2019-11-08 10:25:52 +02:00
Sergey Tereschenko
5b230d2c36
Fix extra tab lang switcher in stackedinline ( close #522 )
2019-10-27 22:26:19 +02:00
Sergey Tereschenko
1b36bff9ec
use tests for django 3
2019-10-27 19:00:14 +02:00
Sergey Tereschenko
851bff4cb6
fix related fields translation in django 3
2019-10-27 18:58:53 +02:00
Sergey Tereschenko
74d2b0688a
Merge branch 'master' of https://github.com/mvbrn/django-modeltranslation into django-3
2019-10-27 18:57:00 +02:00
partizan
30c953aa02
Merge pull request #519 from dmydlo/master
...
Fix admin exclude usage
2019-10-21 08:56:22 +03:00
partizan
8f48464ace
Merge pull request #524 from deegeenl/develop
...
Fix for issue #523
2019-10-21 08:55:04 +03:00
Dirk Groten
2a92d6c7b4
Fix flake8 formatting errors
2019-10-20 20:14:52 +02:00
Dirk Groten
f42d3404e2
Added test to make sure inherited models with no custom manager still have the correct default manager
2019-10-20 20:06:44 +02:00
Dirk Groten
50a7868fa7
Documented tests better
2019-10-20 19:24:06 +02:00
Dirk Groten
b6d4cf81d3
Test to check the default manager after registering model for translation
2019-10-20 19:18:27 +02:00
Dirk Groten
33f0ca9f62
Fix creation_counter on the patched managers in order to ensure the original local managers are prioritised over the inherited managers.
2019-10-20 18:24:57 +02:00
Misha Kalyna
5505208003
explicitly install and import six (which was removed from Django 3.0)
2019-10-05 21:07:08 +02:00
Misha Kalyna
6b08479c25
Add django 3.0 to the test matrix
2019-10-05 20:50:30 +02:00
Dawid Mydło
0aeede91d6
Fix admin exclude usage
2019-10-03 16:21:12 +02:00
Sergey Tereschenko
99ad8859d3
Prepare 0.13.3 release
2019-07-22 23:07:59 +03:00
Sergey Tereschenko
e69eb7b07e
Don't patch template row for inlines (ref #475 )
2019-07-19 20:21:18 +03:00
Sergey Tereschenko
2e30ab6288
Prepare 0.13.2 release
2019-07-02 19:54:06 +03:00
partizan
91d5453509
Merge pull request #513 from azum-system/master
...
Fixed 'formfield_for_dbfield' method signature. See #510
2019-07-02 19:44:37 +03:00
Constantine Fedenko
1e05807f20
fixed flake8 warnings
2019-07-02 14:02:22 +03:00
Constantine Fedenko
6e57ca7dc4
Fixed 'formfield_for_dbfield' method signature. See #510
2019-07-02 13:29:14 +03:00
partizan
f87021fbf5
Merge pull request #511 from mvbrn/master
...
Use get_fields hook (fix #473 )
2019-05-30 13:56:58 +02:00
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
partizan
b9512b8cde
Merge pull request #509 from davideghz/patch-1
...
Update installation doc
syncdb command is deprecated in django 1.7. Use the python manage.py migrate instead.
2019-04-30 10:58:18 +03: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
18fec04a51
Prepared 0.13.1 release.
2019-04-18 01:07:41 +03:00
Sergey Tereschenko
447a60f1cc
fix TabbedTranslationAdmin in django 2.2 ( close #506 )
2019-04-18 01:01:15 +03:00
Sergey Tereschenko
4f18363104
Merge remote-tracking branch 'origin/master' into dev
2019-04-18 00:58:34 +03:00
Sergey Tereschenko
0ea5be2ed1
fix error in handling proxy model
2019-04-17 00:27:02 +03:00
Sergey Tereschenko
80bd452894
fix tests: use path to file
2019-04-16 23:40:48 +03:00
Sergey Tereschenko
29aaac0294
add venv to gitignore
2019-04-16 23:33:51 +03:00
Sergey Tereschenko
aca486b162
travis update
...
- drop python 3.5
- drop django 2.0
- add django 2.2
2019-04-16 23:33:07 +03:00
partizan
4a4f3a0dfa
Merge pull request #500 from numrut/admin_m2m
...
Fix #332 fields list bug in admin.TranslationAdmin
2019-03-31 21:43:29 +03:00
partizan
4292034b0c
Merge pull request #502 from mes3yd/make-jquery-urls-configurable
...
feat(make-jquery-urls-configurable): Add settings
2019-03-31 21:37:46 +03:00
Melvyn Sopacua
1a116e9d5c
feat(make-jquery-urls-configurable): Add settings
...
Add 3 new settings, without prefix that deal with external resources.
This allows software with elevated security restrictions to function
properly.
2019-03-30 14:31:31 +01:00
Yevhen Amelin
5e0e95a7e7
Fix fields list bug in admin.TranslationAdmin
2019-03-28 14:29:19 +02:00
partizan
0a0d8c755c
Merge pull request #494 from topiaruss/patch-1
...
Update copyright message
2019-02-23 14:58:16 +02:00
Russ Ferriday
24c5ef210f
Update copyright message
...
otherwise you look out-of-date
2019-02-23 01:00:54 +00:00
Sergey Tereschenko
750b4b043e
Prepared 0.13-beta3 release
2019-02-21 10:54:20 +02:00
partizan
43925c1efc
Merge pull request #493 from felixxm/psycopg
...
Used non deprecated driver and back-end for PostgreSQL.
2019-02-18 13:34:57 +02:00
Mariusz Felisiak
6cb1009afe
Used postgresql back-end instead of deprecated django.db.backends.postgresql_psycopg2.
...
django.db.backends.postgresql_psycopg2 has been removed in Django 3.0.
2019-02-18 12:13:17 +01:00
Mariusz Felisiak
cf97b99e39
Used psycopg2-binary instead of deprecated psycopg2 name.
2019-02-18 12:10:34 +01:00