Tobias McNulty

(tobias)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (43) Reporter (16) Owner (17) Commenter (92) Summary Component
13710 13710 4 raw() sql bug when using a model with many fields with long names Database layer (models, ORM)
14831 14831 Django Template Style Guide Documentation
10919 10919 Add an option to disable display of related items on admin's delete confirmation page (to prevent large memory usage on complex objects) contrib.admin
35000 35000 Skip redundant defaults to allow INSTANT longtext (among others) column addition in MySQL Migrations
34435 34435 JSONField with string default raises fields.E010 warning. Documentation
27451 27451 1 syndication feed may crash with AmbiguousTimeError contrib.syndication
27807 27807 1 Overriding username validators doesn't work as documented contrib.auth
14808 14808 i18n is not safe. Documentation
14009 14009 custom formset validation documentation is incomplete Documentation
27356 27356 2 admin lookup_allowed incorrectly returns False for a nested reverse OneToOneField contrib.admin
27378 27378 2 Add UUID serialization support to migration writer Migrations
26508 26508 2 clean up FieldFile.open documentation Documentation
17520 17520 3 write queries on related managers use the db_for_read database Database layer (models, ORM)
7557 7557 1 ValueError does not catch all cases when trying to determine type of variable in template.Variable class Template system
11998 11998 2 IntegerField not validated for overflow Database layer (models, ORM)
14019 14019 7 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
9049 9049 1 queryset .extra(tables=[...]) unnecessarily quotes table names Database layer (models, ORM)
14315 14315 1 memcached doesn't support negative deltas for incr() and decr() Core (Cache system)
16509 16509 3 init test db: try insert a existing permission (django.db.utils.IntegrityError: columns content_type_id, codename are not unique) contrib.contenttypes
16744 16744 3 Class based view should have the view object in the context Generic views
16074 16074 1 Class-based views clash get_context_data Generic views
16173 16173 1 manager.get on foreign key fields (related fields) Database layer (models, ORM)
13640 13640 7 add_filter in django/db/models/ sql/query.py causes exception when model have 'evaluate' attribute Database layer (models, ORM)
16793 16793 consolidate and/or cross reference documentation on {% load %} template tag Documentation
13618 13618 2 prepopulated_fields crashes with get_readonly_fields contrib.admin
14259 14259 URL dispatcher does not reject duplicate URL names Core (Other)
10497 10497 3 Added storage time methods to Storage and FileSystemStorage classes File uploads/storage
9310 9310 11 404 debug pages should show the name of the tried urlpattern if one exists. Core (Other)
12368 12368 3 django.contrib.messages tests fail with mysql backend - ordering issues Contrib apps
11872 11872 can't pass instance=None to inline formset Forms
4604 4604 11 session-based messages Contrib apps
12686 12686 2 django.contrib.messages does not reliably predict cookie size due to underlying cookie encoding Contrib apps
12879 12879 2 jquery gets included multiple times contrib.admin
8813 8813 3 BaseInlineFormSet unable to save existing objects Forms
7277 7277 after queryset refactor, specifying > 2 OR'ed conditions that span many-to-many relationships returns broken SQL Database layer (models, ORM)
8324 8324 admin list display is broken contrib.admin
14525 14525 1 Bug - exception in messages.info(), etc when using unicode characters. Contrib apps
14254 14254 2 More tests for storage backends File uploads/storage
14252 14252 2 django.contrib.flatpages unit tests assume default value for settings.LOGIN_URL Contrib apps
13531 13531 2 django.core.files.File throws an exception on _get_size Uncategorized
8327 8327 3 link to change password form on 'change user' page in admin interface is broken contrib.admin
7924 7924 1 test client's post method does not actually post if no data or an empty dict is given Testing framework
7200 7200 2 FloatField is not described in newforms documentation Documentation