summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24Removed obsolete GEOS 3.5 requirement note.Claude Paroz
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 typo in 4.0 release notes.Jero Bado
2021-09-22Skipped GitHub actions for linters and JavaScript tests on purely doc changes.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 more tests for 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-22Fixed #33128 -- Corrected possessive 's usage in FormSet docs.Joel Farthing
2021-09-22Optimized handling case-insensitive mappings.Illia Volochii
2021-09-22Removed blocking wait in admin inlines selenium test.Carlton Gibson
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-21Refs #31026 -- Fixed forms_tests if Jinja2 is not installed.Mariusz Felisiak
2021-09-21Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-21Used :rfc: role in docs/topics/conditional-view-processing.txt.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-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-20Added stub release notes for 4.1.Mariusz Felisiak
2021-09-20Bumped version; main is now 4.1 pre-alpha.Mariusz Felisiak
2021-09-20Updated man page for Django 4.0 alpha.Mariusz Felisiak
2021-09-20Made cosmetic edits to docs/releases/4.0.txt.Mariusz Felisiak
2021-09-20Removed empty sections from 4.0 release notes.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-20Refs #33119 -- Added tests for changing model name case referenced by ManyToM...AliGhotbizadeh
2021-09-20Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.Keryn Knight