Commit Graph

822 Commits (b4efb59cd5d6b1ce3e10fdb5c495fbe239d91ad7)

Author SHA1 Message Date
Chris Glass b4efb59cd5 Release 3.0.0 2020-08-21 12:31:07 +02:00
Chris Glass c005410da7
Merge pull request #461 from AdamDonna/fix/455/failures_on_django_master
Fixes issue 455 (incompatability with django master at 3.2)
2020-08-21 11:34:28 +02:00
Adam Donaghy fa6808e9b3 Use conditional function definition 2020-08-20 12:34:17 +10:00
Adam Donaghy 45215ff6c3 Add little docstring and typo fix 2020-08-19 18:23:49 +10:00
Adam Donaghy d93f17846f Side load _filter_or_exclude to avoid recursion 2020-08-19 18:04:20 +10:00
Adam Donaghy 21f635d65a Backwards compatible _filter_or_exclude 2020-08-19 17:39:54 +10:00
Adam Donaghy 0232befbae Attempted fix for failures on master 2020-08-19 14:00:53 +10:00
Chris Glass 69bbe58dc7 Travis should run everywhere 2020-08-18 16:30:59 +02:00
Chris Glass fd300dffa3
Merge pull request #456 from Djailla/misc
[misc] Various cleanup
2020-08-18 16:29:22 +02:00
Chris Glass 613dd3d54f
Merge pull request #459 from chrisglass/make-tests-pass-travis-tentative
Make test_defer_fields use get_deferred_fields()
2020-08-18 16:28:11 +02:00
Chris Glass 60ea5524b8 Make test_defer_fields use get_deferred_fields()
Use the provided get_deferred_fields() method instead of relying on the
repr() for the objects to determine whether a field is deferred or not.
2020-08-18 16:07:27 +02:00
Bastien Vallet c512759274 [misc] Various cleanup
- Adding in AUTHORS file
- Fix minimal Django version in setup
- Remove deprecated options in travis config
2020-08-18 15:01:21 +02:00
Chris Glass 8f12362b9a
Merge pull request #457 from yakky/bugfix/issue-424-gettext
Replace ugettext with gettext to fix deprecation warnings
2020-08-18 14:07:38 +02:00
Iacopo Spalletti 49c2abf70d
Replace ugettext with gettext to fix deprecation warnings 2020-08-18 12:34:55 +02:00
Chris Glass 1d719a0e60 Remove unused imports
A few places still imported the compat module for no reason - this
commit fixes that.
2020-08-18 10:04:58 +02:00
Chris Glass e72a11d12c
Merge pull request #454 from yakky/fix-settings
Add explicit SECRET_KEY required by django master
2020-08-15 09:20:16 +02:00
Iacopo Spalletti 1e2c880429
Add explicit SECRET_KEY required by django master 2020-08-14 17:46:32 +02:00
Chris Glass e67e7042db
Merge pull request #453 from chrisglass/fix-tests
Fix tests
2020-08-14 17:05:20 +02:00
Chris Glass 7f839aaa36 Remove django master from env list
When running locally, don't test against django master. The travis
config will however still test those.
2020-08-14 17:02:40 +02:00
Iacopo Spalletti 76efd54df5 Add missing field 2020-08-14 16:49:51 +02:00
Iacopo Spalletti 0950478fcd Update usage of databases instead of multidb 2020-08-14 16:49:51 +02:00
Chris Glass 76871e3863 Fix warnings
This is a little uncertain - while it does fix warnings I'm not sure the
removed assertion were actually useful in checking the behavior, and I'm
not certain how to recreate the assertion without using the depracated
path.
2020-08-14 16:32:18 +02:00
Chris Glass 24dd1fff2c Add ipdb to test deps
This is not strictly necessary but it helps tremendously to have a REPL
around to break into when a test fails.
2020-08-14 16:29:49 +02:00
Chris Glass c0874c5e90 unrelated: add .venv to gitignore 2020-08-14 16:28:30 +02:00
Chris Glass 378e30cf83
Merge pull request #445 from safaariman/master
Performance improvement on parentadmin
2020-08-14 14:27:04 +02:00
Chris Glass d95347b92d
Merge pull request #403 from loganknecht/documentation/fix_version_support_in_documentation
Change `docs/quickstart.rst` version support to match `README.rst`.
2020-08-14 11:16:02 +02:00
Chris Glass 53cd87538c
Merge pull request #411 from wfehr/patch-1
Fixed typo in changelog
2020-08-14 11:13:34 +02:00
Chris Glass a84db94c4e
Merge pull request #440 from berhoel/fix_tox_docs
Fix `tox -e docs` for out or the box checkout.
2020-08-14 11:11:25 +02:00
Chris Glass 6be20c14be Fix PY3 reference in tests
We only ever build for py3 now, the compat reference was useless.
2020-08-14 11:05:32 +02:00
Chris Glass 8ae64d1ce2
Merge pull request #452 from Djailla/django31
Add support for Django 3.1
2020-08-14 11:04:22 +02:00
Bastien Vallet 7f248bd4bd Update README for Django compatibility list 2020-08-10 22:48:31 +02:00
Bastien Vallet b6921baede Add support for Django 3.1 2020-08-05 10:39:48 +02:00
Bastien Vallet 68605ba2ba [compat] Remove PY2 compat artefacts
- No need to specific types
- Remove __future__ imports
2020-08-04 14:49:40 +02:00
Bastien Vallet 85469082d0 Remove python_2_unicode_compatible method 2020-08-04 14:38:15 +02:00
Bastien Vallet 10f6563852 [compat] Cleanup compat matrix with Django/Python supported versions 2020-08-04 14:33:08 +02:00
Safa Arıman 8b35063f58 Performance improvement on parentadmin 2020-06-10 10:56:36 +03:00
Chris Glass eed4e9fa4a
Merge pull request #442 from django-polymorphic/dependabot/pip/docs/_ext/djangodummy/django-2.2.13
Bump django from 2.2.9 to 2.2.13 in /docs/_ext/djangodummy
2020-06-09 11:57:17 +02:00
dependabot[bot] 59c1b03a92
Bump django from 2.2.9 to 2.2.13 in /docs/_ext/djangodummy
Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.13.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.9...2.2.13)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 17:51:33 +00:00
Berthold Höllmann 5db157c254
Fix `tox -e docs` for out or the box checkout. 2020-05-23 12:15:32 +02:00
Diederik van der Boor 37403c7421
Fix GitHub security alert for readthedocs deps 2020-01-20 09:34:49 +01:00
wfehr b68a3b4e90
Fixed typo in changelog 2019-11-06 08:22:43 +01:00
Hugbot 7638a13f65 Change `docs/quickstart.rst` version support to match `README.rst`. 2019-09-08 21:38:50 -07:00
Diederik van der Boor ad4e6e90c8
Bump to v2.1.2 2019-07-15 22:15:05 +02:00
Diederik van der Boor c8463b1520
Fix PolymorphicInlineModelAdmin media jquery include for Django 2.0+
As Django changed the media query usage, jquery needs to be included
explicitly as well
2019-07-15 22:11:59 +02:00
Diederik van der Boor f7dc0f89bc
Let tox docs use requirement.txt 2019-07-15 22:11:48 +02:00
Diederik van der Boor db864cd8a8
Corrected black code wrapping when lines had long comments. 2019-07-15 18:10:05 +02:00
Diederik van der Boor 6af023dafd
Added unit test for refresh_from_db() 2019-07-15 17:56:53 +02:00
Diederik van der Boor 263fb6567b
Add docs badge 2019-07-15 10:35:17 +02:00
Diederik van der Boor f0c34297f4
Bump to v2.1.1 2019-07-15 10:20:28 +02:00
Diederik van der Boor 407679895f
Fixed import error in the admin due to isort 2019-07-15 10:19:10 +02:00