I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refs #32114 -- Fixed RemoteTestResultTest.test_unpicklable_subtest test without tblib. More... 2 months ago
Fixed #34806 -- Made cached_db session backend resilient to cache write errors. More... 2 months ago
Removed obsolete test_get_or_create_raises_IntegrityError_plus_traceback() test. More... 2 months ago
Fixed #35140 -- Increased font size in debug views. More... 2 months ago
Refs #34900 -- Fixed CommandTypes.test_help_default_options_with_custom_arguments test on Python 3.13+. More... 2 months ago
Removed distracting note from tutorial 4. More... 2 months ago
Refs #34429 -- Defined test user with unusable password for auth forms tests. More... 2 months ago
Used <span> instead of <div> in admin theme button. More... 2 months ago
Fixed #35237 -- Merged system checks for admin actions. More... 2 months ago
Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related(). More... 2 months ago
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()/get_attname_column(). More... 2 months ago
Fixed #35226 -- Reallowed executing queries for dynamically created connections. More... 2 months ago
Fixed #35153 -- Added note about locale name notation to FORMAT_MODULE_PATH docs. More... 2 months ago
Fixed #35198 -- Fixed facet filters crash on querysets with no primary key. More... 2 months ago
Fixed closing connections in test_utils.tests.AllowedDatabaseQueriesTests. More... 2 months ago
Refs CVE-2024-27351 -- Forwardported release notes and tests. More... 2 months ago
Updated my entry in AUTHORS. More... 2 months ago
Refs #30913 -- Corrected IndexesTests.test_index_include_pointing_to_fk().
charettes
as Simon Charette
More... 2 months ago
Fixed #35234 -- Added system checks for invalid model field names in ExclusionConstraint.expressions.
charettes
as Simon Charette
More... 2 months ago
Fixed #35229 -- Made URL custom error handler check run once. More... 2 months ago
Fixed #35230 -- Added cached ForeignObjectRel.accessor_name. More... 2 months ago
Fixed #23759 -- Preserved all file extensions in Storage.get_available_name(). More... 2 months ago
Refs #35234 -- Moved constraint system checks to Check/UniqueConstraint methods.
charettes
as Simon Charette
More... 2 months ago
Fixed #35232 -- Cached model's Options.verbose_name_raw. More... 2 months ago
Refs #30950, Refs #35187 -- Added tests for byte-compiled Django to daily builds. More... 2 months ago
Refs #34060 -- Fixed JSONField __exact lookup for primitivies on Oracle 21c+. More... 2 months ago
Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorators crash with .pyc-only builds. More... 2 months ago
Fixed #35224 -- Made GenericForeignKey inherit from Field. More... 2 months ago
Refs #28011 -- Removed ForeignObjectRel.is_hidden(). More... 2 months ago
Fixed #28011 -- Corrected Field.hidden docs. More... 2 months ago