summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-01Added CVE-2019-12781 to the security release archive.Mariusz Felisiak
2019-07-01Added release date for 2.2.3.Mariusz Felisiak
2019-07-01Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER...Carlton Gibson
2019-07-01Added stub release notes for security releases.Mariusz Felisiak
2019-06-30Fixed broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.Mariusz Felisiak
2019-06-29Updated translations from TransifexClaude Paroz
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-28Fixed #30584 -- Fixed management command when using subparsers with dest para...Hasan Ramezani
2019-06-28Fixed #28408 -- Added error message when updating with annotated expressions ...can
2019-06-27Added test for serializing child model without inherited fields.Nadège Michel
2019-06-27Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.Nadège Michel
2019-06-27Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
2019-06-26Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...Shubham Bhagat
2019-06-26Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...nsasaki128
2019-06-26Fixed #30588 -- Fixed crash of autoreloader when __main__ module doesn't have...Tom Forbes
2019-06-25Fixed typos in test comments.Tim Gates
2019-06-25Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the ta...can
2019-06-24Fixed #26431 -- Prevented django.urls.resolve() from returning missing option...daniel a rios
2019-06-24Refs #26431 -- Added tests for resolving URL and translate_url() with provide...daniel a rios
2019-06-24Added tests for terminated path with optional arguments in django.urls.revers...daniel a rios
2019-06-24Simplified handling of non-existent paths in autoreloader with Path.resolve(s...Tom Forbes
2019-06-24Fixed typo in docs/topics/db/models.txt.Meysam
2019-06-24Fixed typo in docs/ref/models/indexes.txt.Alexey Opalev
2019-06-24Refs #30451 -- Added asgiref to the tests requirements.Mariusz Felisiak
2019-06-22Removed unneeded non-breaking spaces added in 00169bc36Claude Paroz
2019-06-21Bumped minimum ESLint version to 4.18.2.Markus Holtermann
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-06-21Fixed typo in BasicExpressionsTests.test_object_update_fk() test.Mariusz Felisiak
2019-06-21Fixed typos in 1.11.19, 2.0.11, 2.1.6 release notes.Jon Dufresne
2019-06-20Added missing form argument in modelform_factory() docstring.Tobias Kunze
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-06-20Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.Mariusz Felisiak
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-20Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek
2019-06-20Refs #30565 -- Doc'd HttpResponse.close() method.Chris Jerdonek
2019-06-20Fixed #30547 -- Doc'd how Meta.constraints affect model validation.Swat009
2019-06-19Refs #30485 -- Removed non-representative test that emitted a warning.Jon Dufresne
2019-06-19Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_lis...can
2019-06-19Fixed #30572 -- Prevented values()/values_list() on combined queryset from mu...Mariusz Felisiak
2019-06-19Fixed typos in signals and custom management commands docs.Hasan Ramezani
2019-06-18Fixed typos and example in signals.pre_init docs.Hasan Ramezani
2019-06-18Fixed LiveWidgetTests.test_textarea_trailing_newlines() crash on Chrome 75+.Mariusz Felisiak
2019-06-17Fixed typos in FakePayload docstring and SimplifiedURLTests test name.Min ho Kim
2019-06-15Refs #30451 -- Added HttpRequest._set_content_type_params() hook.Mariusz Felisiak
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana
2019-06-13Refs #30512, #15042 -- Added local-only address to sanitize_email() tests cases.Carlton Gibson
2019-06-13Fixed #30512 -- Used email.headerregistry.parser for parsing emails in saniti...Joachim Jablon
2019-06-13Fixed an example of email with display name in EmailMessage.from_email.Joachim Jablon
2019-06-13Refs #29548 -- Doc'd MariaDB support for GIS database functions.Mariusz Felisiak
2019-06-13Fixed #30128 -- Fixed handling timedelta timezone in database functions.can