Tom Carrick

(knyghty)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

Components

Tickets

Trac Ticket (67) Reporter (35) Owner (28) Commenter (123) Summary Component
35507 35507 2 Use search element for admin's filter sidebar contrib.admin
34917 34917 2 Links in the Django admin should be underlined. contrib.admin
32406 32406 3 Allow QuerySet.update() to return fields on supported backends. Database layer (models, ORM)
34041 34041 Accessibility improvements for admin breadcrumbs contrib.admin
35007 35007 5 Add a formatter for CSS and JS Core (Other)
373 373 Add support for multi-column primary keys. Database layer (models, ORM)
34898 34898 5 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
27466 27466 1 Use a datepicker widget for Date[Time]RangeField in admin contrib.admin
27692 27692 1 Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field contrib.admin
10941 10941 4 Add a templatetag to generate querystrings Template system
21289 21289 1 Add login rate limiting to contrib.auth contrib.auth
27909 27909 1 Use AUTH_USER_MODEL in startproject template Core (Management commands)
34643 34643 1 Move admin form labels to a more accessible place contrib.admin
34045 34045 1 Admin changelist checkboxes do not have labels contrib.admin
35505 35505 1 Add a template block to the admin for extension by third party apps contrib.admin
34994 34994 5 Visual regression in admin checkboxes on mobile contrib.admin
34977 34977 Turn link to change password form in admin user change form into a button contrib.auth
10743 10743 4 Support lookup separators in ModelAdmin.list_display contrib.admin
34036 34036 1 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34044 34044 1 Admin app search filter appears in nav sidebar but not on admin homepage contrib.admin
35012 35012 3 Wide fieldset fields are hidden. contrib.admin
35001 35001 2 Add related object icon (green plus sign) is not fully visible in some screens contrib.admin
35003 35003 2 Incorrect margin for RTL languages contrib.admin
34995 34995 4 Add link for admin's related widget is in the wrong place contrib.admin
34982 34982 2 Visual regression for helptext at certain screen sizes contrib.admin
34991 34991 3 Wrong layout of pagination buttons with editable list in the admin. contrib.admin
14611 14611 2 Added dedicated option to test.Client methods (other than get()) for passing query parameters. Testing framework
34919 34919 Missing scope attribute in admin doc table headers. contrib.admindocs
34945 34945 1 annotate -> union -> values gives wrong values Database layer (models, ORM)
34932 34932 2 Setting deterministic Postgres collations incorrectly disallows use of varchar_pattern_ops and text_pattern_ops Migrations
34916 34916 Add support for brotli compression HTTP handling
34905 34905 Main landmark is on the wrong element contrib.admin
34043 34043 Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI Documentation
10761 10761 1 ModelAdmin.queryset() is missing a mechanism for specifying different querysets for changelist and change object views contrib.admin
14761 14761 1 URL resolving / reversing design doesn't allow alternate specs Core (URLs)
34864 34864 Add ability to customise script tags for form media Forms
34857 34857 Date picker cancel button does not respect color theme/dark mode contrib.admin
34592 34592 admin css font does not need explicit apple fonts contrib.admin
34588 34588 404 error in default_urlconf.html Core (Other)
34506 34506 Visual regressions in admin's clearable file input. contrib.admin
34383 34383 1 Layout error in Admin when using help_text Template system
34316 34316 Visual regressions in admin's change password form contrib.admin
34219 34219 Collation is not preserved when field is altered on PostgreSQL and MySQL. Database layer (models, ORM)
33971 33971 2 admindocs breaks the admin if it appears before the admin in INSTALLED_APPS contrib.admindocs
33878 33878 4 Use system font stack in the admin contrib.admin
33665 33665 2 Add support for Postgres multirange contrib.postgres
33642 33642 Can't create objects with Postgres range fields without upper and lower bounds in the admin contrib.postgres
33584 33584 3 Encourage using persistent database connections Database layer (models, ORM)
32046 32046 4 Add a postgres operation to create collations. contrib.postgres
32002 32002 5 Allow headers to be passed into HttpResponse() HTTP handling
32072 32072 2 Search bar input in admin page is out of proportion in Django 3.1.2 contrib.admin
31777 31777 5 Custom collations Database layer (models, ORM)
21181 21181 4 collation specific query results ordering Database layer (models, ORM)
31789 31789 4 Add a cleaner interface for response headers HTTP handling
31851 31851 1 list_filter not working with foreign keys contrib.admin
31767 31767 QuerySet.none() on combined queries returns all results. Database layer (models, ORM)
31034 31034 8 Add a navigation sidebar to the admin contrib.admin
31629 31629 1 Sites framework post_migrate signal overwrites user created site. contrib.sites
30044 30044 1 A FieldError should be raised when trying to update with F reference to MTI inherited field Database layer (models, ORM)
29746 29746 2 FlatpageForm help_text is misleading when APPEND_SLASH is False contrib.flatpages
27970 27970 4 Allow in_bulk() to use other unique fields besides the primary key Database layer (models, ORM)
26300 26300 2 Convert contrib.flatpages views to class-based views contrib.flatpages
26122 26122 2 copy.copy() broken with SimpleLazyObject in 1.8.5 Utilities
24832 24832 1 URLField validation isn't very strict Database layer (models, ORM)
24004 24004 3 Can't use only() with latest() if x is in only() and get_latest_by Database layer (models, ORM)
23779 23779 Can't use unique_together if one of the fields is in a mixin Database layer (models, ORM)
23343 23343 Incorrect filename in Generic date views docs Documentation