summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Bumped minimum ESLint version to 4.18.2.Markus Holtermann2019-06-218-105/+105
* Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel2019-06-212-16/+7
* Added missing form argument in modelform_factory() docstring.Tobias Kunze2019-06-201-1/+3
* Refs #30451 -- Added more tests for ASGIRequest and ASGIHandler.Mariusz Felisiak2019-06-201-1/+1
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-2019-27/+477
* Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek2019-06-201-0/+28
* Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_lis...can2019-06-192-1/+10
* Fixed #30572 -- Prevented values()/values_list() on combined queryset from mu...Mariusz Felisiak2019-06-191-0/+1
* Fixed typos in FakePayload docstring and SimplifiedURLTests test name.Min ho Kim2019-06-171-1/+1
* Refs #30451 -- Added HttpRequest._set_content_type_params() hook.Mariusz Felisiak2019-06-152-10/+15
* Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana2019-06-142-4/+24
* Fixed #30512 -- Used email.headerregistry.parser for parsing emails in saniti...Joachim Jablon2019-06-131-45/+33
* Fixed #30128 -- Fixed handling timedelta timezone in database functions.can2019-06-134-3/+36
* Simplified django.urls.reverse() a bit.Sergey Fedoseev2019-06-121-6/+2
* Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak2019-06-121-0/+1
* Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne2019-06-113-3/+9
* Fixed #30548 -- Improved exception when expression contains mixed types.CruxBox2019-06-101-2/+9
* Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...Aymeric Augustin2019-06-101-0/+2
* Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.Hasan Ramezani2019-06-071-11/+18
* Fixed #30521 -- Fixed invalid HTML in default error pages.Alexandre Varas2019-06-071-5/+28
* Fixed #30550 -- Fixed decoding of non-UTF-8 bytes objects in response.json().Jon Dufresne2019-06-071-1/+1
* Fixed #29706 -- Made RenameContentType._rename() save to the correct database.Hasan Ramezani2019-06-061-1/+1
* Updated Hindi language name.Arpana Mehta2019-06-061-1/+1
* Refs #30226 -- Added User.get_user_permissions() method.Tobias Bengfort2019-06-052-15/+26
* Fixed #30226 -- Added BaseBackend for authentication.Tobias Bengfort2019-06-051-2/+19
* Fixed #30542 -- Fixed crash of numerical aggregations with filter.Étienne Beaulé2019-06-051-4/+4
* Fixed #30520 -- Fixed crash of admin model inlines on custom fields without l...Jones Ambrosi2019-06-041-2/+7
* Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data().RobertAKARobin2019-06-041-2/+5
* Fixed #28604 -- Prevented ManifestStaticFilesStorage from leaving intermediat...Nathan Gaberel2019-06-031-2/+5
* Applied jQuery patch for CVE-2019-11358.Carlton Gibson2019-06-032-2/+3
* Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...Carlton Gibson2019-06-032-2/+10
* Fixed #30493 -- Fixed prefetch_related() for GenericRelation with different c...can2019-05-311-9/+20
* Refs #30493 -- Added GenericRelatedObjectManager.get_content_type() hook.Mariusz Felisiak2019-05-311-5/+7
* Fixed #26192 -- Fixed crash of ordering by constants on PostgreSQL.Mariusz Felisiak2019-05-311-5/+12
* Simplified SessionMiddleware.process_response() a bit.1.8Daniel Hahler2019-05-291-39/+38
* Fixed #30523 -- Fixed updating file modification times on seen files in auto-...Tom Forbes2019-05-291-1/+1
* Fixed #30516 -- Fixed crash of autoreloader when re-raising exceptions with c...Tom Forbes2019-05-291-1/+1
* Simplified Model.save() a bit.葛汉斌2019-05-281-14/+15
* Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used...Caio Ariede2019-05-281-0/+6
* Fixed #30479 -- Fixed detecting changes in manage.py by autoreloader when usi...Tom Forbes2019-05-281-1/+9
* Refs #30485 -- Avoided unnecessary instance checks in urlencode.Simon Charette2019-05-271-1/+1
* Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak2019-05-271-1/+0
* Fixed #30485 -- Adjusted django.utils.http.urlencode for doseq=False case.Johan Lübcke2019-05-241-2/+2
* Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...Rob2019-05-241-3/+3
* Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual().Caio Ariede2019-05-241-2/+3
* Fixed #30501 -- Preventing QuerySet.reverse() from mutating expressions in Qu...Mariusz Felisiak2019-05-231-0/+1
* Forced utf-8 encoding when loading common passwords in CommonPasswordValidator.Mariusz Felisiak2019-05-231-1/+1
* Fixed #30498 -- Fixed proxy class caching in lazy().Ran Benita2019-05-221-1/+1
* Refs #30116 -- Removed unnecessary str() calls in CommonPasswordValidator.Jon Dufresne2019-05-221-2/+2
* Improved performance of loading common passwords in CommonPasswordValidator.Brad Solomon2019-05-221-5/+3