Tai Lee

(mrmachine)

Most Active Role

Reporter

Most Active Component

Database Layer (Models, Orm)

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (57) Reporter (49) Owner (0) Commenter (131) Summary Component
17664 17664 3 {% if %} template tag silences exceptions inconsistently Template system
10961 10961 2 Allow users to override forward and reverse relationships on proxy models with !ForeignKey fields. Database layer (models, ORM)
26671 26671 `ManifestStaticFilesStorage` does not work for CSS with URLs including `chrome` scheme contrib.staticfiles
8898 8898 8 `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`. Forms
24974 24974 1 Cannot create subclass of form created by `modelform_factory()`, e.g. in `ModelAdmin.get_form()` Forms
25528 25528 `FileField(null=True)` doesn't work as expected Database layer (models, ORM)
14476 14476 1 annotate, default aggregation naming and filter annoyance Database layer (models, ORM)
11642 11642 1 Specify default namespace in urls.py Core (URLs)
8149 8149 7 UploadedFile doesn't iterate over lines with \r line endings File uploads/storage
16087 16087 3 Add ResolverMatch object to test client responses. Testing framework
22203 22203 1 Automatically get default value for "current_app", for easier namespace support. Core (URLs)
22182 22182 Reverse accessor should not be added for models with `ForeignKey` fields belonging to apps not installed. Database layer (models, ORM)
14319 14319 1 Add signals test_setup and test_teardown to Django test suite runner Options Testing framework
22101 22101 2 Querysets using F() expressions with time deltas are not cloned correctly. Database layer (models, ORM)
16436 16436 6 `annotate()` + `select_related()` + `only()` = `ValueError: invalid literal for int() with base 10` Database layer (models, ORM)
21154 21154 `TemplateResponse` does not convert `Context` to `RequestContext`. Template system
16147 16147 {% include %} tag raises TemplateDoesNotExist at compile time if TEMPLATE_DEBUG is True Template system
20348 20348 2 Consistently handle `Promise` objects assigned to model fields. Database layer (models, ORM)
20819 20819 2 `staticfiles.views.serve` should return 404 response instead of raising `ImproperlyConfigured` contrib.staticfiles
7581 7581 16 Middleware accessing HttpResponse.content breaks streaming HttpResponse objects. Core (Other)
20638 20638 new "development version" banner on docs obscures important content Documentation
20354 20354 1 `makemessages` crashes when reading non-UTF8 encoded files. Core (Management commands)
20325 20325 1 `--template` argument to `startapp` and `startproject` has incorrect help text. Core (Management commands)
18004 18004 8 Django should not use `force_unicode(..., errors='replace')` when parsing POST data. HTTP handling
14694 14694 9 defer() doesn't work with reverse relations Database layer (models, ORM)
16409 16409 3 `defer()` and `only()` don't play nice with `annotate()` GIS
14843 14843 1 Filter like "striptags" that also removes tag contents Template system
8962 8962 3 Make `input_formats` and `format` work consistently across `date`, `datetime`, and `time` fields and widgets. Forms
17112 17112 `ManyRelatedManager.add()` doesn't commit to database Database layer (models, ORM)
14270 14270 2 ManyToMany manager classes should be cached Database layer (models, ORM)
14820 14820 8 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
9029 9029 2 `get_or_create` broken due to inconsistent behaviour between `create` and `filter` on Manager, RelatedManager, QuerySet, etc. Database layer (models, ORM)
11206 11206 3 The floatformat template tag doesn't work with a value of 0 and a precision of 7 or higher. Template system
12398 12398 3 Add `TypedMultipleChoiceField` to compliment `TypedChoiceField`. Forms
15057 15057 1 Improve docs regarding template variable lookups. Documentation
15034 15034 2 Django's pretty error handling fails if there's a callable local var that generates an exception in the stack trace. Core (Other)
11191 11191 2 Admin throws 500 instead of 404 error when passing a string as the PK argument for a model with an integer PK field. contrib.admin
10953 10953 1 Proxy model of a proxy model is of incorrect type. Database layer (models, ORM)
10367 10367 2 Improve docs for `GenericRelation` in `contenttypes`. Documentation
10847 10847 3 `QuerySet.values` doesn't remove extra selections. Database layer (models, ORM)
10955 10955 `select_related()` doesn't work with proxy models. Database layer (models, ORM)
8036 8036 2 select_related() yields unexpected results with certain combinations of *fields Database layer (models, ORM)
4412 4412 Allow Select and SelectMultiple widgets to render HTML optgroups from nested choices structures Forms
15304 15304 5 `Model.objects.create()` returns `long` instead of `int`. Database layer (models, ORM)
13291 13291 2 Allow `color_style()` and `parse_color_setting()` to be used with custom colour palettes. Core (Management commands)
10942 10942 2 Cannot pass a string of comma separated values or an iterable to `params` or `select_params` (e.g. for use with IN lookup). Database layer (models, ORM)
9482 9482 1 Can't import anything that depends on DANGO_SETTINGS_MODULE in project's `__init__.py` file. Core (Other)
9214 9214 1 Allow different `MAIL FROM` or `Return-Path` and `From` headers. Core (Mail)
9171 9171 must pass `list` not `tuple` as `exclude` (as seen in docs) to `inlineformset_factory`. Forms
4081 4081 2 Allow blank and null content fields for flatpages Contrib apps
685 685 1 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
3898 3898 reinstate the model field type css classes to form elements generated with newforms' as_* methods. Forms
4432 4432 2 get_sql_sequence_reset doesn't work on tables that have no records. Database layer (models, ORM)
3984 3984 1 [patch] add 'view' as a default permission in django.contrib.auth Contrib apps
3773 3773 [patch] display app_label in the admin's permission list contrib.admin
639 639 Model FileFields empty on first pass through save() Core (Other)
722 722 1 Allow for period '.' and hyphen '-' characters in usernames with an isUsername validator Validators