django1/django/contrib
Marcelo Galigniana 76af861356 Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. 2022-05-16 06:46:53 +02:00
..
admin Fixed #33679 -- Fixed the last inline's id in admin for users without add permissions. 2022-05-06 08:36:04 +02:00
admindocs Corrected extract_views_from_urlpatterns()'s docstring. 2022-05-06 09:50:46 +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 Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. 2022-05-16 06:46:53 +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 Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
__init__.py