summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2021-12-06[4.0.x] Updated translations from Transifex.Mariusz Felisiak
2021-11-05[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ...Mariusz Felisiak
2021-11-04[4.0.x] Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesSto...Carlton Gibson
2021-10-14[4.0.x] Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys.Martin Svoboda
2021-10-12[4.0.x] Fixed #33178 -- Made createsuperuser validate required fields passed ...Christophe Henry
2021-10-12[4.0.x] Refs #21755 -- Fixed createsuperuser crash for required foreign keys ...Christophe Henry
2021-10-12[4.0.x] Refs #29628, Refs #33178 -- Made createsuperuser validate password ag...Mariusz Felisiak
2021-10-07[4.0.x] Fixed #33151 -- Fixed createsuperuser crash for many-to-many required...Christophe Henry
2021-10-06[4.0.x] Fixed #33156 -- Used sessionStorage to preserve quick filter for admi...Maxim Milovanov
2021-09-29[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...David Wobrock
2021-09-21[4.0.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson
2021-09-21[4.0.x] Updated source translation catalogs.Mariusz Felisiak
2021-09-21[4.0.x] Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when...Hasan Ramezani
2021-09-21[4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sideba...Mariusz Felisiak
2021-09-21[4.0.x] Fixed #33070 -- Fixed loading translations with language subtags in a...Cleiton Lima
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
2021-06-22Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...Lucidiot