summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2021-01-07Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz
2021-01-06Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov
2021-01-02Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak
2020-12-28Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.Florian Apolloner
2020-12-28Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().Florian Apolloner
2020-12-28Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...François Freitag
2020-12-23Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...Hannes Ljungberg
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-12-03Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig
2020-11-30Added SpatialFeatures.supports_tolerance_parameter.Tim Graham
2020-11-30Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...Mariusz Felisiak
2020-11-28Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos
2020-11-28Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak
2020-11-28Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani
2020-11-26Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg
2020-11-20Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope
2020-11-20Simplified MessageEncoder instantiation with default separators.Florian Apolloner
2020-11-14Refs #24474 -- Changed AdminSite.empty_value_display property to an attribute.Nick Pope
2020-11-13Unified admin action description generation.Nick Pope
2020-11-11Added SpatialFeatures.unsupported_geojson_options.Tim Graham
2020-11-10Avoided direct styles in admin templates.Claude Paroz
2020-11-09Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham
2020-11-09Removed BaseSpatialOperations.geometry.Tim Graham
2020-11-04Fixed #32169 -- Added distinct support to JSONBAgg.Artur Beltsov
2020-10-28Made small readability improvements.Martin Thoma
2020-10-28Refs #28215 -- Marked auth credentials as sensitive variables.Hasan Ramezani
2020-10-28Fixed #32062 -- Added %b support to Date.strftime.Gagan Deep
2020-10-27Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.Josh Santos
2020-10-27Fixed #32128 -- Added asgiref 3.3 compatibility.Carlton Gibson
2020-10-27Made OracleSpatialAdapter clone geometries rather than mutate them.Tim Graham
2020-10-26Fixed #32138 -- Prevented admin's map from covering other widgets.dokgeppo
2020-10-22Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.Mariusz Felisiak
2020-10-21Fixed #32069 -- Fixed admin change-form layout on small screens.Carlton Gibson
2020-10-21Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick
2020-10-21Fixed #26615 -- Made password reset token invalidate when changing email.Jacob Walls
2020-10-20Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....Hannes Ljungberg
2020-10-19Added DatabaseFeatures.can_alter_geometry_field.Tim Graham
2020-10-14Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...Mariusz Felisiak
2020-10-13Removed unnecessary check in BaseModelAdmin.get_view_on_site_url().Marco Richetta
2020-10-09Fixed #32091 -- Fixed admin search bar width on filtered admin page.Tim Schilling
2020-10-09Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-on...Qi Zhao
2020-10-08Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez
2020-10-06Fixed #32072 -- Fixed admin search bar height.Tom Carrick
2020-09-30Fixed #31986 -- Fixed admin filter sidebar scrolling.Tom Carrick
2020-09-30Updated translations from Transifex.Claude Paroz
2020-09-25Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.Mariusz Felisiak
2020-09-23Fixed #32029 -- Removed unnecessary margin in admin CSS for horizontal radio ...Matthias Kestenholz