summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #33766 -- Removed sql.Query.build_filtered_relation_q().Simon Charette2023-04-242-32/+15
* Refs #33766 -- Removed unused Join.equals().Simon Charette2023-04-241-7/+0
* Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.Simon Charette2023-04-244-48/+99
* Updated Django Transifex links.Claude Paroz2023-04-221-3/+3
* Refs #34462 -- Fixed queryset antipattern when processing object deletion.nessita2023-04-221-1/+1
* Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.Mariusz Felisiak2023-04-213-5/+3
* Added meaningful titles to ..admonition:: directives.Mariusz Felisiak2023-04-215-10/+10
* Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...Petter Friberg2023-04-212-1/+39
* Added SchemaTests._add_ci_collation() hook.Mariusz Felisiak2023-04-211-24/+17
* Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...Marcelo Galigniana2023-04-214-32/+76
* Fixed #34496 -- Fixed handling source maps with data URI in ManifestStaticFil...Hielke Walinga2023-04-214-2/+30
* Improved examples in docs about raw SQL queries.Mariusz Felisiak2023-04-201-7/+10
* Fixed #34440 -- Doc'd that & queryset operator works similar to chaining.David Sanders2023-04-201-5/+3
* Corrected exception type in safe_join()'s docstring.David Sanders2023-04-201-2/+2
* Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah2023-04-191-6/+8
* Added Irish locale formats.Michael J Walsh2023-04-192-0/+37
* Doc'd RemovedInDjangoXXWarning comments in deprecating a feature guide.Sarah Boyce2023-04-191-1/+25
* Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...David Wobrock2023-04-186-0/+94
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-1811-13/+117
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-177-17/+133
* Added Snowflake to list of third-party DB backends.Tim Graham2023-04-171-0/+1
* Used extlinks for PyPI links.Tim Graham2023-04-1736-205/+118
* Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang2023-04-151-0/+4
* Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on dif...Mariusz Felisiak2023-04-142-3/+24
* Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...Scott Macpherson2023-04-143-1/+16
* Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and i...nessita2023-04-133-1/+23
* Fixed typo in ManagementUtility.autocomplete()'s docstring.Vitor [Bux]baum2023-04-131-2/+2
* Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse and subc...Mariusz Felisiak2023-04-125-40/+23
* Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling HttpReq...Mariusz Felisiak2023-04-125-40/+22
* Fixed #27505 -- Allowed customizing Paginator's error messages.Marcelo Galigniana2023-04-124-6/+91
* Fixed #34394 -- Added FORCE_SCRIPT_NAME handling to ASGIRequest.sarahboyce2023-04-122-10/+18
* Fixed #34480 -- Fixed crash of annotations with Chr().Jacob Walls2023-04-112-1/+12
* Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce2023-04-104-2/+14
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.11.4+.Mariusz Felisiak2023-04-071-6/+1
* Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak2023-04-073-1/+16
* Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...Anders Kaseorg2023-04-073-9/+30
* Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette2023-04-073-0/+13
* Fixed typos in docs/faq/contributing.txt.Rishi Joshi2023-04-061-4/+4
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-063-4/+11
* Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_...Mariusz Felisiak2023-04-062-21/+15
* Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali2023-04-062-2/+2
* Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the r...Sarah Boyce2023-04-061-0/+5
* Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Python 3.12+.Mariusz Felisiak2023-04-052-1/+6
* Added release date for 4.1.8.Mariusz Felisiak2023-04-051-2/+2
* Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette2023-04-053-2/+9
* Refs #34434 -- Added note about breaking changes in psycopg version 3 to rele...David Sanders2023-04-041-0/+5
* Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.Simon Charette2023-04-042-1/+20
* Fixed Central Kurdish (Sorani) translations of date-related strings.Swara2023-04-044-21/+22
* Moved cache decorators tests into decorators/test_cache.py.Ben Lomax2023-04-042-101/+109
* Updated release process for 2.0+ release numbering and latest practices.Mariusz Felisiak2023-04-041-51/+50