Dart

(Dart-net)

Most Active Role

N/A

Most Active Component

N/A

Activity Timeline

[No data in this time period]

Components

[No data in this time period]

Tickets

Trac Ticket (51) Reporter (2) Owner (3) Commenter (12) Summary Component
34566 34566 ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. contrib.admin
897 897 Bi-Directional ManyToMany in Admin contrib.admin
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34643 34643 Move admin form labels to a more accessible place contrib.admin
34881 34881 migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. Migrations
34789 34789 `filter_horizontal` duplicates entries in "Chosen" column after instance is added via in another field using the "plus" JS action contrib.admin
34007 34007 Single-field conditional UniqueContraint validation errors are classified as non-field-errors Database layer (models, ORM)
34994 34994 Visual regression in admin checkboxes on mobile contrib.admin
34853 34853 Accept-Language Header takes precedence over cookie for format localization Internationalization
34961 34961 Add a max_length parameter to EmailValidator Core (Other)
34044 34044 Admin app search filter appears in nav sidebar but not on admin homepage contrib.admin
34769 34769 JSONField key/path transforms tests fail on Oracle 21c. Database layer (models, ORM)
34831 34831 Search in admin could allow issuing a query with many OR'd clauses contrib.admin
34830 34830 csrf_failure and bad_request views missing context processors Core (Other)
35001 35001 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
34995 34995 Add link for admin's related widget is in the wrong place contrib.admin
34884 34884 Half bug/half enhancement : inconsistent behavior of get_or_create() regarding related attributes cache Database layer (models, ORM)
34970 34970 Unclear wording in password validator docs Documentation
34958 34958 Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure Core (Other)
34813 34813 Docs miss note about invalid integrity with ManifestStaticFilesStorage contrib.staticfiles
34899 34899 Model Field.choices callable support is not actually lazy Database layer (models, ORM)
34657 34657 Testing assertions `assertContains` and `assertInHTML` should output the haystack on failure Testing framework
34848 34848 Updating translations catalog for javascript files fails with CommandError Internationalization
34807 34807 importing `django.forms` causes circular import error Forms
34712 34712 Prevent misconfiguration of `STORAGES` setting contrib.staticfiles
34779 34779 Serializer makes unnecessary joins Core (Serialization)
34542 34542 Required fields allowed to be blank are not accepted non-interactively using createsuperuser contrib.auth
34760 34760 Drop support for SQLite < 3.27.0 Database layer (models, ORM)
34761 34761 Drop support for MySQL < 8.0.11. Database layer (models, ORM)
34756 34756 Docs build failure when using Sphinx 7.1.1 Documentation
34728 34728 OR operator on queryset does not work as expected Database layer (models, ORM)
34721 34721 ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. Forms
34677 34677 Django Admin built-in password reset feature has UI issues contrib.admin
34639 34639 MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate contrib.admin
34572 34572 Confirm/Add support for GDAL 3.7. GIS
34345 34345 Add system check for filter_horizontal/filter_vertical on ManyToManyFields with intermediary models. contrib.admin
34666 34666 Mysql issue using afirst "The client was disconnected by the server because of inactivity" Database layer (models, ORM)
34601 34601 ModelAdmin: Error message for readonly_fields's check does not include the field name contrib.admin
34574 34574 Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences Template system
34579 34579 Documentation points to `django-developers` mailing list as primary point of contact for discussion Documentation
34525 34525 index_together warning after migration to new style Database layer (models, ORM)
34506 34506 Visual regressions in admin's clearable file input. contrib.admin
34483 34483 Negative result of django.utils.timesince.timesince Utilities
34459 34459 SearchVector() can return query strings that are unsafe to combine. contrib.postgres
34245 34245 Change User model in BaseUserCreationForm/UserChangeForm.Meta to get_user_model(). contrib.auth
32085 32085 1 Add template tag for creating link to admin site Template system
30812 30812 5 ConditionalGetMiddleware returns 304 if ETag is the same but Last-Modified has changed. Core (Cache system)
30152 30152 1 MySQL: "Cannot change column 'id': used in a foreign key constraint" when altering pk referenced by ManyToMany relation Migrations
30691 30691 5 Change uuid field to FK does not create dependency Migrations
14355 14355 "readonly" fields don't display their "help_text" in admin contrib.admin
14674 14674 ResetPasswordForm doesn't consider unusable_password setting contrib.auth