summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-17Changed signatures of setting_changed signal receivers.Adam Johnson
2021-12-17Fixed #33366 -- Fixed case handling with swappable setting detection in migra...Simon Charette
2021-12-16Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.Mariusz Felisiak
2021-12-16Fixed #30127 -- Deprecated name argument of cached_property().mgaligniana
2021-12-16Fixed admin CSS for calendar widget for RTL languages.ahmadekhalili
2021-12-16Used subTest() in forms.URLField() tests.Mariusz Felisiak
2021-12-15Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django 2.2.25,...Mariusz Felisiak
2021-12-15Fixed #33316 -- Added pagination to admin history view.mgaligniana
2021-12-15Refs #33316 -- Moved paginator styles to base.css.mgaligniana
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-12-14Fixed unescape_string_literal() crash on empty strings.Florian Apolloner
2021-12-14Added test for ValueErrors in unescape_string_literal().Florian Apolloner
2021-12-14Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp
2021-12-14Fixed #33361 -- Fixed Redis cache backend crash on booleans.Jeremy Lainé
2021-12-14Refs #33361 -- Added Added DummyCache.set() test for boolean values.Jeremy Lainé
2021-12-13Improved wording in password validators docs and docstrings.Adam Johnson
2021-12-13Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana
2021-12-13Refs #33338 -- Added never_cache() tests for Expires header.mgaligniana
2021-12-13Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.Adam Johnson
2021-12-13Refs #33355 -- Moved Trunc() assertions for invalid arguments and ISO 8601 we...Mariusz Felisiak
2021-12-13Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...mendespedro
2021-12-13Corrected example in models.DecimalField docs.Beomsoo Kim
2021-12-13Updated link to Microsoft SQL Server backend.Wayne Lambert
2021-12-10Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...Mariusz Felisiak
2021-12-10Fixed DatabaseFeatures.requires_literal_defaults on SQLite.Mariusz Felisiak
2021-12-10Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.Mariusz Felisiak
2021-12-10Moved ManagementForm's fields to class attributes.Adam Johnson
2021-12-10Added test for field names of ManagementForm.Adam Johnson
2021-12-10Corrected return value of ForeignKey.db_check().Adam Johnson
2021-12-09Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() on SQLite 3.37+.Mariusz Felisiak
2021-12-09Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-12-08Fixed #33319 -- Fixed crash when combining with the | operator querysets with...Ömer Faruk Abacı
2021-12-08Refs #33319 -- Added note about commutation of QuerySet's | operator.Ömer Faruk Abacı
2021-12-08Refs #33319 -- Added comment about keys/values assertion in Query.change_alia...Ömer Faruk Abacı
2021-12-08Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset ...Baptiste Mispelon
2021-12-08Fixed #19721 -- Allowed admin filters to customize the list separator.Shreya Bamne
2021-12-08Refs #19721 -- Corrected list formatting in admin filters docs.Shreya Bamne
2021-12-08Refs #32290 -- Optimized construct_relative_path() by delay computing has_quo...Keryn Knight
2021-12-07Refs #25265 -- Allowed customizing Query's datastructure classes.Erik Cederstrand
2021-12-07Improved release notes wording for template-based form rendering.Nick Pope
2021-12-07Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.Adam Johnson
2021-12-07Added stub release notes for 4.0.1.Mariusz Felisiak
2021-12-07Finalized release notes for Django 4.0.Mariusz Felisiak
2021-12-07Updated asgiref dependency for 4.0 release series.Mariusz Felisiak
2021-12-07Removed unused map_options JS variable.Claude Paroz
2021-12-07Added CVE-2021-44420 to security archive.Mariusz Felisiak
2021-12-07Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ...Florian Apolloner
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-12-06Fixed #33335 -- Made model validation ignore functional unique constraints.Hannes Ljungberg