Commit Graph

  • 8ed25d65ea Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation when db_collation is set in related field. Petter Friberg 2023-04-20 15:19:44 +02:00
  • 765b96734c Added SchemaTests._add_ci_collation() hook. Mariusz Felisiak 2023-04-21 09:59:01 +02:00
  • 8a6c0203c4 Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid. Marcelo Galigniana 2023-04-20 00:40:56 -03:00
  • fb535e0a90 Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFilesStorage. Hielke Walinga 2023-04-17 14:30:10 +02:00
  • d1eb9b2994 [4.2.x] Improved examples in docs about raw SQL queries. Mariusz Felisiak 2023-04-20 12:24:33 +02:00
  • 498195bda4
    Improved examples in docs about raw SQL queries. Mariusz Felisiak 2023-04-20 12:24:33 +02:00
  • 9967faab0b [4.2.x] Fixed #34440 -- Doc'd that & queryset operator works similar to chaining. David Sanders 2023-03-28 16:45:46 +11:00
  • 0494efddc4 Fixed #34440 -- Doc'd that & queryset operator works similar to chaining. David Sanders 2023-03-28 16:45:46 +11:00
  • 2a57785363
    Corrected exception type in safe_join()'s docstring. David Sanders 2023-04-20 13:44:01 +10:00
  • f80dbcf7dc [4.2.x] Fixed #34435 -- Doc'd that JSONField.default must be a callable. Sage Abdullah 2023-04-19 23:54:18 +07:00
  • 01ae9d4ca9 Fixed #34435 -- Doc'd that JSONField.default must be a callable. Sage Abdullah 2023-04-19 23:54:18 +07:00
  • 5b5f5e4cc6
    Added Irish locale formats. Michael J Walsh 2023-04-19 18:32:32 +01:00
  • df44c7b3cc [4.2.x] Doc'd RemovedInDjangoXXWarning comments in deprecating a feature guide. Sarah Boyce 2023-04-19 13:47:27 +02:00
  • 1611a3af1c
    Doc'd RemovedInDjangoXXWarning comments in deprecating a feature guide. Sarah Boyce 2023-04-19 13:47:27 +02:00
  • 8b1ff0da4b Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns() methods. David Wobrock 2023-04-18 10:20:32 +02:00
  • 9bbf97bcdb Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation relation on PostgreSQL. David Wobrock 2023-04-18 10:19:06 +02:00
  • 594fcc2b74 Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter(). sarahboyce 2023-04-13 11:46:47 +02:00
  • 7679741c46 [4.2.x] Added Snowflake to list of third-party DB backends. Tim Graham 2023-04-16 19:22:45 -04:00
  • 26f181939e [4.2.x] Used extlinks for PyPI links. Tim Graham 2023-04-16 19:14:09 -04:00
  • 57f2b935b3 Added Snowflake to list of third-party DB backends. Tim Graham 2023-04-16 19:22:45 -04:00
  • 2c4dc64760 Used extlinks for PyPI links. Tim Graham 2023-04-16 19:14:09 -04:00
  • 5094013134 [4.2.x] Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites. Edison Wang 2023-04-15 02:28:55 -04:00
  • 255f534590
    Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites. Edison Wang 2023-04-15 02:28:55 -04:00
  • f75a6977e4 [4.2.x] Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on different days and interval less than 1 day. Mariusz Felisiak 2023-04-14 17:41:03 +02:00
  • 198a19b692
    Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on different days and interval less than 1 day. Mariusz Felisiak 2023-04-14 17:41:03 +02:00
  • 090d5ccc6c [4.2.x] Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing database connection on PostgreSQL. Scott Macpherson 2023-04-13 21:07:32 +10:00
  • 53aee470d5 Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing database connection on PostgreSQL. Scott Macpherson 2023-04-13 21:07:32 +10:00
  • cd464fbc3a
    [4.2.x] Refs #34483 -- Fixed utils_tests.test_timesince crash on Python 3.8. Mariusz Felisiak 2023-04-14 06:10:31 +02:00
  • a3c14ea61b [4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and interval less than 1 day. nessita 2023-04-13 13:16:33 -03:00
  • 813015d67e
    Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and interval less than 1 day. nessita 2023-04-13 13:16:33 -03:00
  • 0976742087 Fixed typo in ManagementUtility.autocomplete()'s docstring. Vitor [Bux]baum 2023-04-12 14:21:45 -03:00
  • 791407fef1 [4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." Mariusz Felisiak 2023-04-12 09:46:18 +02:00
  • 2feb9333e7 [4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpRequest and subclasses." Mariusz Felisiak 2023-04-12 09:25:45 +02:00
  • 173034b005 Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." Mariusz Felisiak 2023-04-12 09:46:18 +02:00
  • 280ca147af Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpRequest and subclasses." Mariusz Felisiak 2023-04-12 09:25:45 +02:00
  • dfc720c521 Fixed #27505 -- Allowed customizing Paginator's error messages. Marcelo Galigniana 2023-04-09 22:30:40 -03:00
  • 041b0a359a Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest. sarahboyce 2023-04-10 17:10:43 +02:00
  • c3d7a71f83 Fixed #34480 -- Fixed crash of annotations with Chr(). Jacob Walls 2023-04-10 16:30:08 -04:00
  • facc153af7 [4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language argument when fallback language is used. sarahboyce 2023-04-06 19:40:14 +02:00
  • 3b4728310a Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language argument when fallback language is used. sarahboyce 2023-04-06 19:40:14 +02:00
  • f55bcff9dc [4.1.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+. Mariusz Felisiak 2023-04-07 11:07:54 +02:00
  • f6e0029fcd [4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+. Mariusz Felisiak 2023-04-07 11:07:54 +02:00
  • 2eb1f37260
    Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+. Mariusz Felisiak 2023-04-07 11:07:54 +02:00
  • b0d7753d07 [4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL. Mariusz Felisiak 2023-04-07 10:11:41 +02:00
  • 5b8a043bf5
    Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL. Mariusz Felisiak 2023-04-07 10:11:41 +02:00
  • 0bc2bbf041 [4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on PostgreSQL. Anders Kaseorg 2023-04-06 12:44:37 -07:00
  • 73cbb372ba Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on PostgreSQL. Anders Kaseorg 2023-04-06 12:44:37 -07:00
  • 511dc3db53 [4.2.x] Fixed #34464 -- Fixed queryset aggregation over group by reference. Simon Charette 2023-04-06 08:19:53 -04:00
  • 9daf8b4109 Fixed #34464 -- Fixed queryset aggregation over group by reference. Simon Charette 2023-04-06 08:19:53 -04:00
  • 4d6a92749c [4.2.x] Fixed typos in docs/faq/contributing.txt. Rishi Joshi 2023-04-05 01:31:40 -07:00
  • 1c7aed71ec Fixed typos in docs/faq/contributing.txt. Rishi Joshi 2023-04-05 01:31:40 -07:00
  • db49def5fc [4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol. Mariusz Felisiak 2023-04-05 19:34:16 +02:00
  • dece89df81 [4.2.x] Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_indexes. Mariusz Felisiak 2023-04-05 20:32:46 +02:00
  • 4bf4222010 Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol. Mariusz Felisiak 2023-04-05 19:34:16 +02:00
  • 02a04ab79a Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_indexes. Mariusz Felisiak 2023-04-05 20:32:46 +02:00
  • e68da20596 [4.2.x] Fixed #34463 -- Corrected code-block directives in docs. Yahya Ali 2023-04-06 16:08:12 +05:00
  • 263db8af46
    Fixed #34463 -- Corrected code-block directives in docs. Yahya Ali 2023-04-06 16:08:12 +05:00
  • e34a54a36e [4.2.x] Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the request-response cycle. Sarah Boyce 2023-04-06 13:01:26 +02:00
  • bdf59bff65
    Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the request-response cycle. Sarah Boyce 2023-04-06 13:01:26 +02:00
  • 32cfa73c6a [4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+. Mariusz Felisiak 2023-04-05 13:59:10 +02:00
  • 38e63c9e61
    Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+. Mariusz Felisiak 2023-04-05 13:59:10 +02:00
  • 685721b4c5 [4.1.x] Post-release version bump. Mariusz Felisiak 2023-04-05 07:58:12 +02:00
  • bbce015391 [4.1.x] Bumped version for 4.1.8 release. 4.1.8 Mariusz Felisiak 2023-04-05 07:50:32 +02:00
  • 67a79dcf5b [4.1.x] Added release date for 4.1.8. Mariusz Felisiak 2023-04-05 06:09:31 +02:00
  • 05d6efa958 [4.2.x] Added release date for 4.1.8. Mariusz Felisiak 2023-04-05 06:09:31 +02:00
  • fdf0a367bd Added release date for 4.1.8. Mariusz Felisiak 2023-04-05 06:09:31 +02:00
  • 647920b766 [4.2.x] Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names. Simon Charette 2023-04-04 16:58:15 -04:00
  • 87c63bd8df Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names. Simon Charette 2023-04-04 16:58:15 -04:00
  • 272dc386c2 [4.2.x] Refs #34434 -- Added note about breaking changes in psycopg version 3 to release notes. David Sanders 2023-04-04 21:53:13 +10:00
  • 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