jkocherhans
(jkocherhans)
Most Active Role
Reporter
Most Active Component
Forms
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (73) | Reporter (33) | Owner (31) | Commenter (109) | Summary | Component |
---|---|---|---|---|---|---|
12498 | 12498 | ✅ | ✅ | 3 | Add multi-field validators | Forms |
494 | 494 | 1 | Collapse in admin interface for inline related objects | contrib.admin | ||
3591 | 3591 | ✅ | 2 | add support for custom app_label and verbose_name | Core (Other) | |
5335 | 5335 | ✅ | 2 | Add an append method to ErrorDict | Forms | |
10711 | 10711 | ✅ | 4 | Add a hook for specifying whether a form in a formset should be deleted | Forms | |
5833 | 5833 | ✅ | 1 | Custom FilterSpecs | contrib.admin | |
8160 | 8160 | ✅ | 1 | ModelFormset ignores form properties | Forms | |
6735 | 6735 | ✅ | 7 | Class-based generic views | Generic views | |
12507 | 12507 | ✅ | 3 | New logic in ModelAdmin.add_view for model validation needs some re-thinking | Contrib apps | |
13100 | 13100 | ✅ | 2 | Model docs imply that ModelForm will call Model.full_clean(), but it won't. | Documentation | |
12521 | 12521 | ✅ | 3 | ModelAdmin save_model request.user idiom is broken by model validation | contrib.admin | |
12896 | 12896 | ✅ | 3 | ModelForm.is_valid() and ModelForm.errors have backwards-incompatible side effects since model validation | Forms | |
12749 | 12749 | ✅ | 1 | "Please correct the error below." when saving add model form with inline formset and no auto primary key. | contrib.admin | |
12960 | 12960 | ✅ | 4 | return value (cleaned_data) from clean() method is ignored | Forms | |
8813 | 8813 | ✅ | 3 | BaseInlineFormSet unable to save existing objects | Forms | |
10750 | 10750 | ✅ | 1 | BaseInlineFormSet does not respect commit=False in save for new objects after r10190 | Forms | |
10149 | 10149 | ✅ | 3 | FileField doesn't validate max_length | Forms | |
5628 | 5628 | ✅ | 1 | [newforms-admin] - when an inline formset has errors, no message is displayed at the top of the form | contrib.admin | |
5374 | 5374 | ✅ | 2 | We need a validator for ModelAdmin classes | Core (Other) | |
7666 | 7666 | ✅ | 1 | Default managers should not restrict access to single related objects | Database layer (models, ORM) | |
8999 | 8999 | ✅ | 2 | ModelAdmin.get_form and get_formset will overwrite self.exclude with a kwargs exclude | contrib.admin | |
5500 | 5500 | ✅ | 1 | Add an adminindex templatetag | contrib.admin | |
12533 | 12533 | ✅ | cannot import name smart_unicode | Uncategorized | ||
5594 | 5594 | ✅ | 1 | The url tag won't work with multiple admin sites | contrib.admin | |
2666 | 2666 | ✅ | redefined save methods not always called when using edit_inline | contrib.admin | ||
5923 | 5923 | ✅ | 2 | required forms count field added into formsets | Forms | |
5735 | 5735 | ✅ | 1 | transaction for newforms-admin | Uncategorized | |
6511 | 6511 | ✅ | 1 | Add the ability for syncdb to prevent the initial_data fixture from being loaded. | Core (Management commands) | |
2292 | 2292 | ✅ | 5 | [patch] App-specific index pages for the admin system | contrib.admin | |
6105 | 6105 | ✅ | The save_as admin option is not implemented in newfroms-admin | contrib.admin | ||
6042 | 6042 | ✅ | ModelForms | Forms | ||
5895 | 5895 | ✅ | 2 | inline-edit performance problem after changeset 6655 | Forms | |
921 | 921 | 1 | Add a "me" shortcut to UserFields | contrib.admin | ||
6078 | 6078 | ✅ | 2 | Admin escapes non-breaking spaces for empty fields in change list | contrib.admin | |
1448 | 1448 | ✅ | django.contrib.auth.middleware.RequestUserMiddleware depends on django.contrib.sessions | Core (Other) | ||
6058 | 6058 | ✅ | 2 | 6776 mark_safe breaks newforms_admin | contrib.admin | |
5733 | 5733 | ✅ | 2 | [newforms-admin] - add formset_for_queryset | contrib.admin | |
5353 | 5353 | ✅ | 2 | FormSet validation hook(s) | Forms | |
5559 | 5559 | ✅ | instances attached to a post_delete signal have a pk value of None | Core (Other) | ||
5407 | 5407 | ✅ | 4 | raw_id ForeignKey field behaves like a ManyToManyField | contrib.admin | |
4699 | 4699 | ✅ | 8 | list_filter = ('name',) doesn't work in newforms-admin | contrib.admin | |
5388 | 5388 | ✅ | 2 | [newforms-admin] - validation is broken for sites with more than one inline formsets | Forms | |
5383 | 5383 | ✅ | 2 | [newforms-admin] - InlineModelAdmin.formset_class is used but not set. | contrib.admin | |
4491 | 4491 | ✅ | 2 | [newforms-admin] addAnother link does not work | contrib.admin | |
1620 | 1620 | ✅ | [magic-removal] form ul.inline floats broken for IE 6 | contrib.admin | ||
1268 | 1268 | ✅ | [magic-removal] [patch] Allow access to the current user outside of a request | Core (Other) | ||
408 | 408 | 1 | raw_id_admin is broken in IE | contrib.admin | ||
212 | 212 | 2 | help_text is not displayed for ManyToManyField in the admin interface | contrib.admin | ||
4661 | 4661 | ✅ | 2 | formset forms can give false errors for add_forms | Forms | |
3368 | 3368 | ✅ | 3 | Add USStateField and PhoneNumberfield to django.newforms.fields | Forms | |
1476 | 1476 | ✅ | New field option: edit_external=True | contrib.admin | ||
3143 | 3143 | ✅ | [patch] add TimeField to newforms | Forms | ||
3139 | 3139 | ✅ | 1 | [patch] BoundField._errors() returns an empty ErrorList() when using Form's prefix option | Forms | |
3132 | 3132 | ✅ | 3 | [patch] prefix support for newforms | Forms | |
2997 | 2997 | ✅ | [patch] Changeset [4037] broke URLField | Validators | ||
1681 | 1681 | ✅ | [patch][magic-removal] Admin display for OneToOneField is broken | contrib.admin | ||
423 | 423 | 1 | Admin filters broken with [549] | contrib.admin | ||
1479 | 1479 | ✅ | broken test: mutually_referential | contrib.admin | ||
2508 | 2508 | ✅ | [patch] custom edit_inline classes aren't used | contrib.admin | ||
1409 | 1409 | ✅ | [patch] Allow callable defaults for fields | Database layer (models, ORM) | ||
701 | 701 | admin doc tool doesn't work with custom fields | contrib.admin | |||
1767 | 1767 | ✅ | [patch] validator_list silently deleted for BooleanFields | Validators | ||
930 | 930 | 1 | [patch] Leaving out ¨ordering¨ in OneToOne relationship causes bad SQL statement | Metasystem | ||
628 | 628 | django should not overwrite model class docstrings | Metasystem | |||
1220 | 1220 | ✅ | magic-removal: Changeset [1945] inadvertentely undid changes from [1933] | Generic views | ||
156 | 156 | 1 | changeset 293 breaks tutorial polls app | contrib.admin | ||
2702 | 2702 | ✅ | 2 | [patch] Subtle bug in LazyUser | Contrib apps | |
2484 | 2484 | ✅ | 1 | [patch] num_in_admin=0 causes error on add via admin system | contrib.admin | |
1428 | 1428 | ✅ | [patch] Allow multiple authentication backends | Core (Other) | ||
1968 | 1968 | ✅ | extras/django_bash_completion should be executable by default | Core (Management commands) | ||
1969 | 1969 | ✅ | extras/django_bash_completion should be executable by default | Core (Management commands) | ||
877 | 877 | 1 | ordering by primary key in admin with oneToOne relations is done over the wrong table | contrib.admin | ||
1351 | 1351 | ✅ | "add another" link is displayed even if user doesn't have add permission | contrib.admin |