summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2024-05-22[5.1.x] Updated source translation catalogs.Natalia
2024-05-22Fixed #35393 -- Added excluded pk as a hidden field to the inline admin.Willem Van Onsem
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-05-22Refs #35189 -- Removed no longer necessary JavaScript file collapse.js.Marijke Luttekes
2024-05-22Fixed #35189 -- Improved admin collapsible fieldsets by using <details> eleme...Marijke Luttekes
2024-05-22Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labell...Marijke Luttekes
2024-05-21Fixed #35405 -- Converted get_cache_name into a cached property in FieldCache...Adam Johnson
2024-05-20Refs #35189 -- Moved CSS details' cursor declaration to base.css.Marijke Luttekes
2024-05-17Fixed #35428 -- Increased parallelism of the ScryptPasswordHasher.SaJH
2024-05-14Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak
2024-05-13Fixed #35408 -- Optimized post-migrate permission creation.Adam Johnson
2024-05-10Refs #35404 -- Fixed the line height of admin fieldset labels.minusf
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-05-10Fixed #35436 -- Fixed displaying Unicode chars in forms.HStoreField.SaJH
2024-05-06Migrated to ESLint 9+.Mariusz Felisiak
2024-05-04Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch.sobolevn
2024-04-26Refs #35339 -- Fixed source expressions in GeoAggregate on Oracle.Mariusz Felisiak
2024-04-25Fixed #35339 -- Fixed PostgreSQL aggregate's filter and order_by params order.Chris Muthig
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