I Use This!
Very High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 15 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Restored django.db.models.F import in final code snippet added at the beginning of tutorial 4. More... 20 days ago
Fixed typo in docs/topics/signals.txt. More... 21 days ago
Fixed #35329 -- Fixed migrations crash when adding partial unique constraints with nulls_distinct. More... 23 days ago
Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor. More... 25 days ago
Increased test coverage for django.db.migrations.operations.special. More... 25 days ago
Added ModelState.from_model() test for abstract model with unnamed indexes. More... 28 days ago
Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing file when allow_overwrite is False. More... 28 days ago
Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalField with NULL. More... 29 days ago
Added RowNumber() link in Rank() docs. More... 29 days ago
Fixed #35320 -- Removed unnecessary django.core.files.move._samefile() hook. More... 29 days ago
Fixed ResourceWarning from unclosed SQLite connection in test_utils on Python 3.13+. More... 30 days ago
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+. More... about 1 month ago
Stopped using byte-compiled 3rd-party packages in daily builds for byte-compiled Django. More... about 1 month ago
Refs #34059, Refs #34060 -- Removed outdated warning about validation of JSONField constraints. More... about 1 month ago
Fixed #35233 -- Moved template engine system checks to backend methods. More... about 1 month ago
Fixed #35301 -- Fixed Options._property_names for overriden properties. More... about 1 month ago
Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery on Oracle 23c. More... about 1 month ago
Fixed #35309 -- Made prefetch clear ordering for single-valued relationships. More... about 1 month ago
Refs #34900 -- Fixed SafeMIMEText.set_payload() crash on Python 3.13. More... about 1 month ago
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 1 month ago