summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.stable/4.2.xMariusz Felisiak2023-05-174-3/+34
* [4.2.x] Updated broken links in docs.Mariusz Felisiak2023-05-174-4/+4
* [4.2.x] Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.Simon Charette2023-05-173-1/+19
* [4.2.x] Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.Julie Rymer2023-05-164-0/+29
* [4.2.x] Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews ...Alexerson2023-05-121-3/+3
* [4.2.x] Clarified database connections lifetime outside HTTP requests.Alberto Sottile2023-05-121-1/+5
* [4.2.x] Made explicit the location of locally-built HTML docs.nessita2023-05-111-4/+5
* [4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condi...Mariusz Felisiak2023-05-085-20/+18
* [4.2.x] Fixed #34545 -- Corrected the number of months in installation FAQ.Akash Kumar Sen2023-05-081-1/+1
* [4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt.Pan Dango2023-05-071-1/+1
* [4.2.x] Corrected code-block directives in docs.Jannis Vajen2023-05-042-2/+2
* [4.2.x] Fixed MultipleFileFieldTest.test_file_multiple_validation() test if P...Mariusz Felisiak2023-05-041-0/+9
* [4.2.x] Added CVE-2023-31047 to security archive.Mariusz Felisiak2023-05-031-0/+11
* [4.2.x] Added stub release notes for 4.2.2.Mariusz Felisiak2023-05-032-0/+13
* [4.2.x] Post-release version bump.Mariusz Felisiak2023-05-031-1/+1
* [4.2.x] Bumped version for 4.2.1 release.4.2.1Mariusz Felisiak2023-05-031-1/+1
* [4.2.x] Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of v...Mariusz Felisiak2023-05-038-12/+245
* [4.2.x] Fixed #34529, Refs #34525 -- Reduced index operations with Meta.index...Mariusz Felisiak2023-05-035-68/+326
* [4.2.x] Fixed #34530 -- Improved docs when customizing storage for FileField.Ran Benita2023-05-021-2/+6
* [4.2.x] Fixed #34515 -- Made LocaleMiddleware prefer language from paths when...Mariusz Felisiak2023-05-0210-48/+53
* [4.2.x] Refs #34118, Refs #34504 -- Added backward incompatibility note about...Mariusz Felisiak2023-04-281-0/+6
* [4.2.x] Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature i...Andrei Shabanski2023-04-271-1/+1
* [4.2.x] Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes2023-04-271-0/+1
* [4.2.x] Added stub release notes and release date for 4.2.1, 4.1.9, and 3.2.19.Mariusz Felisiak2023-04-264-2/+23
* [4.2.x] Fixed #34512 -- Restored breadcrumbs on admin app index view.Mariusz Felisiak2023-04-263-8/+17
* [4.2.x] Updated Django Transifex links.Claude Paroz2023-04-221-3/+3
* [4.2.x] Fixed #34506 -- Fixed margin of ClearableFileInput in admin CSS.Mariusz Felisiak2023-04-213-5/+3
* [4.2.x] Added meaningful titles to ..admonition:: directives.Mariusz Felisiak2023-04-215-10/+10
* [4.2.x] Improved examples in docs about raw SQL queries.Mariusz Felisiak2023-04-201-7/+10
* [4.2.x] Fixed #34440 -- Doc'd that & queryset operator works similar to chain...David Sanders2023-04-201-5/+3
* [4.2.x] Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah2023-04-191-6/+8
* [4.2.x] Doc'd RemovedInDjangoXXWarning comments in deprecating a feature guide.Sarah Boyce2023-04-191-1/+25
* [4.2.x] Added Snowflake to list of third-party DB backends.Tim Graham2023-04-171-0/+1
* [4.2.x] Used extlinks for PyPI links.Tim Graham2023-04-1736-205/+118
* [4.2.x] Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang2023-04-151-0/+4
* [4.2.x] Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware date...Mariusz Felisiak2023-04-142-3/+24
* [4.2.x] Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no ...Scott Macpherson2023-04-143-1/+16
* [4.2.x] Refs #34483 -- Fixed utils_tests.test_timesince crash on Python 3.8.Mariusz Felisiak2023-04-141-1/+5
* [4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dat...nessita2023-04-133-1/+23
* [4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse ...Mariusz Felisiak2023-04-125-40/+23
* [4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling...Mariusz Felisiak2023-04-125-40/+22
* [4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_la...sarahboyce2023-04-104-2/+14
* [4.2.x] Refs #34118 -- Fixed CustomChoicesTests.test_uuid_unsupported on Pyth...Mariusz Felisiak2023-04-071-6/+1
* [4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak2023-04-073-1/+16
* [4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["option...Anders Kaseorg2023-04-073-9/+30
* [4.2.x] Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette2023-04-073-0/+13
* [4.2.x] Fixed typos in docs/faq/contributing.txt.Rishi Joshi2023-04-061-4/+4
* [4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-063-4/+11
* [4.2.x] Moved SearchVectorIndexTests.test_search_vector_index to postgres_tes...Mariusz Felisiak2023-04-062-21/+15
* [4.2.x] Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali2023-04-062-2/+2