summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #26601 -- Made get_response argument required and don't accept None in m...Mariusz Felisiak2021-01-145-28/+9
* Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.Mariusz Felisiak2021-01-142-12/+2
* Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer an...Mariusz Felisiak2021-01-141-13/+1
* Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...Mariusz Felisiak2021-01-141-50/+7
* Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.Mariusz Felisiak2021-01-141-24/+6
* Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...Mariusz Felisiak2021-01-141-26/+1
* Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.Mariusz Felisiak2021-01-141-11/+0
* Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.Mariusz Felisiak2021-01-141-21/+0
* Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.Mariusz Felisiak2021-01-141-29/+1
* Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.Mariusz Felisiak2021-01-141-11/+3
* Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...Mariusz Felisiak2021-01-142-36/+0
* Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.Mariusz Felisiak2021-01-141-11/+0
* Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...Mariusz Felisiak2021-01-141-12/+0
* Refs #30158 -- Made alias argument required in signature of Expression.get_gr...Mariusz Felisiak2021-01-141-14/+3
* Refs #15902 -- Stopped set_language() storing user's language in the session.Mariusz Felisiak2021-01-143-20/+1
* Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...Mariusz Felisiak2021-01-142-72/+0
* Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...Mariusz Felisiak2021-01-141-18/+0
* Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...Mariusz Felisiak2021-01-141-60/+2
* Bumped version; master is now 4.0 pre-alpha.Mariusz Felisiak2021-01-141-1/+1
* Refs #31259 -- Improved some color contrasts for admin dark theme.Matthias Kestenholz2021-01-142-1/+6
* Fixed #32321 -- Added system checks for invalid model field names in function...Hasan Ramezani2021-01-141-0/+7
* Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney2021-01-141-6/+29
* Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg2021-01-144-4/+1
* Fixed #31259 -- Added admin dark theme.mimi899992021-01-141-0/+26
* Refs #31358 -- Added constant for get_random_string()'s default alphabet.Florian Apolloner2021-01-132-8/+6
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-134-10/+85
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-1315-41/+300
* Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham2021-01-132-2/+9
* Added SpatialFeatures.empty_intersection_returns_none.Tim Graham2021-01-133-2/+10
* Refs #26709 -- Made Index raise ValueError on non-string fields.Hannes Ljungberg2021-01-121-0/+2
* Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre2021-01-121-1/+44
* Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne2021-01-121-2/+26
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-125-24/+80
* Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani2021-01-121-2/+2
* Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani2021-01-121-1/+28
* Refs #32018 -- Corrected color variables for paginator and header links in ad...Michel Le Bihan2021-01-122-3/+3
* Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.Mariusz Felisiak2021-01-112-2/+16
* Refs #32018 -- Used --header-link-color for header links in admin.Michel Le Bihan2021-01-113-3/+3
* Refs #31791 -- Improved performance of URLResolver.resolve().David Smith2021-01-111-1/+1
* Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner2021-01-071-8/+22
* Fixed #32018 -- Extracted admin colors into CSS variables.Matthias Kestenholz2021-01-079-230/+290
* Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner2021-01-061-26/+40
* Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend().Mariusz Felisiak2021-01-061-1/+1
* Fixed #32322 -- Fixed autocomplete widget wrapping.Viktor Grabov2021-01-061-1/+5
* Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz2021-01-051-5/+5
* Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah2021-01-052-5/+11
* Fixed #32298 -- Fixed URLValidator hostname length validation.Akshat1Nar2021-01-041-1/+1
* Simplified django.db.utils.load_backend().William Schwartz2021-01-041-3/+2
* Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham2021-01-022-4/+0
* Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...Mariusz Felisiak2020-12-311-10/+3