Commit History

Author SHA1 Message Date
  David Wobrock 8b1ff0da4b Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns() methods. 1 year ago
  David Wobrock 9bbf97bcdb Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation relation on PostgreSQL. 1 year ago
  sarahboyce 594fcc2b74 Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter(). 1 year ago
  Tim Graham 57f2b935b3 Added Snowflake to list of third-party DB backends. 1 year ago
  Tim Graham 2c4dc64760 Used extlinks for PyPI links. 1 year ago
  Edison Wang 255f534590 Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites. 1 year ago
  Mariusz Felisiak 198a19b692 Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on different days and interval less than 1 day. 1 year ago
  Scott Macpherson 53aee470d5 Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing database connection on PostgreSQL. 1 year ago
  nessita 813015d67e Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and interval less than 1 day. 1 year ago
  Vitor [Bux]baum 0976742087 Fixed typo in ManagementUtility.autocomplete()'s docstring. 1 year ago
  Mariusz Felisiak 173034b005 Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subclasses." 1 year ago
  Mariusz Felisiak 280ca147af Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpRequest and subclasses." 1 year ago
  Marcelo Galigniana dfc720c521 Fixed #27505 -- Allowed customizing Paginator's error messages. 2 years ago
  sarahboyce 041b0a359a Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest. 2 years ago
  Jacob Walls c3d7a71f83 Fixed #34480 -- Fixed crash of annotations with Chr(). 2 years ago
  sarahboyce 3b4728310a Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language argument when fallback language is used. 2 years ago
  Mariusz Felisiak 2eb1f37260 Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+. 2 years ago
  Mariusz Felisiak 5b8a043bf5 Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL. 2 years ago
  Anders Kaseorg 73cbb372ba Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on PostgreSQL. 2 years ago
  Simon Charette 9daf8b4109 Fixed #34464 -- Fixed queryset aggregation over group by reference. 2 years ago
  Rishi Joshi 1c7aed71ec Fixed typos in docs/faq/contributing.txt. 2 years ago
  Mariusz Felisiak 4bf4222010 Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol. 2 years ago
  Mariusz Felisiak 02a04ab79a Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_indexes. 2 years ago
  Yahya Ali 263db8af46 Fixed #34463 -- Corrected code-block directives in docs. 2 years ago
  Sarah Boyce bdf59bff65 Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the request-response cycle. 2 years ago
  Mariusz Felisiak 38e63c9e61 Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+. 2 years ago
  Mariusz Felisiak fdf0a367bd Added release date for 4.1.8. 2 years ago
  Simon Charette 87c63bd8df Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names. 2 years ago
  David Sanders ff9ceed32b Refs #34434 -- Added note about breaking changes in psycopg version 3 to release notes. 2 years ago
  Simon Charette 0e1aae7a5f Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions. 2 years ago