1
0
mirror of https://github.com/django/django.git synced 2025-08-26 03:39:11 +00:00

Commit Graph

  • ff9ceed32b Refs #34434 -- Added note about breaking changes in psycopg version 3 to release notes. David Sanders 2023-04-04 21:53:13 +10:00
  • 0e1aae7a5f Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions. Simon Charette 2023-03-31 13:48:02 -04:00
  • 50d469fe48 [4.2.x] Fixed Central Kurdish (Sorani) translations of date-related strings. Swara 2023-04-04 10:51:50 +02:00
  • 79a3ea83b1 Fixed Central Kurdish (Sorani) translations of date-related strings. Swara 2023-04-04 10:51:50 +02:00
  • f2b97fbf06 Moved cache decorators tests into decorators/test_cache.py. Ben Lomax 2023-01-08 19:40:22 +00:00
  • 42b362e081 [4.2.x] Updated release process for 2.0+ release numbering and latest practices. Mariusz Felisiak 2023-04-04 07:27:34 +02:00
  • 073b5fd400
    Updated release process for 2.0+ release numbering and latest practices. Mariusz Felisiak 2023-04-04 07:27:34 +02:00
  • 1d1ddffc27 Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests. th3nn3ss 2022-12-21 14:25:24 -05:00
  • 439d1c59f2 [4.2.x] Added stub release notes for 4.2.1. Mariusz Felisiak 2023-04-03 11:17:54 +02:00
  • 4e4eda6d6c Added stub release notes for 4.2.1. Mariusz Felisiak 2023-04-03 11:17:54 +02:00
  • cd071f2902 [4.2.x] Post-release version bump. Mariusz Felisiak 2023-04-03 10:30:34 +02:00
  • 879e5d587b [4.2.x] Bumped version for 4.2 release. 4.2 Mariusz Felisiak 2023-04-03 10:24:35 +02:00
  • 60018238c8 [4.2.x] Finalized release notes for Django 4.2. Mariusz Felisiak 2023-04-03 09:00:23 +02:00
  • 8adbab49e1 Finalized release notes for Django 4.2. Mariusz Felisiak 2023-04-03 09:00:23 +02:00
  • 3e497de412 [4.2.x] Updated man page for Django 4.2 final. Mariusz Felisiak 2023-04-03 08:54:59 +02:00
  • 5b87ed8ca1 [4.2.x] Updated asgiref dependency for 4.2 release series. Mariusz Felisiak 2023-04-03 08:48:58 +02:00
  • 982f904f4f Updated translations from Transifex. Mariusz Felisiak 2023-04-03 08:38:58 +02:00
  • fa68771932
    [4.2.x] Updated translations from Transifex. Mariusz Felisiak 2023-04-03 08:38:58 +02:00
  • 9ef2625cd5 [4.2.x] Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs. Edison Wang 2023-03-29 00:23:43 -04:00
  • cbcc1240e9 Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs. Edison Wang 2023-03-29 00:23:43 -04:00
  • 837e68a1bf [4.2.x] Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding clause-less exceptions. Tim Graham 2023-04-02 23:54:34 -04:00
  • 465f3c045b
    Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding clause-less exceptions. Tim Graham 2023-04-02 23:54:34 -04:00
  • 48d5889de9 [4.2.x] Updated Transifex configuration for new CLI. Mariusz Felisiak 2023-04-02 09:54:33 +02:00
  • 56dadad743
    Updated Transifex configuration for new CLI. Mariusz Felisiak 2023-04-02 09:54:33 +02:00
  • 066aabcb77 Fixed #34445 -- Fixed string-casting of non-string lazy objects. Ran Benita 2019-05-03 12:58:12 +03:00
  • 0a132de7eb Removed unused __bytes_cast_encoded() from proxy class in lazy(). Ran Benita 2019-05-03 12:53:08 +03:00
  • 634acb5180 [4.2.x] Fixed #34446 -- Removed unneeded and incorrect example in coding style docs. JiriKr 2023-03-30 10:54:37 +02:00
  • cfe563ffaf Fixed #34446 -- Removed unneeded and incorrect example in coding style docs. JiriKr 2023-03-30 10:54:37 +02:00
  • 7330408ac3
    Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async functions." Mariusz Felisiak 2023-03-30 10:22:23 +02:00
  • 47530bfb20 [4.2.x] Refs #34383 -- Corrected margins in admin fieldsets with multiple fields on the same line on small screens. Mariusz Felisiak 2023-03-29 20:06:49 +02:00
  • b347dc63d5
    Refs #34383 -- Corrected margins in admin fieldsets with multiple fields on the same line on small screens. Mariusz Felisiak 2023-03-29 20:06:49 +02:00
  • 4c26bba9c7 [4.2.x] Bumped versions in pre-commit and npm configurations. Mariusz Felisiak 2023-03-29 16:26:53 +02:00
  • 93faad78cc
    Bumped versions in pre-commit and npm configurations. Mariusz Felisiak 2023-03-29 16:26:53 +02:00
  • 4b01a4e6f5 [4.2.x] Fixed overindentation of AdminURLFieldWidget. Tim Graham 2023-03-29 06:40:35 -04:00
  • 080e13a6ef
    Fixed overindentation of AdminURLFieldWidget. Tim Graham 2023-03-29 06:40:35 -04:00
  • 5dba5fda55
    Fixed #34427 -- Improved error message when context processor does not return a dict. David Sanders 2023-03-29 17:54:04 +11:00
  • f12dc36754 [4.2.x] Fixed #34443 -- Fixed filtering by transforms on reverse relations. Mariusz Felisiak 2023-03-28 21:03:24 +02:00
  • 996c802229
    Fixed #34443 -- Fixed filtering by transforms on reverse relations. Mariusz Felisiak 2023-03-28 21:03:24 +02:00
  • be6a309b1d [4.2.x] Refs #29799 -- Added field instance lookups to suggestions in FieldErrors. Mariusz Felisiak 2023-03-28 19:18:48 +02:00
  • 3afdc9e9b4
    Refs #29799 -- Added field instance lookups to suggestions in FieldErrors. Mariusz Felisiak 2023-03-28 19:18:48 +02:00
  • 99ba5b43f0 [4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm. Gary Jarrel 2023-03-27 23:26:06 +11:00
  • fcc7dc5781 Fixed #34438 -- Reallowed extending UserCreationForm. Gary Jarrel 2023-03-27 23:26:06 +11:00
  • 45ecd9acca Fixed #28384 -- Fixed ModelAdmin.lookup_allowed() for OneToOneField primary keys and nested relations. sarahboyce 2023-03-18 10:18:11 +01:00
  • 788f7b8100 [4.2.x] Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the same line. Tom Carrick 2023-03-23 12:53:06 +01:00
  • d687febce5 Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the same line. Tom Carrick 2023-03-23 12:53:06 +01:00
  • 21757bbdcd Refs #28948 -- Removed superfluous messages from cookie through bisect. David Wobrock 2023-03-08 17:39:26 +01:00
  • 9d0c878abf Refs #28948 -- Precomputed once serialized cookie messages. David Wobrock 2023-02-27 09:07:02 +01:00
  • 67208a5ad6 Fixed typo in tests/messages_tests/test_cookie.py. David Wobrock 2023-02-27 09:05:43 +01:00
  • cb13792938
    Fixed #34437 -- Made values() resolving error mention selected annotations. Simon Charette 2023-03-25 15:22:45 -04:00
  • ded3334af6 [4.2.x] Refs #34316 -- Fixed layout of admin password change forms and help texts for RTL languages. Mariusz Felisiak 2023-03-24 20:47:34 +01:00
  • f5c5c571d3
    Refs #34316 -- Fixed layout of admin password change forms and help texts for RTL languages. Mariusz Felisiak 2023-03-24 20:47:34 +01:00
  • cffcf0ef17
    Refs #32539 -- Fixed hide counts icon for RTL languages. Mariusz Felisiak 2023-03-24 13:42:00 +01:00
  • 870067e578 [4.2.x] Fixed typos in docs/ref/forms/renderers.txt. Mariusz Felisiak 2023-03-24 12:54:47 +01:00
  • 659f6b5bc5
    Fixed typos in docs/ref/forms/renderers.txt. Mariusz Felisiak 2023-03-24 12:54:47 +01:00
  • cad376f844 Fixed #34077 -- Added form field rendering. David Smith 2022-11-02 20:13:16 +00:00
  • 35ffaf77c2 [4.2.x] Added Django Forum to mailing lists page. Carlton Gibson 2023-03-23 15:52:36 +01:00
  • d33368b4ab Added Django Forum to mailing lists page. Carlton Gibson 2023-03-23 15:52:36 +01:00
  • d6b6e5d0fd Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries. David Wobrock 2023-03-13 15:03:28 +01:00
  • b85dd83194 [4.2.x] Refs #34316 -- Fixed displaying error lists in admin password change forms on small screens. Mariusz Felisiak 2023-03-23 10:44:01 +01:00
  • 39d1e45227
    Refs #34316 -- Fixed displaying error lists in admin password change forms on small screens. Mariusz Felisiak 2023-03-23 10:44:01 +01:00
  • 12561b7021 [4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages. Mariusz Felisiak 2023-03-23 10:32:56 +01:00
  • 73ae8545ae
    Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages. Mariusz Felisiak 2023-03-23 10:32:56 +01:00
  • b0b769769e [4.2.x] Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() examples. Jesper Olsson 2023-03-22 19:20:58 +01:00
  • 216eb63883
    Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() examples. Jesper Olsson 2023-03-22 19:20:58 +01:00
  • d118cbb1ed [4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables. Carlton Gibson 2023-03-22 12:32:13 +01:00
  • b00046d2c2 Doc'd use of asgiref.sync adapters with sensitive variables. Carlton Gibson 2023-03-22 12:32:13 +01:00
  • 203a15cadb
    Refs #31949 -- Adjusted error reporting docs. Carlton Gibson 2023-03-22 11:01:40 +01:00
  • 23cbed2187
    Refs #31949 -- Enabled @sensitive_variables to work with async functions. Jon Janzen 2023-03-22 02:21:04 -07:00
  • e4fad1372d [4.2.x] Fixed typo in docs/topics/class-based-views/mixins.txt. amirsoroush 2023-03-22 00:02:24 +03:00
  • 6087bc4e15 Fixed typo in docs/topics/class-based-views/mixins.txt. amirsoroush 2023-03-22 00:02:24 +03:00
  • d22209cb42 Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError. Jure Slak 2023-03-20 22:42:18 +01:00
  • b4870e7196 Refs #34434 -- Added assertion for cleaning 0-0-0 for forms.DateField. Jure Slak 2023-03-22 07:48:15 +01:00
  • ae824eceb1 [4.2.x] Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator. Carlton Gibson 2023-03-21 20:51:53 +01:00
  • 02c356f2f3
    Fixed #34428 -- Made ASGIStaticFilesHandler adapt response to async iterator. Carlton Gibson 2023-03-21 20:51:53 +01:00
  • a2eaea8f22 Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields. T. Franzel 2023-03-11 00:34:13 +01:00
  • 051d5944f8 Refs #33134, Refs #34077 -- Adjusted form rendering recursion test. David Smith 2023-03-21 15:12:56 +01:00
  • e829b0a239 [4.2.x] Bumped version for 4.2 release candidate 1. 4.2rc1 Mariusz Felisiak 2023-03-20 08:19:05 +01:00
  • f9f9215d3e
    Fixed some typos in comments, docstrings, and tests. Liyang Zhang 2023-03-20 02:07:23 -05:00
  • b295b31171 Fixed #34420 -- Corrected the order of imports in generated migration files. Andy Chosak 2023-03-18 14:02:12 -04:00
  • 0eb3e9bd75 Updated source translation catalogs. Mariusz Felisiak 2023-03-20 05:59:41 +01:00
  • 7e79fb35d4
    [4.2.x] Updated source translation catalogs. Mariusz Felisiak 2023-03-20 05:59:41 +01:00
  • f2923306f1 [4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional. Mariusz Felisiak 2023-03-18 14:05:41 +01:00
  • e10c1688f9
    Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional. Mariusz Felisiak 2023-03-18 14:05:41 +01:00
  • 2ffa815c73 Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by annotations. hb6h057 2023-03-17 00:03:32 +08:00
  • d2b688b966 Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters. sarahboyce 2023-03-06 15:24:39 +01:00
  • d03dc63177 Refs #1873 -- Used GET.lists() in admin filters. sarahboyce 2023-03-06 14:59:20 +01:00
  • 8d6f959be2 Refs #1873 -- Added test for IncorrectLookupParameters when list of values is passed to RelatedFieldListFilter. sarahboyce 2023-03-16 06:11:34 +01:00
  • eff2ba3f8d [4.2.x] Fixed #34404 -- Clarified how FileResponse set Content-Type header. Ayush Bisht 2023-03-11 22:43:31 +05:30
  • fc266b694b Fixed #34404 -- Clarified how FileResponse set Content-Type header. Ayush Bisht 2023-03-11 22:43:31 +05:30
  • 78da5ca0c1
    Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it." Mariusz Felisiak 2023-03-15 13:05:48 +01:00
  • 8a844e761d
    Improved connection clean-up for SMTP backend. Carlton Gibson 2023-03-14 11:10:06 +01:00
  • de0c7744be Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL. David Wobrock 2023-03-06 21:17:58 +01:00
  • 254ad2e345
    Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compress and brotli. Mariusz Felisiak 2023-03-14 05:45:30 +01:00
  • 69a3890c2a [4.2.x] Refs #32355 -- Bumped required version of sqlparse in setup.cfg. Mariusz Felisiak 2023-03-13 12:06:30 +01:00
  • fbe850106b
    Refs #32355 -- Bumped required version of sqlparse in setup.cfg. Mariusz Felisiak 2023-03-13 12:06:30 +01:00
  • 03bc92af97 Fixed #34407 -- Reported filename when decoding fails in collectstatic's post_process. Claude Paroz 2023-03-12 12:28:00 +01:00
  • a0f46ea7e8 [4.2.x] Corrected example in CreateCollation() docs. Adam Johnson 2023-03-12 14:02:34 +00:00
  • 4db33e96d1
    Corrected example in CreateCollation() docs. Adam Johnson 2023-03-12 14:02:34 +00:00
  • 4b1bfea284 Fixed #34333 -- Fixed migration operations ordering when adding index/constraint on new foreign key. Durval Carvalho 2023-03-07 17:00:28 -03:00
  • dde2537fbb Fixed #27397 -- Prevented integer overflows on integer field lookups. Simon Charette 2023-02-25 13:09:53 -05:00