django1/django/contrib
Claude Paroz 42e4b0e608 [4.1.x] Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.
Regression in 64c3f049ea.

Backport of de74a74b4b from main
2022-06-21 10:32:34 +02:00
..
admin [4.1.x] Fixed #33784 -- Removed unnecessary format escaping in admin calendar widget. 2022-06-18 22:28:54 +02:00
admindocs Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs. 2022-05-17 10:50:09 +02:00
auth Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher. 2022-05-11 09:13:45 +02:00
contenttypes Removed unnecessary _connector from Q construction in get_for_models(). 2022-03-15 16:13:28 +01:00
flatpages Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
gis [4.1.x] Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL. 2022-06-21 10:32:34 +02:00
humanize Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
messages Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
postgres Fixed #30581 -- Added support for Meta.constraints validation. 2022-05-10 11:22:23 +02:00
redirects Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01: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