summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2022-01-13Refs #29708 -- Made SessionBase store expiry as string.Adam Johnson
2022-01-13Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Mariusz Felisiak
2022-01-11Fixed #11715 -- Changed default value of ModelAdmin.actions/inlines to empty ...Jacob Walls
2022-01-11Fixed #13251 -- Made pre/post_delete signals dispatch the origin.mgaligniana
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2022-01-04Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValida...Florian Apolloner
2021-12-30Fixed #33300 -- Ensured hidden elements are not displayed on small screens.Shubh1815
2021-12-29Refs #26872 -- Fixed wrapping of long choices in ModelAdmin.list_filter.Mariusz Felisiak
2021-12-28Refs #31617 -- Removed redundant title text in filter.html.David Smith
2021-12-27Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg
2021-12-24Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg
2021-12-23Refs #31617 -- Changed dark mode primary-fg to give higher contrast to second...David Smith
2021-12-21Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on ...Brenton Partridge
2021-12-17Changed signatures of setting_changed signal receivers.Adam Johnson
2021-12-16Fixed admin CSS for calendar widget for RTL languages.ahmadekhalili
2021-12-15Fixed #33316 -- Added pagination to admin history view.mgaligniana
2021-12-15Refs #33316 -- Moved paginator styles to base.css.mgaligniana
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-12-13Improved wording in password validators docs and docstrings.Adam Johnson
2021-12-08Fixed #19721 -- Allowed admin filters to customize the list separator.Shreya Bamne
2021-12-07Removed unused map_options JS variable.Claude Paroz
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-12-02Removed unused country argument from GeoIP2._check_query().Nick Pope
2021-12-02Removed redundant GeoIP2._check_query() calls.Nick Pope
2021-12-02Removed unused GeoIP2._cache attribute.Nick Pope
2021-12-02Moved unnecessary inner import in GeoIP2.geos().Nick Pope
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-11-30Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz
2021-11-30Refs #25706 - Removed inline JavaScript from OpenLayers template.Claude Paroz
2021-11-29Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.Shubh1815
2021-11-26Fixed #33303 -- Changed messages' level tags on MESSAGE_TAGS setting change.Hasan Ramezani
2021-11-25Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh1815
2021-11-23Fixed #33310 -- Removed unused rule from admin CSS.Álvaro Pelegrina Fernández
2021-11-23Refs #33304 -- Enclosed aggregate ordering logic in an expression.Simon Charette
2021-11-16Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked i...Shubh1815
2021-11-15Fixed #33287 -- Made GeoJSON serializer use json.loads() instead of eval().Maxim Piskunov
2021-11-12Moved RequestSite import to the toplevel.Claude Paroz
2021-11-11Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueEr...Lie Ryan
2021-11-08Fixed #32980 -- Made models cache related managers.Keryn Knight
2021-11-05Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...Mariusz Felisiak
2021-11-04Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...Carlton Gibson
2021-11-04Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti
2021-11-04Fixed #33262 -- Fixed crash of conditional aggregation on Exists().Hannes Ljungberg
2021-11-03Fixed #32996 -- Cached PathInfos on relations.Keryn Knight
2021-10-27Fixed #33182 -- Moved admin dark mode vars to separate stylesheet and templat...Matteo Vitali
2021-10-21Fixed #25916 -- Added lastmod support to sitemap index view.David Smith
2021-10-21Fixed #33211 -- Updated tests for Selenium 4.0.0.Carlton Gibson
2021-10-21Refs #33211 -- Added assertCountSeleniumElements() test helper.Carlton Gibson
2021-10-14Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee