I Use This!
Very High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refs #35169 -- Added test for ASGIRequest root_path handling. More... 20 days ago
Refs #31710 -- Improved multiple file upload docs. More... 21 days ago
Fixed #35347 -- Clarified choice_set attribute in tutorial 2. More... 21 days ago
Added stub release notes for 5.0.5. More... 22 days ago
Added release date for 5.0.4. More... 22 days ago
Fixed SeleniumTests.test_related_object_update_with_camel_casing() assert. More... 22 days ago
Fixed #35330 -- Fixed the update of related widgets when the referenced model is camel case named. More... 22 days ago
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
charettes
as Simon Charette
More... 23 days ago
Fixed #35344, Refs #34838 -- Corrected output_field of resolved columns for GeneratedFields in aliased tables. More... 26 days ago
Refs #35234 -- Skipped CheckConstraint system checks if not supported. More... 26 days ago
Restored django.db.models.F import in final code snippet added at the beginning of tutorial 4. More... 27 days ago
Fixed typo in docs/topics/signals.txt. More... 28 days ago
Fixed #35329 -- Fixed migrations crash when adding partial unique constraints with nulls_distinct. More... 30 days ago
Removed unused _alter_column_collation_sql() in PostgreSQL DatabaseSchemaEditor. More... about 1 month ago
Increased test coverage for django.db.migrations.operations.special. More... about 1 month ago
Fixed #35321 -- Prevented Mobile Safari zoom-in on Django admin inputs. More... about 1 month ago
Added ModelState.from_model() test for abstract model with unnamed indexes. More... about 1 month ago
Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing file when allow_overwrite is False. More... about 1 month ago
Fixed #35257 -- Corrected resolving output_field for IntegerField/DecimalField with NULL. More... about 1 month ago
Added RowNumber() link in Rank() docs. More... about 1 month ago
Fixed #35320 -- Removed unnecessary django.core.files.move._samefile() hook. More... about 1 month ago
Fixed ResourceWarning from unclosed SQLite connection in test_utils on Python 3.13+. More... about 1 month 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