I Use This!
Very High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 10 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made SeleniumTests.test_inline_add_another_widgets less flaky by adding explicit wait. More... 1 day ago
Doc'd that RemoveField also drops related database objects in PostgreSQL. More... 2 days ago
Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.
charettes
as Simon Charette
More... 3 days ago
Extended docs for Q() objects mentioning the ~ (NOT) operator. More... 3 days ago
Fixed #35375 -- Fixed tabular inline admin original line to be on the right in RTL. More... 3 days ago
Fixed backends.oracle.tests.TransactionalTests.test_hidden_no_data_found_exception() on oracledb >= 2.1.2. More... 4 days ago
Corrected alphabetical order of latest author added to AUTHORS. More... 6 days ago
Refs #35194 -- Adjusted a generated field test to work on Postgres 15.6+.
charettes
as Simon Charette
More... 7 days ago
Corrected description of list_display being a list in tutorial 7. More... 7 days ago
Refs #35361 -- Clarified release notes for 4.2.12 and 5.0.5. More... 7 days ago
Fixed settings path in docs for installing SpatiaLite with Homebrew. More... 8 days ago
Updated docs for updating translations in docs/internals/howto-release-django.txt. More... 8 days ago
Made postgresql.tests.Tests.test_connect_pool less flaky by increasing timeout value. More... 8 days ago
Fixed #35361 -- Added release notes for 4.2.12 and 5.0.5 for backport of b231bcd19e57267ce1fc21d42d46f0b65fdcfcf8. More... 9 days ago
Fixed #35364 -- Stopped AdminEmailHandler rendering email unnecessarily. More... 9 days ago
Refs #35364 -- Tested AdminEmailHandler with empty ADMINS. More... 9 days ago
Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields. More... 10 days ago
Refs #35361 -- Added test for Email line length checks when dealing with surrogate pairs. More... 10 days ago
Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs. More... 13 days ago
Fixed #35354 -- Simplified ASGIRequest path handling. More... 13 days ago
Refs #35169 -- Added test for ASGIRequest root_path handling. More... 14 days ago
Refs #31710 -- Improved multiple file upload docs. More... 14 days ago
Fixed #35347 -- Clarified choice_set attribute in tutorial 2. More... 14 days ago
Added stub release notes for 5.0.5. More... 15 days ago
Added release date for 5.0.4. More... 15 days ago
Fixed SeleniumTests.test_related_object_update_with_camel_casing() assert. More... 16 days ago
Fixed #35330 -- Fixed the update of related widgets when the referenced model is camel case named. More... 16 days ago
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
charettes
as Simon Charette
More... 16 days ago
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for GeneratedFields in aliased tables. More... 19 days ago
Refs #35234 -- Skipped CheckConstraint system checks if not supported. More... 19 days ago