summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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-10-01Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on Postgre...Daniel Hahler
2021-09-30Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala
2021-09-30Optimized @async_unsafe.Adam Johnson
2021-09-30Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir
2021-09-30Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create...Mariusz Felisiak
2021-09-29Fixed #33018 -- Fixed annotations with empty queryset.David Wobrock
2021-09-29Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...David Wobrock
2021-09-29Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
2021-09-29Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFie...David Smith
2021-09-28Fixed #33033 -- Prevented models.DecimalField from accepting NaN values.Chinmoy Chakraborty
2021-09-28Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae
2021-09-27Fixed #33136 -- Added GEOSGeometry.make_valid() method.Claude Paroz
2021-09-27Used Path.read_text() in jinja2.get_exception_info().Mariusz Felisiak
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
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-24Fixed #33130 -- Restored form errors to be a dict.Jaap Roes
2021-09-24Fixed #33132 -- Fixed test client handling of querystring only redirects.Jaap Roes
2021-09-24Fixed #33127 -- Added error messages on | and & operators with combined query...Hasan Ramezani
2021-09-23Refs #33129 -- Added missing return statement.Carlton Gibson
2021-09-23Fixed #33133 -- Fixed handling NullBooleanField in historical migrations.Mariusz Felisiak
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-22Optimized handling case-insensitive mappings.Illia Volochii
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-20Advanced deprecation warnings 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-20Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak
2021-09-20Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when ...Mariusz Felisiak
2021-09-20Refs #31180 -- Removed default_app_config application configuration variable ...Mariusz Felisiak
2021-09-20Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in E...Mariusz Felisiak
2021-09-20Refs #31546 -- Removed support for boolean values in Command.requires_system_...Mariusz Felisiak
2021-09-20Refs #31395 -- Removed support for assigning objects which don't support deep...Mariusz Felisiak
2021-09-20Bumped version; main is now 4.1 pre-alpha.Mariusz Felisiak
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-09-20Refs #27624 -- Optimized Query.clone() for non-combined queries.Keryn Knight
2021-09-20Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.Keryn Knight
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