Collin Anderson

(collinanderson)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (72) Reporter (48) Owner (8) Commenter (136) Summary Component
31641 31641 1 Admin Sidebar flashes when page loads contrib.admin
27029 27029 2 Make EmailValidator accept non-ASCII characters in local part Core (Other)
897 897 4 Bi-Directional ManyToMany in Admin contrib.admin
373 373 1 Add support for multi-column primary keys. Database layer (models, ORM)
27236 27236 4 Deprecate Model.Meta.index_together in favour of Model.Meta.indexes Database layer (models, ORM)
29910 29910 2 Allow ManyToManyFields that target proxy models with a through table. Database layer (models, ORM)
34036 34036 1 Low text contrast over light blue backgrounds in admin light theme contrib.admin
34807 34807 1 importing `django.forms` causes circular import error Forms
34102 34102 1 Admin list view `word-break: break-word;` contrib.admin
33683 33683 3 Document HttpResponseBase and allow import from django.http HTTP handling
29854 29854 1 Altering the primary key targeted by several foreign keys incorrectly alters the foreign key's NULL attribute on MySQL Migrations
33571 33571 3 Fix handling empty string for If-Modified-Since header HTTP handling
27468 27468 1 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
33502 33502 1 Move Field attributes to class attributes. Database layer (models, ORM)
33265 33265 1 Form.get_context() backward-incompatibility Forms
33156 33156 Admin Sidebar search value stays forever contrib.admin
33107 33107 2 ImportError: partially initialized module '...' has no attribute '...' Utilities
32646 32646 2 add request.json() shortcut HTTP handling
32624 32624 1 Avoid using javascript for Local vars show/hide in technical 500 template. Error reporting
56 56 3 Primary key columns should be UNSIGNED Database layer (models, ORM)
31978 31978 3 Include hidden username field on password reset to help password managers contrib.admin
32209 32209 1 Prepend project name to default admin url contrib.admin
32057 32057 1 Document HttpResponse.get() and .items() Documentation
31210 31210 2 Document backwards-compatible replacement for is_ajax(). HTTP handling
27888 27888 1 Add a button to clear all admin filters contrib.admin
31086 31086 Improve error message for admin.E202. contrib.admin
30941 30941 5 hasattr(request, '_cached_user') check no longer works contrib.auth
29086 29086 3 Add a warning when saving bytestrings to CharFields Database layer (models, ORM)
29970 29970 Using cached_property on a model fails with: "Cannot use cached_property instance without calling __set_name__() on it." Utilities
27728 27728 1 Allowed overriding admin templatetag's templates. contrib.admin
29180 29180 1 makemigrations autodetector ignoring existing migrations Migrations
29065 29065 3 Make django.core.validators only load Pillow if needed Core (Other)
14370 14370 4 Adding support for Autocomplete in contrib.admin contrib.admin
28579 28579 3 Clarify 2.0 is just a new version numbering scheme Documentation
27953 27953 1 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
27850 27850 Admin Related Widget Wrapper ignores custom render() contrib.admin
27847 27847 1 Allow caching form templates when DEBUG=True Forms
27518 27518 HTTP Referer leaks password reset link contrib.auth
27328 27328 8 return `Set-Cookie` if sessionid= None value contrib.sessions
14402 14402 1 help_text is not displayed for ManyToMany raw_id fields contrib.admin
494 494 1 Collapse in admin interface for inline related objects contrib.admin
14286 14286 1 Support for BigAutoField Database layer (models, ORM)
25689 25689 3 Merge staticfiles into core contrib.staticfiles
29 29 1 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
24253 24253 1 document staff_member_required Documentation
24311 24311 2 Foreign key constraint error when syncing unmigrated models that relate to migrated models Migrations
14497 14497 3 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
24146 24146 8 (admin.E116) The value of 'list_filter[0]' refers to 'through__field', which does not refer to a Field. contrib.admin
24273 24273 1 AttributeError: _processors_index on nested inclusion_tag Template system
24190 24190 1 "Don’t use len() on QuerySets" is too strong. Documentation
24165 24165 2 add request.messages attribute contrib.messages
24055 24055 1 Keep reference to view class for resolve() Generic views
24160 24160 2 Fatal Python error: Failed to initialize Windows random API (CryptoGen) Uncategorized
24072 24072 1 Add wsgi.file_wrapper support to responses HTTP handling
24124 24124 1 Review the list of default context processors Template system
24117 24117 6 make admin not require context_processors contrib.admin
23793 23793 2 Password Reset is confusing contrib.auth
23889 23889 2 mysql warning: Calling a SQLCompiler directly is deprecated. Call compiler.quote_name_unless_alias instead. Database layer (models, ORM)
23721 23721 1 check_related_objects should not call __iter__ Database layer (models, ORM)
23603 23603 1 raw_id_fields incorrectly use "search" icon for lookup/browse action. contrib.admin
23671 23671 1 Model Field named "check" clashes with check framework. Core (System checks)
23660 23660 1 pull sort_dependencies helper into core Core (Serialization)
23637 23637 2 Remove TUX from static-files and modwsgi docs Documentation
23453 23453 2 project_template: sys.dont_write_bytecode = True Core (Management commands)
23430 23430 1 simplify gunicorn deployment docs Documentation
23432 23432 1 /newticket Forbidden error *.djangoproject.com
23295 23295 3 ALLOWED_HOSTS setting is done in the wrong place, should be in a custom middleware Uncategorized
23294 23294 1 add related_name to existing migrations Migrations
23277 23277 4 set good url examples in 1.7 Core (Management commands)
27 27 2 Single form field for multiple database fields Forms
23 23 2 Add support for ValidationWarning Forms
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin