summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2021-09-27Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-27Fixed #33114 -- Defined default output_field of StringAgg.ali
2021-09-24Fixed #33124 -- Avoided accessing the database connections when not necessary.Keryn Knight
2021-09-23Refs #33129 -- Added missing return statement.Carlton Gibson
2021-09-22Fixed #32499 -- Escaped additional metacharacters in simplify_regex().Nick Pope
2021-09-22Refs #32499 -- Fixed escaped metacharacters in simplify_regex().Nick Pope
2021-09-22Refs #32499 -- Added metacharacters helper for simplify_regex().Nick Pope
2021-09-22Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak
2021-09-21Fixed #33083 -- Fixed selecting all items in the admin changelist when action...Carlton Gibson
2021-09-21Updated source translation catalogs.Mariusz Felisiak
2021-09-21Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...Hasan Ramezani
2021-09-21Refs #32204 -- Replaced three dots with ellipsis in navigation sidebar template.Mariusz Felisiak
2021-09-21Fixed #33070 -- Fixed loading translations with language subtags in admin's S...Cleiton Lima
2021-09-20Increased the default PBKDF2 iterations for Django 4.1.Mariusz Felisiak
2021-09-20Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieSto...Mariusz Felisiak
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-18Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-13Fixed #33104 -- Fixed wrapping of long words in admin readonly fields.Aakash Singh
2021-09-10Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...antoinehumbert
2021-09-08Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...Siburg
2021-09-06Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...Mateo Radman
2021-09-02Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...Daniyal Abbasi
2021-08-27Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...Hasan Ramezani
2021-08-23Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen
2021-08-10Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...Mart Sõmermaa
2021-08-09Removed redundant definition of UserModel in ModelBackend.with_perm().Premkumar Chalmeti
2021-08-05Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda
2021-08-02Refs #32956 -- Corrected spelling of "gray".David Smith
2021-08-02Refs #32956 -- Corrected usage of "insure" and "assure".David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-28Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...Keryn Knight
2021-07-22Fixed #32275 -- Added scrypt password hasher.ryowright
2021-07-22Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...Mariusz Felisiak
2021-07-22Fixed #32951 -- Removed Query.where_class & co.Nick Pope
2021-07-20Fixed #32944 -- Avoided unnecessary WhereNode.add() calls.Keryn Knight
2021-07-19Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope
2021-07-19Fixed #10929 -- Added default argument to aggregates.Nick Pope
2021-07-16Fixed #32928 -- Confirmed support for GDAL 3.3.David Smith
2021-07-15Fixed #32910 -- Unified different plural equations for the same language in c...Mariusz Felisiak
2021-07-06Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg
2021-07-05Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.Eduardo Aldair Ahumada Garcia Jurado
2021-07-02Refs #26430 -- Re-introduced empty aggregation optimization.Simon Charette
2021-06-29Fixed #32884 -- Fixed centering of the header on admin login page.Lou Huang
2021-06-28Updated translations from Transifex.Claude Paroz
2021-06-25Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman
2021-06-23Removed options parameter from djangoAdminSelect2.Adam Johnson