summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2021-10-12Fixed #33178 -- Made createsuperuser validate required fields passed in optio...Christophe Henry
2021-10-12Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...Christophe Henry
2021-10-12Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...Mariusz Felisiak
2021-10-07Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...Christophe Henry
2021-10-06Fixed #33156 -- Used sessionStorage to preserve quick filter for admin's navi...Maxim Milovanov
2021-10-01Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope
2021-10-01Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope
2021-10-01Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope
2021-10-01Fixed typo in exception message for GiST indexes and exclusion constraints.Nick Pope
2021-09-30Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala
2021-09-29Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock
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