I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+. More... about 1 month ago
Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid. More... about 1 month ago
Refs #30686 -- Made django.utils.html.VOID_ELEMENTS a frozenset. More... about 1 month ago
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql(). More... about 1 month ago
Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans. More... about 1 month ago
Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups. More... about 1 month ago
Removed unused clean() method in file-based session. More... about 1 month ago
Used SessionBase.__setitem__() in setdefault(). More... about 1 month ago
Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the reset password link with a button. More... about 1 month ago
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle. More... about 1 month ago
Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c. More... about 2 months ago
Applied BoundingCircle test to only one country. More... about 2 months ago
Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions. More... about 2 months ago
Fixed #35286 -- Updated broken link in django/template/smartif.py docstring. More... about 2 months ago
Moved --failfast to DiscoverRunner. More... about 2 months ago
Fixed #35280 -- Improved iriencode filter example in docs. More... about 2 months ago
Fixed #25595 -- Doc'd that URLValidator rejects file:// URIs without a host. More... about 2 months ago
Fixed #35285 -- Optimized ForeignObject._check_unique_target(). More... about 2 months ago
Fixed #35270 -- Optimized model's Options._property_names. More... about 2 months ago
Optimized Model.refresh_from_db(fields=...) by using a set. More... about 2 months ago
Refs #35044 -- Added Model.refresh_from_db(fields=...) test for clearing reverse relations. More... about 2 months ago
Corrected code-block directives in topics/forms/formsets.txt. More... about 2 months ago
Refs #30397 -- Optimized interpolation of index and constraint names a bit more. More... about 2 months ago
Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite. More... about 2 months ago
Fixed typo in django/db/models/expressions.py. More... about 2 months ago
Refs #30397 -- Optimized interpolation of index and constraint names a bit. More... about 2 months ago
Fixed typos in docstrings and docs. More... about 2 months ago
Fixed #35273 -- Fixed rendering AdminFileWidget's attributes. More... about 2 months ago
Refs #35030 -- Added more tests for @user_passes_test decorator. More... about 2 months ago
Fixed broken links and redirects in docs. More... about 2 months ago