ricky

(315xiaoyao)

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 (35) Reporter (3) Owner (0) Commenter (0) Summary Component
34909 34909 Accessible names for Add / Change buttons in Django Admin contrib.admin
34986 34986 Fix up support for PyPy 3.10 Core (Other)
34944 34944 Missing or misinferred attributes in output fields of generated fields Database layer (models, ORM)
34849 34849 Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. Database layer (models, ORM)
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34532 34532 Form.default_renderer is ignored in formsets. Forms
34590 34590 Querying for decimals larger than max_digits crashes on SQLite Database layer (models, ORM)
34303 34303 Admin Site shall filter LogEntries by registered models contrib.admin
34099 34099 update_or_create() not saving data assigned in a model's save() method Database layer (models, ORM)
34145 34145 Explicit GROUPing by aggregate is not supported Database layer (models, ORM)
32024 32024 AttributeError: 'tuple' object has no attribute 'startswith' Uncategorized
32026 32026 AttributeError: 'tuple' object has no attribute 'startswith' Error reporting
32025 32025 AttributeError: 'tuple' object has no attribute 'startswith' Error reporting
27408 27408 Make QuerySet.bulk_create() populate fields on related models Database layer (models, ORM)
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
14808 14808 i18n is not safe. Documentation
27003 27003 ArrayField and JSONField form fields fail on already converted values Forms
27022 27022 some DjangoTemplates builtin tags misparse lack of whitespace between variable name and boolean operator in arguments Template system
27085 27085 UI Discrepancy in "Writing your first Django app, part 2" Documentation
27058 27058 Reallow the {% for %} tag to unpack any iterable Template system
27015 27015 Hidden widget shouldn't have maxlength/minlength attributes Forms
14334 14334 Queries don't ensure that comparison objects are the correct type Database layer (models, ORM)
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
26 26 Admin validation errors cause FileUploadFields to be reset contrib.admin
14941 14941 URLField (in django.contrib.admin) rejects IDN domain Core (Other)
285 285 WSGIRequest should set request.path to full uri path HTTP handling
811 811 IPv6 address field support Core (Other)
14201 14201 Add a "security overview" page to the docs Documentation
14182 14182 CsrfViewMiddleware makes modification of the upload handlers impossible File uploads/storage
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
562 562 "Add another" JavaScript doesn't add new value to all fields relating to the same type contrib.admin
952 952 [patch] Allow for database client encoding configuration from project settings Database layer (models, ORM)
5 5 Add a cache=NUM_SECONDS argument to QuerySet Metasystem
167 167 ForeignKey should also take string arg instead of class name Metasystem
672 672 get_absolute_url isn't nice contrib.syndication