I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #35056 -- Fixed system check crash on reverse m2m relations with related_name in ModelAdmin.filter_horizontal/vertical. More... 3 months ago
Fixed #32114 -- Fixed parallel test crash on non-picklable objects in subtests. More... 3 months ago
Refs #35058 -- Added __repr__() to OGRGeomType. More... 3 months ago
Fixed #33277 -- Disallowed database connections in threads in SimpleTestCase. More... 3 months ago
Refs #35058 -- Added support for WKB > 2GB with GDAL 3.3+. More... 3 months ago
Refs #35058 -- Made OGRGeomType aware of additional WKB geometry types. More... 3 months ago
Fixed #35022 -- Fixed RenameIndex() crash on unnamed indexes if exists unique constraint on the same fields. More... 3 months ago
Fixed #35054 -- Fixed crash on Oracle when fetching JSONFields with oracledb 2.0.0. More... 3 months ago
Fixed #35008 -- Added CSS rule for <input> HTML tags with no type. More... 3 months ago
Fixed #35050 -- Fixed prefixing field names in FilteredRelation(). More... 3 months ago
Fixed #35005 -- Confirmed support for GDAL 3.8. More... 3 months ago
Fixed #35048 -- Dropped support for PROJ 5.x. More... 3 months ago
Fixed #35049 -- Dropped support for GDAL 2.4. More... 3 months ago
Fixed #34658 -- Added SimpleTestCase.assertNotInHTML(). More... 3 months ago
Doc'd that users with unusable passwords cannot request a password reset. More... 3 months ago
Refs #34013 -- Registered instance lookups as documented in tests.
charettes
as Simon Charette
More... 3 months ago
Fixed #35042 -- Fixed a count() crash on combined queries.
charettes
as Simon Charette
More... 3 months ago
Fixed #35028 -- Disabled server-side bindings for named cursors on psycopg >= 3.
charettes
as Simon Charette
More... 3 months ago
Improved cache.tests.FileBasedCacheTests.test_touch to avoid flakiness due to slow file system access. More... 3 months ago
Fixed database connection for other alias in PostgreSQL tests on GitHub Actions. More... 3 months ago
Refs #34909 -- Made cosmetic edits to admin navigation template. More... 4 months ago
Added missing import in docs/ref/models/expressions.txt. More... 4 months ago
Improved DEFAULT_FROM_EMAIL/SERVER_EMAIL docs. More... 4 months ago
Fixed typos in docs. More... 4 months ago
Updated examples for 2.0+ release numbering in installation FAQ. More... 4 months ago
Added clarifications about the DATABASES.TIME_ZONE setting in docs. More... 4 months ago
Fixed HTML code snippet in Tutorial's part 7 when customizing the admin's site header. More... 4 months ago
Refs #32503 -- Added assertion for effective default value when altering TextField to non-nullable with default. More... 4 months ago
Used model's Options.model_name instead of object_name.lower(). More... 4 months ago
Removed unnecessary write permission from screenshots Github workflow. More... 4 months ago