django1/django/contrib
Mariusz Felisiak 7a1675806a [4.1.x] Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
This reverts 4f8c7fd9d9 and adds
two regression tests:
- test_related_manager_refresh(), and
- test_create_copy_with_m2m().

Thanks joeli for the report.
Backport of 5e0aa362d9 from main
2022-09-30 18:19:36 +02:00
..
admin [4.1.x] Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/changing related instances via popups. 2022-09-28 12:54:48 +02:00
admindocs [4.1.x] Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs." 2022-09-01 21:10:43 +02:00
auth [4.1.x] Updated translations from Transifex. 2022-08-03 08:02:48 +02:00
contenttypes [4.1.x] Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers." 2022-09-30 18:19:36 +02:00
flatpages [4.1.x] Updated translations from Transifex. 2022-08-03 08:02:48 +02:00
gis [4.1.x] Fixed #33886 -- Reallowed using GeoIP2() when GEOS is not installed. 2022-08-03 18:31:15 +02:00
humanize [4.1.x] Updated translations from Transifex. 2022-08-03 08:02:48 +02:00
messages Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
postgres [4.1.x] Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg(). 2022-09-18 07:39:47 +02:00
redirects [4.1.x] Updated translations from Transifex. 2022-08-03 08:02:48 +02:00
sessions Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
sitemaps Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
sites Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
staticfiles Refs #33446 -- Allowed variable whitespace in CSS source map references. 2022-03-04 06:22:28 +01:00
syndication [4.1.x] Fixed #22078 -- Fixed crash of Feed with decorated methods. 2022-05-26 11:13:42 +02:00
__init__.py