I Use This!
Very High Activity

Commits : Listings

Analyzed about 18 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 #35127 -- Made Model.full_clean() ignore GeneratedFields. More... 2 months ago
Fixed #34910 -- Improved color contrast for add/change icons in admin. More... 2 months ago
Updated "Dive Into Python" links. More... 2 months ago
Corrected forms imports in forms_tests/tests/test_forms.py. More... 2 months ago
Fixed #35121 -- Corrected color for links in the admin. More... 2 months ago
Fixed typo in docs/ref/migration-operations.txt. More... 2 months ago
Fixed #35122 -- Made migrate --prune option respect --app_label. More... 2 months ago
Refs #35058 -- Added is_3d and set_3d() to OGRGeometry. More... 2 months ago
Improved --list-tags help text for check management command. More... 2 months ago
Used more specific link to email backends in EMAIL_BACKEND docs. More... 2 months ago
Fixed #35112 -- Removed previous/next month animation in admin calendar widget. More... 2 months ago
Fixed #35117 -- Added support for the hectare unit in Area. More... 2 months ago
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and MySQL.
charettes
as Simon Charette
More... 3 months ago
Refs #22288 -- Corrected __range lookup test names.
charettes
as Simon Charette
More... 3 months ago
Refs #35102 -- Optimized replace_expressions()/relabelling aliases by adding early return. More... 3 months ago
Refs #35102 -- Optimized Expression.identity used for equality and hashing.
charettes
as Simon Charette
More... 3 months ago
Added test ensuring that validate_password is used in AdminPasswordChangeForm. More... 3 months ago
Refs #28404 -- Made displaying property values in admin respect non-None empty values. More... 3 months ago
Fixed #34769 -- Fixed key transforms on Oracle 21c+. More... 3 months ago
Fixed #35092 -- Exposed extra fields for GeoIP2.country() and GeoIP2.city() responses. More... 3 months ago
Fixed #35097 -- Tested parse_datetime() with bare date. More... 3 months ago
Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_distinct are not created. More... 3 months ago
Fixed #35096 -- Corrected alignment for error lists in admin "wide" forms. More... 3 months ago
Fixed #28404 -- Made displaying values in admin respect Field's empty_values. More... 3 months ago
Refs #28404 -- Split test_null_display_for_field() test. More... 3 months ago
Fixed #35091 -- Allowed GeoIP2 querying using IPv4Address/IPv6Address. More... 3 months ago
Fixed #35088 -- Added support for Collect on MySQL 8.0.24+. More... 3 months ago
Fixed #33481 -- Clarified remove_stale_contenttypes data loss warning. More... 3 months ago
Simplified dropping spatial indexes on MySQL and Oracle. More... 3 months ago
Fixed #35087 -- Reallowed filtering against foreign keys not listed in ModelAdmin.list_filters. More... 3 months ago