summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-03[4.2.x] Bumped version for 4.2.1 release.4.2.1Mariusz Felisiak
2023-05-03[4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v...Mariusz Felisiak
2023-05-03[4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with Meta.index...Mariusz Felisiak
2023-05-02[4.2.x] Fixed #34530 -- Improved docs when customizing storage for FileField.Ran Benita
2023-05-02[4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when...Mariusz Felisiak
2023-04-28[4.2.x] Refs #34118, Refs #34504 -- Added backward incompatibility note about...Mariusz Felisiak
2023-04-27[4.2.x] Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature i...Andrei Shabanski
2023-04-27[4.2.x] Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes
2023-04-26[4.2.x] Added stub release notes and release date for 4.2.1, 4.1.9, and 3.2.19.Mariusz Felisiak
2023-04-26[4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak
2023-04-22[4.2.x] Updated Django Transifex links.Claude Paroz
2023-04-21[4.2.x] Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.Mariusz Felisiak
2023-04-21[4.2.x] Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-04-20[4.2.x] Improved examples in docs about raw SQL queries.Mariusz Felisiak
2023-04-20[4.2.x] Fixed #34440 -- Doc'd that & queryset operator works similar to chain...David Sanders
2023-04-19[4.2.x] Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah
2023-04-19[4.2.x] Doc'd RemovedInDjangoXXWarning comments in deprecating a feature guide.Sarah Boyce
2023-04-17[4.2.x] Added Snowflake to list of third-party DB backends.Tim Graham
2023-04-17[4.2.x] Used extlinks for PyPI links.Tim Graham
2023-04-15[4.2.x] Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang
2023-04-14[4.2.x] Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware date...Mariusz Felisiak
2023-04-14[4.2.x] Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no ...Scott Macpherson
2023-04-14[4.2.x] Refs #34483 -- Fixed utils_tests.test_timesince crash on Python 3.8.Mariusz Felisiak
2023-04-13[4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dat...nessita
2023-04-12[4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse ...Mariusz Felisiak
2023-04-12[4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling...Mariusz Felisiak
2023-04-10[4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_la...sarahboyce
2023-04-07[4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak
2023-04-07[4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak
2023-04-07[4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["option...Anders Kaseorg
2023-04-07[4.2.x] Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette
2023-04-06[4.2.x] Fixed typos in docs/faq/contributing.txt.Rishi Joshi
2023-04-06[4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
2023-04-06[4.2.x] Moved SearchVectorIndexTests.test_search_vector_index to postgres_tes...Mariusz Felisiak
2023-04-06[4.2.x] Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali
2023-04-06[4.2.x] Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside ...Sarah Boyce
2023-04-05[4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak
2023-04-05[4.2.x] Added release date for 4.1.8.Mariusz Felisiak
2023-04-05[4.2.x] Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette
2023-04-04[4.2.x] Refs #34434 -- Added note about breaking changes in psycopg version 3...David Sanders
2023-04-04[4.2.x] Fixed Central Kurdish (Sorani) translations of date-related strings.Swara
2023-04-04[4.2.x] Updated release process for 2.0+ release numbering and latest practices.Mariusz Felisiak
2023-04-03[4.2.x] Added stub release notes for 4.2.1.Mariusz Felisiak
2023-04-03[4.2.x] Post-release version bump.Mariusz Felisiak
2023-04-03[4.2.x] Bumped version for 4.2 release.4.2Mariusz Felisiak
2023-04-03[4.2.x] Finalized release notes for Django 4.2.Mariusz Felisiak
2023-04-03[4.2.x] Updated man page for Django 4.2 final.Mariusz Felisiak
2023-04-03[4.2.x] Updated asgiref dependency for 4.2 release series.Mariusz Felisiak
2023-04-03[4.2.x] Updated translations from Transifex.Mariusz Felisiak
2023-04-03[4.2.x] Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats d...Edison Wang