|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +Changes in 3.1 (2021-11-18) |
| 5 | +--------------------------- |
| 6 | + |
| 7 | +* Added support for Django 4.0. |
| 8 | +* Fixed crash when the admin "add type" view has no choices; will show a permission denied. |
| 9 | +* Fixed missing ``locale`` folder in sdist. |
| 10 | +* Fixed missing ``QuerySet.bulk_create(.., ignore_conflicts=True)`` parameter support. |
| 11 | +* Fixed ``FilteredRelation`` support. |
| 12 | +* Fixed supporting class keyword arguments in model definitions for ``__init_subclass__()``. |
| 13 | +* Fixed including ``polymorphic.tests.migrations`` in the sdist. |
| 14 | +* Fixed non-polymorphic parent handling, which has no ``_base_objects``. |
| 15 | +* Fixed missing ``widgets`` support for ``modelform_factory()``. |
| 16 | +* Fixed ``has_changed`` handling for ``polymorphic_ctype_id`` due to implicit str to int conversions. |
| 17 | +* Fixed ``Q`` object handling when lists are used (e.g. in django-advanced-filters_). |
| 18 | +* Fixed Django Admin support when using a script-prefix. |
| 19 | + |
| 20 | +Many thanks to everyone providing clear pull requests! |
| 21 | + |
| 22 | + |
4 | 23 | Changes in 3.0.0 (2020-08-21)
|
5 | 24 | -----------------------------
|
6 | 25 |
|
7 | 26 | * Support for Django 3.X
|
8 | 27 | * Dropped support for python 2.X
|
9 | 28 | * A lot of various fixes and improvements by various authors. Thanks a lot!
|
10 | 29 |
|
| 30 | + |
11 | 31 | Changes in 2.1.2 (2019-07-15)
|
12 | 32 | -----------------------------
|
13 | 33 |
|
@@ -417,6 +437,7 @@ It supports Django 1.1 up till 1.4 and Python 2.4 up till 2.7.
|
417 | 437 | For a detailed list of it's changes, see the :doc:`archived changelog <changelog_archive>`.
|
418 | 438 |
|
419 | 439 | .. _Grappelli: http://grappelliproject.com/
|
| 440 | +.. _django-advanced-filters: https://github.com/modlinltd/django-advanced-filters |
420 | 441 | .. _django-extra-views: https://github.com/AndrewIngram/django-extra-views
|
421 | 442 | .. _django-guardian: https://github.com/django-guardian/django-guardian
|
422 | 443 | .. _django-parler: https://github.com/django-parler/django-parler
|
|
0 commit comments