Commit graph

558 commits

Author SHA1 Message Date
Sergey Tereschenko
bbcd98d6dc Make all managers local for this model (ref #467) 2019-02-17 22:19:06 +02:00
Sergey Tereschenko
83005dc530 print statement update 2019-02-16 16:24:58 +02:00
Sergey Tereschenko
647ddcede1 tests update 2019-02-16 16:18:47 +02:00
Sergey Tereschenko
620a7d4321 debug: print statments 2019-02-16 15:24:29 +02:00
Sergey Tereschenko
84115df1dc cleanup: remove code for old djago 2019-02-16 15:12:53 +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
8407d1eb2a Merge remote-tracking branch 'origin/code-cleanup' 2019-02-13 17:09:57 +02:00
Sergey Tereschenko
4f5862465a Prepared 0.13-beta2 release 2019-02-13 00:05:28 +02:00
Sergey Tereschenko
065e23e89c cleanup: remove code for old django versions 2019-02-12 23:43:52 +02:00
Sergey Tereschenko
0dbac334b6 cleanup: remove old workarounds 2019-02-12 23:42:10 +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
Sergey Tereschenko
685a52f2c9 clean unsupported django version fallback 2019-02-12 23:19:19 +02:00
Sergey Tereschenko
bc8443dfdf cleanup NEW_RELATED_API, NEW_LOOKUPS
- fixed Col import
2019-02-12 23:17:34 +02:00
Sergey Tereschenko
ecffd48393 clean old meta api 2019-02-12 22:43:15 +02:00
Sergey Tereschenko
5bbd406f30 clear legacy admin.util import 2019-02-12 22:42:12 +02:00
Sergey Tereschenko
08b0239fff fix linter warnings 2019-02-12 22:09:03 +02:00
partizan
459c84be56
Merge pull request #478 from yihuang/patch-1
Fix js error with new jQuery
2019-02-11 23:56:30 +02:00
yihuang
a822961c36
Fix js error with new jQuery
https://stackoverflow.com/a/37915907/645693
2018-10-20 11:17:57 +08:00
Maciej Wiśniowski
70ad126d7c added renderer attribute for django 2.1 compatibility 2018-09-11 10:05:30 +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
c9bb6a533d
Merge pull request #421 from helio-correia/translationtabs
Make it work if the admin are divided by tabs
2018-01-26 13:01:11 +01:00
Dirk Eschler
af5b7bf738 Merge branch 'master' of github.com:deschler/django-modeltranslation 2018-01-26 12:58:09 +01:00
Dirk Eschler
ccc6e85a31 Added distinct test (ref #368). 2018-01-26 12:57:49 +01:00
Dirk Eschler
23ba19bec0
Merge pull request #368 from virgilio/master
Add primary support to DISTINCT statement
2018-01-26 12:57:23 +01:00
Dirk Eschler
8ec460b789
Merge pull request #446 from ezawadzki/issue-445
Check if 'descendants' list has values
2018-01-26 12:43:52 +01:00
Dirk Eschler
ba71a707f7 Next release is going to be 0.13-beta1. 2018-01-26 10:33:57 +01:00
Dirk Eschler
413ee22c61 Merge branch '0.12.x' 2018-01-26 10:24:22 +01:00
Dirk Eschler
90e0a3630a Prepared 0.12.2 release. 2018-01-26 10:23:12 +01:00
AbdolHosein
fab3bd7cc7 Removes extra blank lines 2018-01-02 14:25:11 +03:30
AbdolHosein
dbb372137b Removes unwanted spaces 2018-01-02 14:17:02 +03:30
AbdolHosein
a1ae1d1aa3 Fixes the fail issue on test progress 2018-01-02 14:11:16 +03:30
AbdolHosein
631347da74 Patches the issue with the Django 2.0 release on. Fixes #436 2018-01-02 13:38:23 +03:30
Emilie
5f2576ec6c Check if 'descendants' list has values 2017-12-26 16:12:24 +01:00
Dirk Eschler
00fc7f1804
Merge pull request #398 from btoueg/patch-1
Fix order_by with expression
2017-12-20 21:53:05 +01:00
Dirk Eschler
49836c210d Satisfied flake8. 2017-11-24 15:14:40 +01:00
Dirk Eschler
0c50dffefe
Merge pull request #431 from Schnouki/fix-m2m-and-inherited-managers
Fix M2M and inherited managers
2017-11-24 14:38:37 +01:00
Ben Lopatin
2438300915
Add docstring documentation for utils.unique 2017-10-28 20:56:49 -04:00
Thomas Jost
22423047e9
Correctly patch all managers in Django 1.10+
Fixes #389 and #413.
2017-09-26 16:29:20 +02: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
Florian Demmer
4ec3a4b4b0
Fix import with django < 1.7 2017-09-18 01:23:31 +02:00
Florian Demmer
8457782380
Get related model from field's path_info
related_model is a cached property, that contains a string
instead of the model eg. when overriding the default User model.
2017-09-18 01:23:06 +02:00
Donald Harvey
f64dd56002 Support django-nested-admin stacked inlines 2017-09-09 12:09:35 +01:00
Helio Correia
f3175412aa Make it work if the admin are divided by tabs 2017-08-07 16:33:17 +01:00