summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2019-07-12Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups ...Hasan Ramezani
2019-07-11Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...Mariusz Felisiak
2019-07-11Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...Hasan Ramezani
2019-07-11Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.can
2019-07-10Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.atsuo ishimoto
2019-07-10Updated Select2 to version 4.0.7.Johannes Hoppe
2019-07-10Fixed #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible...Hasan Ramezani
2019-07-10Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak
2019-07-10Fixed #30628 -- Adjusted expression identity to differentiate bound fields.Simon Charette
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-07-08Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe
2019-07-05Fixed #30613 -- Moved index name validation to system checks.can
2019-07-03Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.Chason Chaffin
2019-07-03Fixed #29744 -- Fixed caching of URLResolver for a default URLconf.Benjamin Woodruff
2019-07-03Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for loc...Chason Chaffin
2019-07-03Refs #30608 -- Added django.utils.encoding.punycode().Mariusz Felisiak
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-07-02Fixed #30604 -- Made mail_admins()/mail_managers() raise ValueError if ADMINS...Hasan Ramezani
2019-07-01Removed unnecessary import in django/utils/autoreload.py.PatOnTheBack
2019-07-01Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani
2019-07-01Fixed CVE-2019-12781 -- Made HttpRequest always trust SECURE_PROXY_SSL_HEADER...Carlton Gibson
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-27Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.Nadège Michel
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 #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-24Simplified handling of non-existent paths in autoreloader with Path.resolve(s...Tom Forbes
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-20Added missing form argument in modelform_factory() docstring.Tobias Kunze
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-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-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-13Fixed #30512 -- Used email.headerregistry.parser for parsing emails in saniti...Joachim Jablon
2019-06-13Fixed #30128 -- Fixed handling timedelta timezone in database functions.can
2019-06-12Simplified django.urls.reverse() a bit.Sergey Fedoseev
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-06-11Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizefo...Jon Dufresne
2019-06-10Fixed #30548 -- Improved exception when expression contains mixed types.CruxBox