Commit graph

217 commits

Author SHA1 Message Date
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
Sergey Tereschenko
80bd452894 fix tests: use path to file 2019-04-16 23:40:48 +03: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
Sergey Tereschenko
bffe85d965 Merge branch 'master' into 467-rev-lookup-error
# Conflicts:
#	modeltranslation/tests/tests.py
#	modeltranslation/translator.py
2019-02-17 22:41:04 +02:00
Sergey Tereschenko
6dfbe321fa tests: fix models count 2019-02-17 19:21:15 +02:00
Sergey Tereschenko
786a876f0d fix tests 2019-02-16 17:17:00 +02:00
Sergey Tereschenko
68ea5a870d tests update
- use decorators by default
 - remove extra decorator registration test
 - use models as module instead of importing every model
2019-02-16 16:53:21 +02:00
Sergey Tereschenko
b8c02121e2 remove old django version 2019-02-16 16:26:09 +02:00
Sergey Tereschenko
647ddcede1 tests update 2019-02-16 16:18:47 +02:00
Sergey Tereschenko
aa510cba90 tests update 2019-02-16 15:11:32 +02:00
Sergey Tereschenko
6fe97ca45b remove old django version 2019-02-13 17:37:20 +02:00
Sergey Tereschenko
1b8fd66f04 Failing test case for #467 2019-02-13 17:29:41 +02:00
Sergey Tereschenko
56707df455 cleanup: remove code for django < 1.11 2019-02-12 23:36:03 +02:00
Sergey Tereschenko
74d5158db7 cleanup: use NEW_DEFERRED_API 2019-02-12 23:31:39 +02:00
Sergey Tereschenko
196dc28caf cleanup: use NEW_APP_CACHE 2019-02-12 23:29:28 +02:00
Borislav Petrović
458df66cb9 style: fixing flake8 warnings 2018-06-29 16:42:37 +02:00
Borislav Petrović
222e04822e fix: copy form defined widget attrs 2018-06-29 16:25:12 +02:00
Andrey Maslov
1a70900ba4 Fix Django 2 related object descriptor cache 2018-04-15 04:58:18 +03:00
Petr Dlouhý
0f67f39e34 fix testing in Django 2.0 2018-01-31 12:11:19 +01:00
Dirk Eschler
ccc6e85a31 Added distinct test (ref #368). 2018-01-26 12:57:49 +01:00
Thomas Jost
019d116434
Add (failing) tests for inherited managers and M2M relationships
With several level of inheritance, custom managers with custom
querysets, and a ManyToMany field with an explicit intermediary table.

This reproduces bugs #389 and #413.
2017-09-26 16:27:22 +02:00
Tocho Tochev
74929c2055 Fix reset of .select_related 2017-07-25 13:31:57 +03:00
Dirk Eschler
e28addcf45 Merge branch 'master' into remove-unused 2017-06-23 19:05:55 +02:00
Mariusz Felisiak
5f66a44649
Removed unused code.
Unused since cc214e3c66.
2017-06-23 06:49:38 +02:00
Mariusz Felisiak
c93857c623
Used set() instead of direct assignment to the reverse side of a related set. 2017-06-22 22:20:06 +02:00
Mariusz Felisiak
7a823ea474
Added required on_delete attribute to OneToOneField and ForeignKey fields. 2017-06-22 22:03:07 +02:00
Dirk Eschler
dbb9becd09 Set empty MIGRATION_MODULES setting for Django 1.11. Should make the tests run again. 2017-04-13 12:05:38 +02:00
Dirk Eschler
46488f1abc Handled import_models args change for Django 1.11. 2017-04-13 12:02:38 +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
Jacek Tomaszewski
a7b5102c43 Fix deferred classes signal connection (close #379). 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
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
e50b0ce7a4 Try to fix custom manager in migrations (ref #330, #339, #350). 2015-12-13 15:47:08 +01:00
Jacek Tomaszewski
8320fc8a5a Add Django 1.9 support (ref #349). 2015-12-06 18:48:17 +01: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
Lukas Lundgren
a6511bca83 Handle annotation fields when using values_list 2015-07-01 11:22:33 +02:00
zenoamaro
80d804b03e Testing registration with decorator. 2015-05-22 23:49:11 +02:00
Jacek Tomaszewski
f6d02c1e5a Fix deferring - enable skipped test (#299). 2015-04-13 22:31:09 +02:00
Jacek Tomaszewski
d8e6f32cbd Django 1.8 compatibility changes (ref #299).
Thanks to Luca Corti for initial commit.
2015-04-13 00:43:09 +02:00
Jacek Tomaszewski
af672f3160 Merge pull request #275 from wrwrwr/fix/indonesian
Fix support for Indonesian language ('_id' language suffix).
2014-10-24 20:21:29 +02:00
Jacek Tomaszewski
04b67f66d7 Add __reduce__ to MultilingualQuerySet (ref #273). 2014-10-24 19:54:10 +02:00
wrwrwr
902a7c9a72 Fixed Indonesian translation field and ForeignKey field name clash.
The official ISO-639-1 code for Indonesia is "id"; replaced this
problematic suffix with the ISO-639-2 3-letter code in the translation
field names (http://en.wikipedia.org/wiki/Indonesian_language).
2014-10-24 13:05:10 +02:00
Jacek Tomaszewski
8047a4dcda Add empty MIDDLEWARE_CLASSES to test settings in order to disable system check warning. 2014-09-07 21:43:58 +02:00
Jacek Tomaszewski
e59cf5a4cd Readd GenericIp field support and tests as we now require Django >= 1.4. 2014-08-02 16:42:14 +02:00
Jacek Tomaszewski
19c2a90e9f Add fallback to values and values_list (close #258). 2014-07-29 17:42:17 +03:00
deschler
59317a4c12 Consistent use of django version check. 2014-07-28 00:03:50 +02:00
deschler
89e372a743 Added list_editable test. 2014-07-27 22:28:45 +02:00
Jacek Tomaszewski
1f419ee5f4 Fix dict iteration Exception under Python3 (close #256). 2014-07-16 09:47:17 +02:00