I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor. More... 3 days ago
Increased test coverage for django.db.migrations.operations.special. More... 3 days ago
Added ModelState.from_model() test for abstract model with unnamed indexes. More... 6 days ago
Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing file when allow_overwrite is False. More... 7 days ago
Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalField with NULL. More... 7 days ago
Added RowNumber() link in Rank() docs. More... 7 days ago
Fixed #35320 -- Removed unnecessary django.core.files.move._samefile() hook. More... 8 days ago
Fixed ResourceWarning from unclosed SQLite connection in test_utils on Python 3.13+. More... 8 days ago
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+. More... 9 days ago
Stopped using byte-compiled 3rd-party packages in daily builds for byte-compiled Django. More... 10 days ago
Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSONField constraints. More... 10 days ago
Fixed #35301 -- Fixed Options._property_names for overriden properties. More... 11 days ago
Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery on Oracle 23c. More... 12 days ago
Fixed #35309 -- Made prefetch clear ordering for single-valued relationships. More... 12 days ago
Refs #34900 -- Fixed SafeMIMEText.set_payload() crash on Python 3.13. More... 13 days ago
Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+. More... 13 days ago
Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute when form is invalid. More... 14 days ago
Refs #30686 -- Made django.utils.html.VOID_ELEMENTS a frozenset. More... 14 days ago
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql(). More... 14 days ago
Fixed #35294 -- Fixed TEXT format of QuerySet.explain() for long plans. More... 15 days ago
Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups. More... 15 days ago
Removed unused clean() method in file-based session. More... 16 days ago
Used SessionBase.__setitem__() in setdefault(). More... 16 days ago
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle. More... 17 days ago
Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c. More... 17 days ago
Applied BoundingCircle test to only one country. More... 18 days ago
Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions. More... 18 days ago
Fixed #35286 -- Updated broken link in django/template/smartif.py docstring. More... 18 days ago
Moved --failfast to DiscoverRunner. More... 19 days ago
Fixed #35280 -- Improved iriencode filter example in docs. More... 19 days ago