Collin Anderson

(CollinAnderson)

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 (46) Reporter (22) Owner (0) Commenter (91) Summary Component
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)
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
27468 27468 1 Move utils.crypto.salted_hmac() from SHA1 toward SHA256 Utilities
20349 20349 7 Don't load django.test when not testing Testing framework
56 56 3 Primary key columns should be UNSIGNED Database layer (models, ORM)
7664 7664 MultiWidget to support named sub widgets Forms
27888 27888 1 Add a button to clear all admin filters contrib.admin
27728 27728 1 Allowed overriding admin templatetag's templates. contrib.admin
14370 14370 4 Adding support for Autocomplete in contrib.admin contrib.admin
27953 27953 1 Make default Model.__str__() more useful (such as by displaying the primary key) Database layer (models, ORM)
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)
29 29 1 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
23190 23190 Make paginator.page_range an iterator. Core (Other)
14497 14497 3 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
22391 22391 7 fallback to pymysql if MySQLdb not available Database layer (models, ORM)
23262 23262 3 FilteredSelectMultiple SelectFilter2.js don't submit form if user pressed Enter contrib.admin
23140 23140 3 page_range TypeError: sequence index must be integer, not 'slice' Core (Other)
23148 23148 Tutorial Tweaks Documentation
23083 23083 3 dev server autoreload: OSError: [Errno 2] No such file or directory Core (Management commands)
22965 22965 6 InvalidBasesError for unmigrated apps subclassing contrib Migrations
22906 22906 2 Give ModelState a __repr__() Migrations
27 27 2 Single form field for multiple database fields Forms
22619 22619 apache mod_wsgi envvars docs: os.path() is not a function Documentation
23 23 2 Add support for ValidationWarning Forms
20836 20836 6 to_field lost when adding via raw_id_fields contrib.admin
20777 20777 1 admin delete page proxy models contrib.admin
20865 20865 2 admin raw_id_fields does not call value in limit_choices_to contrib.admin
20779 20779 document AdminSite.app_index_template Documentation
20805 20805 1 form.label_suffix colon on admin checkboxes contrib.admin
20769 20769 add Python compatibility section to django1.6 release notes Documentation
20767 20767 2 preserve_filters with namespaces and multiple admins contrib.admin
19033 19033 avoid unnecessary queries on ForeignKey(on_delete=models.DO_NOTHING) Uncategorized
12384 12384 Python 2.4 incompatibility. Core (Serialization)
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
7804 7804 2 newforms.fields.UploadedFile Invalid Deprecation warning. Forms
7590 7590 "The submitted file is empty." error caused by inconsistency in UploadedFile and InMemoryUploadedFile argument order. Uncategorized