summaryrefslogtreecommitdiff
path: root/docs/releases/5.0.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-1/+25
* Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.Mariusz Felisiak2023-05-111-0/+3
* Fixed #34517 -- Avoided connection post_init signal to ImageField without wid...Orhan Hirsch2023-05-031-0/+3
* Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp2023-04-281-0/+6
* Refs #31949 -- Made @never_cache and @cache_control() decorators to work with...Ben Lomax2023-04-251-1/+3
* Updated admin's XRegExp to 5.1.1.Andreas Dickow2023-04-251-0/+2
* Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock2023-04-181-0/+8
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-171-0/+4
* Fixed #27505 -- Allowed customizing Paginator's error messages.Marcelo Galigniana2023-04-121-0/+6
* Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss2023-04-031-0/+7
* Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak2023-03-301-3/+1
* Fixed #34077 -- Added form field rendering.David Smith2023-03-241-0/+63
* Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...David Wobrock2023-03-241-0/+3
* Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen2023-03-221-1/+3
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-1/+7
* Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...sarahboyce2023-03-161-0/+5
* Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.nabil-rady2023-03-081-0/+3
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-071-0/+3
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-071-1/+3
* Fixed typo in docs/releases/5.0.txt.Ivan Sagalaev2023-03-051-1/+1
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-031-0/+8
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-1/+11
* Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez2023-02-221-0/+4
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-161-0/+2
* Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling2023-02-141-1/+11
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-081-1/+2
* Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing...Bakdolot2023-02-071-1/+2
* Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak2023-02-041-1/+1
* Moved release note about the default PBKDF2 iterations into django.contrib.au...Mariusz Felisiak2023-01-251-3/+3
* Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo2023-01-201-1/+4
* Refs #32339 -- Deprecated transitional form renderers.Mariusz Felisiak2023-01-181-1/+2
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-0/+2
* Increased the default PBKDF2 iterations for Django 5.0.Mariusz Felisiak2023-01-171-1/+2
* Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...Mariusz Felisiak2023-01-171-0/+4
* Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak2023-01-171-0/+5
* Refs #33691 -- Removed django.contrib.auth.hashers.CryptPasswordHasher per de...Mariusz Felisiak2023-01-171-0/+2
* Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per deprecat...Mariusz Felisiak2023-01-171-0/+2
* Refs #33348 -- Removed support for passing response object and form/formset n...Mariusz Felisiak2023-01-171-0/+4
* Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.Mariusz Felisiak2023-01-171-0/+3
* Refs #15619 -- Removed support for logging out via GET requests.Mariusz Felisiak2023-01-171-0/+4
* Refs #33561 -- Made created=True required in signature of RemoteUserBackend.c...Mariusz Felisiak2023-01-171-0/+3
* Refs #31486 -- Removed ability to pass unsaved model instances to related fil...Mariusz Felisiak2023-01-171-0/+2
* Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...Mariusz Felisiak2023-01-171-0/+3
* Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak2023-01-171-0/+2
* Refs #33348 -- Removed support for passing errors=None to SimpleTestCase.asse...Mariusz Felisiak2023-01-171-0/+3
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-0/+3
* Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...Mariusz Felisiak2023-01-171-0/+3
* Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...Mariusz Felisiak2023-01-171-0/+2
* Refs #25916 -- Removed SitemapIndexItem.__str__() per deprecation timeline.Mariusz Felisiak2023-01-171-1/+1
* Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...Mariusz Felisiak2023-01-171-0/+3