django/django
GappleBee 218f69f05e Fixed #28041 -- Added Lexeme expression to contrib.postgres.search.
This expression automatically escapes its input and allows
fine-grained control over prefix matching and term weighting
via logical combinations.

Thanks Mariusz Felisiak, Adam Zapletal, Paolo Melchiorre,
Jacob Walls, Adam Johnson, and Simon Charette for reviews.

Co-authored-by: joetsoi <joetsoi@users.noreply.github.com>
Co-authored-by: Karl Hobley <karl@kaed.uk>
Co-authored-by: Alexandr Tatarinov <tatarinov1997@gmail.com>
2025-09-16 15:09:11 -04:00
..
apps Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
conf Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField. 2025-09-05 10:43:10 -04:00
contrib Fixed #28041 -- Added Lexeme expression to contrib.postgres.search. 2025-09-16 15:09:11 -04:00
core Fixed typo in django/core/files/storage/base.py docstring. 2025-09-14 20:25:03 +02:00
db Fixed #36426 -- Added support for further iterables in prefetch_related_objects(). 2025-09-16 14:14:23 -04:00
dispatch Refs #36500 -- Corrected rewrapped long lines fixed via a script. 2025-07-23 20:17:55 -03:00
forms Fixed #36251 -- Avoided mutating form Meta.fields in BaseInlineFormSet. 2025-08-25 10:05:45 +02:00
http Refs #36520 -- Ensured only the header value is passed to parse_header_parameters for multipart requests. 2025-08-28 14:25:36 -03:00
middleware Renamed local variables in CsrfViewMiddleware._origin_verified() for clarity. 2025-09-15 14:03:43 -04:00
template Refs #35667 -- Cached Django file prefixes for warnings. 2025-09-12 10:35:01 +02:00
templatetags Removed double spaces after periods and within phrases. 2025-07-23 10:09:43 -03:00
test Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for PartialTemplate. 2025-09-15 16:45:13 -04:00
urls Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
utils Fixed #36520 -- Reverted "Fixed #35440 -- Simplified parse_header_parameters by leveraging stdlid's Message." 2025-09-15 22:14:50 -03:00
views Fixed #36532 -- Added Content Security Policy view decorators to override or disable policies. 2025-08-28 17:23:48 -03:00
__init__.py Bumped version; main is now 6.0 pre-alpha. 2025-01-15 22:28:37 +01:00
__main__.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
shortcuts.py Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase. 2024-11-14 15:53:49 -03:00