summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2022-04-06Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce
2022-04-06Refs #31617 -- Added an id for helptext in admin forms.David Smith
2022-04-06Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon
2022-04-04Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...Brian Helba
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2022-03-31Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...Luke Plant
2022-03-31Refs #33397 -- Added register_combinable_fields().Luke Plant
2022-03-31Removed unnecessary Query.get_loaded_field_names_cb() and Query.deferred_to_d...Mariusz Felisiak
2022-03-31Refs #24020 -- Removed redundant Query.get_loaded_field_names().Mariusz Felisiak
2022-03-31Updated select_related_descend() comment.Mariusz Felisiak
2022-03-30Refs #32339 -- Added use_fieldset to Widget.David
2022-03-30Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation ar...Mariusz Felisiak
2022-03-29Refs #32365 -- Deprecated django.utils.timezone.utc.Carlton Gibson
2022-03-29Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.Alokik Vijay
2022-03-29Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-03-29Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg
2022-03-25Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz
2022-03-24Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-23Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols i...Thomas Schmidt
2022-03-23Refs #32365 -- Made migration writer use datetime.timezone.utc.Carlton Gibson
2022-03-22Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...Gagaro
2022-03-21Fixed #33592 -- Fixed "View on Site" links in custom admin site.Stefan Wehrmeyer
2022-03-18Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...François Granade
2022-03-17Refs #31169 -- Prevented infinite loop in parallel tests with custom test run...David Smith
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-03-17Moved ensure_defaults() and prepare_test_settings() logic to ConnectionHandle...Florian Apolloner
2022-03-17Removed usage of django.db.utils.ConnectionHandler.databases.Florian Apolloner
2022-03-16Made BaseConstraint importable from django.db.models.Gagaro
2022-03-16Fixed #33580 -- Fixed crash when checking support for terminal colors on Wine.jochemfranken
2022-03-16Used sets for field names for exclusion.Gagaro
2022-03-16Refs #30581 -- Allowed sql.Query to be used without model.Gagaro
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-03-15Removed unnecessary _connector from Q construction in get_for_models().Mariusz Felisiak
2022-03-15Removed outdated handling of length parameter to If-Modified-Since header.Mariusz Felisiak
2022-03-15Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...Sage Abdullah
2022-03-14Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera
2022-03-11Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.Adam Johnson
2022-03-11Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is em...Collin Anderson
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-03-09Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz
2022-03-08Rewrote some references to "master".Adam Johnson
2022-03-08Refs #33173 -- Used locale.getlocale() instead of getdefaultlocale().Mariusz Felisiak
2022-03-08Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...Hameed Gifford
2022-03-07Refs #33562 -- Made HttpResponse.set_cookie() raise ValueError when both "exp...Luke Plant
2022-03-07Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_...Luke Plant
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-03-04Refs #31169 -- Prevented infinite loop in tests on failures.Mariusz Felisiak
2022-03-04Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson