Jeremy Dunck
(jdunck)
Most Active Role
Reporter
Most Active Component
Contrib.Admin
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (70) | Reporter (55) | Owner (12) | Commenter (83) | Summary | Component |
---|---|---|---|---|---|---|
10554 | 10554 | ✅ | 2 | Response.set_cookie should allow setting two cookies of the same name. | HTTP handling | |
15759 | 15759 | ✅ | 1 | list_editable should respect per-object permissions | contrib.admin | |
16752 | 16752 | ✅ | 1 | Multi-db without a 'default' database | Database layer (models, ORM) | |
14411 | 14411 | Inline delete not prompting cascade delete warning | contrib.admin | |||
18676 | 18676 | ✅ | Django should do m2m deletes in a single query when possible | Database layer (models, ORM) | ||
5797 | 5797 | ✅ | decorator_from_middleware can cause middleware hooks to run out of correct order. | HTTP handling | ||
10944 | 10944 | ✅ | Site app should be able to make absolute URLs. | contrib.sites | ||
18669 | 18669 | ✅ | ✅ | QuerySet.bulk_create should batch if no AutoField | Database layer (models, ORM) | |
24028 | 24028 | ✅ | Related instance caching causes abstraction leaks from Field.get_db_prep_save | Database layer (models, ORM) | ||
15307 | 15307 | ✅ | 1 | slugify should take an optional max length | Template system | |
25614 | 25614 | ✅ | 2 | Changing ForeignKey(on_delete=...) unnecessarily drops and recreates constraints | Migrations | |
16955 | 16955 | ✅ | Querying on the reverse of a FK with the wrong class silently returns bad data | Database layer (models, ORM) | ||
16905 | 16905 | ✅ | Custom fields and apps should have a way to hook into BaseCommand.validate | Core (Management commands) | ||
10935 | 10935 | ✅ | 1 | forms.ImageField.clean should annotate the object returned by FileField.clean | Forms | |
8270 | 8270 | ✅ | 1 | Add convenience method to ContentTypeManager | contrib.contenttypes | |
5789 | 5789 | ✅ | 2 | Django LocaleMiddleware django_language should be _language | Internationalization | |
18984 | 18984 | ✅ | 3 | TransactionTestCase._fixture_teardown locks under mysql | Testing framework | |
16898 | 16898 | ✅ | Throwing an exception out of a custom field (or any QuerySet._results_iter callable) results in a bad _results_cache | Database layer (models, ORM) | ||
16096 | 16096 | ✅ | Template instances should have an origin attribute. | Template system | ||
15511 | 15511 | ✅ | MultiValueField should allow subfield requirement | Forms | ||
15961 | 15961 | ✅ | 1 | Admin search should be pluggable | contrib.admin | |
15711 | 15711 | ✅ | 1 | Abstract model managers should return subclass instances | Database layer (models, ORM) | |
18627 | 18627 | ✅ | ✅ | 3 | Remove django-core uses of Model pre_init and post_init | Database layer (models, ORM) |
18980 | 18980 | ✅ | 2 | master .assertContains after d1452f60 should still coerce objects to text. | Testing framework | |
15566 | 15566 | ✅ | 1 | .update queries should affect Date*Field's with auto_now | Documentation | |
18538 | 18538 | ✅ | 2 | type(SimpleLazyObject) returns SimpleLazyObject rather than type(_wrapped) | Database layer (models, ORM) | |
14502 | 14502 | 6 | Feature: escape hatch for colliding template syntax in Django templates | Template system | ||
16802 | 16802 | ✅ | Core management commands should have defined success/fail semantics | Core (Management commands) | ||
13478 | 13478 | ✅ | Session backends should all refuse user-defined, non-existant IDs | contrib.sessions | ||
16489 | 16489 | ✅ | cache.close connection to request_finished needs to apply to all caches | Core (Cache system) | ||
16040 | 16040 | ✅ | 3 | test.Client does not handle domain changes on redirection follow | Testing framework | |
14299 | 14299 | 1 | Add additional cache.*_many functions | Core (Cache system) | ||
14187 | 14187 | ✅ | 1 | Add support for bpython in django-admin.py shell | Core (Management commands) | |
11680 | 11680 | ✅ | 1 | add references to EMAIL* settings when discussing error notifications | Documentation | |
12362 | 12362 | ✅ | hmac.new changed signature between python 2.4 and 2.5 | Contrib apps | ||
10889 | 10889 | ✅ | 1 | ModelAdmin calls .log_deletion after deletion, causing invalid object_id | contrib.admin | |
10450 | 10450 | ✅ | Savepoint should not assume an opened connection | Database layer (models, ORM) | ||
9743 | 9743 | ✅ | 1 | Problem in admin when displaying foreignkey of a model that reference himself | Database layer (models, ORM) | |
6935 | 6935 | ✅ | 2 | inspectdb should handle table names with spaces. | django-admin.py inspectdb | |
5270 | 5270 | ✅ | 3 | Template tags won't accept an empty string as an argument | Template system | |
8278 | 8278 | ✅ | QueryDict.update eats data when other_dict is a MultiValueDict | Core (Other) | ||
8242 | 8242 | ✅ | INSTALLED_APPS with "foo.*" not populated consistently | Core (Other) | ||
7495 | 7495 | ✅ | XViewMiddleware gets Content-Type wrong | HTTP handling | ||
7285 | 7285 | ✅ | 1 | inspectdb outputs invalid python variable when it encounters a dash | Core (Management commands) | |
6814 | 6814 | ✅ | 7 | Signals are slow. | Core (Other) | |
16488 | 16488 | ✅ | Populating settings.CACHES based on settings.CACHE_BACKEND can fail | Core (Cache system) | ||
11989 | 11989 | ✅ | Allow @register.inclusion_tag to take a template as well as a template name | Template system | ||
15950 | 15950 | ✅ | 1 | Allow ChoiceField and friends to take a callable for choices kwarg | Forms | |
15690 | 15690 | ✅ | HttpRequest path should be in a stable order | Core (Other) | ||
15225 | 15225 | ✅ | 2 | Using concrete model inheritance with OneToOneField(parent_link=True) seems to be ignored | Database layer (models, ORM) | |
14234 | 14234 | ✅ | 3 | Validation bug when using ModelForms | Forms | |
5590 | 5590 | ✅ | 1 | JSON encoding fails on Promise (result of gettext_lazy) | Core (Serialization) | |
7770 | 7770 | ✅ | HttpResponse.set_cookie should accept expires=datetime | HTTP handling | ||
5297 | 5297 | ✅ | Backwards incompatibility introduced in [5091]: obj.has_key(x) -> x in obj | Template system | ||
6955 | 6955 | ✅ | ✅ | 2 | Unicode XML breaks RelaxNGCompact validator | Validators |
6199 | 6199 | ✅ | 2 | Avoid cache stampedes | Core (Cache system) | |
10927 | 10927 | ✅ | 2 | Content Types shortcut view throws 500s easily | Contrib apps | |
4924 | 4924 | ✅ | 2 | Loading of compressed fixtures | Core (Serialization) | |
7218 | 7218 | ✅ | 1 | GIS: ogrinspect sometimes gets field types wrong | GIS | |
7429 | 7429 | ✅ | 1 | Make SessionBase more dictionary-like | contrib.sessions | |
5701 | 5701 | ✅ | 1 | Fix naive introspection when using Django decorators | Uncategorized | |
6611 | 6611 | ✅ | 1 | SortedDict.copy breaks original dict if keys are added to copy | Core (Other) | |
5788 | 5788 | ✅ | settings.LANG_CODE explanatory link is now dead | Core (Other) | ||
4957 | 4957 | ✅ | Query for ForeignKey using implicit exact and to_field breaks | Database layer (models, ORM) | ||
5299 | 5299 | ✅ | mod_python documentation issues | Documentation | ||
4797 | 4797 | ✅ | 2 | Dimensioned units of measure for Distance and Area | GIS | |
4543 | 4543 | ✅ | django-admin.py startapp and startproject should help newbies avoid module name clash | Core (Management commands) | ||
683 | 683 | 1 | [patch] Saving with custom db_column fails | Metasystem | ||
681 | 681 | 2 | get_in_bulk fails for PK columns other than "id" | Database layer (models, ORM) | ||
644 | 644 | 8 | SQL Server DB backend: Rev 940 test results | Database layer (models, ORM) |