summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2023-03-03Fixed #34377 -- Fixed preserving query strings in AdminSite.catch_all_view().Dominique Bischof
2023-03-02Moved str() calls to DateFieldListFilter.choices().sarahboyce
2023-02-23Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez
2023-02-23Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez
2023-02-21Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler
2023-02-17Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre
2023-02-17Fixed #34302 -- Fixed SpatialReference.srid for objects without top-level aut...Stefan Brand
2023-02-17Refs #34302 -- Fixed SpatialReference.auth_name()/auth_code() when target is ...Stefan Brand
2023-02-16Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho
2023-02-13Fixed #34316 -- Fixed layout of admin password change forms and help texts.sarahboyce
2023-02-08Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief
2023-02-08Fixed #34315 -- Preserved admin changelist filters on "Close" button.Bakdolot
2023-02-07Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN
2023-02-07Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.Jacob Walls
2023-02-07Fixed #34301 -- Made admin's submit_row check add permission for "Save as new...Frederic Mheir
2023-02-04Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak
2023-02-02Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names.skidipap
2023-02-02Improved error message for ASCIIUsernameValidator.Mariusz Felisiak
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-30Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
2023-01-23Fixed #34278 -- Made translatable string plural-aware in SelectFilter2.js.Claude Paroz
2023-01-20Added short description to remove_stale_contenttypes command.touhf
2023-01-20Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-18Refs #34233 -- Used types.NoneType.Nick Pope
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak
2023-01-17Refs #33691 -- Removed django.contrib.auth.hashers.CryptPasswordHasher per de...Mariusz Felisiak
2023-01-17Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per deprecat...Mariusz Felisiak
2023-01-17Refs #15619 -- Removed support for logging out via GET requests.Mariusz Felisiak
2023-01-17Refs #33561 -- Made created=True required in signature of RemoteUserBackend.c...Mariusz Felisiak
2023-01-17Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak
2023-01-17Refs #32375 -- Changed default sitemap protocol to https.Mariusz Felisiak
2023-01-17Updated source translation catalogs.Mariusz Felisiak
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-10Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak
2023-01-04Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak
2023-01-03Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz
2023-01-02Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner
2022-12-29Fixed #34208 -- Confirmed support for GDAL 3.6.Mariusz Felisiak
2022-12-29Fixed #25617 -- Added case-insensitive unique username validation in UserCrea...Paul Schilling
2022-12-29Upgraded OpenLayers to v.7.2.2.Claude Paroz
2022-12-24Fixed #34165 -- Made permissions creation respect the "using" parameter.David Wobrock
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak