summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2024-04-25Refs #35339 -- Updated Aggregate class to return consistent source expressions.Chris Muthig
2024-04-24Fixed #35382 -- Removed unused CSS for admin inline fieldsets.0saurabh0
2024-04-19Fixed #35321 -- Prevented Mobile Safari zoom-in on Django admin inputs.Jkhall81
2024-04-19Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class unconditionally ...Adam Johnson
2024-04-15Fixed #35375 -- Fixed tabular inline admin original line to be on the right i...Eyal Cherevatsky
2024-04-02Fixed #35330 -- Fixed the update of related widgets when the referenced model...devin13cox
2024-03-27Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the...Fabian Braun
2024-03-18Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions.Claude Paroz
2024-03-14Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.Johannes Maron
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-03-12Removed unused clean() method in file-based session.Mariusz Felisiak
2024-03-12Used SessionBase.__setitem__() in setdefault().Mariusz Felisiak
2024-03-07Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...Dingning
2024-02-29Fixed #35234 -- Added system checks for invalid model field names in Exclusio...Simon Charette
2024-02-29Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.Shafiya Adzhani
2024-02-28Fixed #29022 -- Fixed handling protocol-relative URLs in ManifestStaticFilesS...Adam Zapletal
2024-02-26Fixed #35241 -- Cached model's full parent list.Adam Johnson
2024-02-21Fixed #34806 -- Made cached_db session backend resilient to cache write errors.Sulabh Katila
2024-02-21Fixed #35237 -- Merged system checks for admin actions.Adam Johnson
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-20Refs #34429 -- Created `SetPasswordMixin` to reuse password validation logic ...Fabian Braun
2024-02-20Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...Adam Johnson
2024-02-20Used <span> instead of <div> in admin theme button.d9pouces
2024-02-19Fixed #35224 -- Made GenericForeignKey inherit from Field.Adam Johnson
2024-02-19Fixed #35230 -- Added cached ForeignObjectRel.accessor_name.Adam Johnson
2024-02-14Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups on foreign keys...Hisham Mahmood
2024-02-14Fixed #35195 -- Removed unnecessary type="text/css" attributes from <style> t...Cosmic Process
2024-02-12Refs #35058 -- Added support for measured geometries to GDAL GeometryCollecti...David Smith
2024-02-09Fixed #35145 -- Corrected color scheme of vanilla HTML widgets in admin.Eli
2024-02-08Fixed #35172 -- Fixed intcomma for string floats.Mariusz Felisiak
2024-02-06Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter.Adam Johnson
2024-02-05Refs #10743 -- Enabled ordering for lookups in ModelAdmin.list_display.Tom Carrick
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2024-02-05Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...Ben Cail
2024-01-31Refs #35058 -- Added support for measured geometries to GDAL Polygon.David Smith
2024-01-29Fixed #24128 -- Made admindocs TemplateDetailView respect template_loaders.Kris Avi
2024-01-29Refs #35058 -- Added support for measured geometries to GDAL LineString.David Smith
2024-01-29Updated translations from Transifex.Claude Paroz
2024-01-28Refs #35058 -- Made centroid available on all geometry types.David Smith
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-25Refs #35058 -- Added support for measured geometries to GDAL Point.David Smith
2024-01-24Fixed #35115 -- Made admin's footer render in <footer> tag.Marijke Luttekes
2024-01-23Refs #35058 -- Deprecated OGRGeometry.coord_dim setter.David Smith
2024-01-19Fixed #34910 -- Improved color contrast for add/change icons in admin.Hisham Mahmood
2024-01-18Fixed #35121 -- Corrected color for links in the admin.Salvo Polizzi
2024-01-18Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.David Smith
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2024-01-16Fixed #35117 -- Added support for the hectare unit in Area.Alexis Athlani
2024-01-16Fixed #35112 -- Removed previous/next month animation in admin calendar widget.Alexander Lazarević
2024-01-11Refs #28404 -- Made displaying property values in admin respect non-None empt...Alexander Lazarević