Wilson Miner
(wilson)
Most Active Role
N/A
Most Active Component
Database Layer (Models, Orm)
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (77) | Reporter (7) | Owner (14) | Commenter (101) | Summary | Component |
---|---|---|---|---|---|---|
897 | 897 | 2 | Bi-Directional ManyToMany in Admin | contrib.admin | ||
373 | 373 | 2 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
470 | 470 | 1 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | ||
56 | 56 | Primary key columns should be UNSIGNED | Database layer (models, ORM) | |||
17 | 17 | 1 | Metasystem optimization: Share select_related in memory | Database layer (models, ORM) | ||
494 | 494 | 1 | Collapse in admin interface for inline related objects | contrib.admin | ||
29 | 29 | 2 | Fix usability issue with limit_choices_to and "Add another" in admin | contrib.admin | ||
27 | 27 | 1 | Single form field for multiple database fields | Forms | ||
25 | 25 | 1 | Filtering interface on ForeignKey <select> boxes | contrib.admin | ||
852 | 852 | 2 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | ||
14264 | 14264 | 2 | settings.configure has undocumented differences from using a settings module | Core (Other) | ||
596 | 596 | 1 | Allow Django to be packaged as a Python egg | Core (Other) | ||
26 | 26 | 1 | Admin validation errors cause FileUploadFields to be reset | contrib.admin | ||
640 | 640 | 3 | order_with_respect_to option fails | Documentation | ||
702 | 702 | 1 | document that ManyToMany fields can't be in unique_together | Documentation | ||
638 | 638 | ✅ | ✅ | 1 | changelist table is too wide on pages with filter sidebar | contrib.admin |
14980 | 14980 | 1.2.4 release notes did not make it into trunk | Documentation | |||
9492 | 9492 | ✅ | Invalid XHTML in admin/base.html template | contrib.admin | ||
689 | 689 | 4 | Honor Web server provided authentication | Core (Other) | ||
957 | 957 | 1 | A SlugField with prepopulate_from does not work for stacked or tabular edit_inline objects. | contrib.admin | ||
13 | 13 | 7 | Related objects interface should be tighter (edit_inline) | contrib.admin | ||
289 | 289 | 1 | [patch] more details with "Please correct the errors below." | contrib.admin | ||
607 | 607 | ✅ | 1 | Admin option to show/hide fields | contrib.admin | |
313 | 313 | 1 | PhoneNumberField should accept international format numbers | Internationalization | ||
9648 | 9648 | ✅ | Admin extrastyle template block wrapped in [ifIE] css condition | Template system | ||
106 | 106 | 1 | [patch] Problem with some js/select box on IE | contrib.admin | ||
22 | 22 | 1 | [patch] FileUploadField should allow for clearing the field | contrib.admin | ||
8917 | 8917 | ✅ | 2 | Comments should be reverse ordered by submit_date and submit_date should be in admin list_display | contrib.comments | |
24 | 24 | 2 | edit_inline support for OneToOne relationships | Metasystem | ||
575 | 575 | 2 | edit_inline don't save child data when a "blank=True" field is not set | contrib.admin | ||
14 | 14 | 1 | PIE-IN-THE-SKY: Add spell-check capability to admin textareas | contrib.admin | ||
685 | 685 | 5 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | ||
265 | 265 | 2 | Patch: RequiredIfOtherField and friends don't work with edit_inline | Core (Other) | ||
115 | 115 | 1 | Models CRUD via web services | Core (Other) | ||
792 | 792 | 1 | FileField and edit_inline=meta.STACKED | contrib.admin | ||
208 | 208 | 1 | Allow the strings the cycle tag uses to contain spaces | Template system | ||
526 | 526 | 2 | Error when edit_inline model have unique_together constraint | Database layer (models, ORM) | ||
348 | 348 | 3 | [patch] Multiple clicks on "Choose all" or "Clear all" in the Javascript "filter" interface causes strange behavior | contrib.admin | ||
148 | 148 | ✅ | Add some padding to the bottom of div#content-main | *.djangoproject.com | ||
189 | 189 | 1 | Inline editing of foreign keys doesn't do pretty error handling. | contrib.admin | ||
744 | 744 | ✅ | 2 | `NullBooleanField` should show an icon in the admin listing rather than "None" | Generic views | |
1620 | 1620 | ✅ | [magic-removal] form ul.inline floats broken for IE 6 | contrib.admin | ||
926 | 926 | 1 | Too narrow collumns for swedish on main admin page | contrib.admin | ||
371 | 371 | 1 | random filter in template throws an error | Template system | ||
509 | 509 | ✅ | 4 | We need a "Powered by Django" button | Database layer (models, ORM) | |
408 | 408 | ✅ | raw_id_admin is broken in IE | contrib.admin | ||
279 | 279 | 2 | [patch] TemplateDoesNotExist on Windows | contrib.admin | ||
7 | 7 | ✅ | 1 | Patch: Changelist date range filters don't maintain state as expected | contrib.admin | |
98 | 98 | ✅ | 1 | Pretty CSS for PHILOSOPHY sections in docs | Documentation | |
117 | 117 | 1 | Site search and/or Trac search for djangoproject.com | *.djangoproject.com | ||
70 | 70 | 1 | Community link not there from within Code. | *.djangoproject.com | ||
108 | 108 | 1 | WikiFormatting page is not there | *.djangoproject.com | ||
8 | 8 | 1 | Date and time fields should accept multiple formats | contrib.admin | ||
44 | 44 | Missing view templates for djangoproject.com in Subersion repos. | Documentation | |||
21 | 21 | 1 | FileUploadField should allow for manual filename entry | contrib.admin | ||
572 | 572 | 2 | When i have an ImageField and a auto_now DateTimeField in the same model it doesnt get saved | contrib.admin | ||
200 | 200 | 1 | Add a Decimal type and a Currency type | Database layer (models, ORM) | ||
633 | 633 | 1 | Model _post_load method (or similiar for a field?) | Database layer (models, ORM) | ||
609 | 609 | 1 | When using validators.RequiredIfOtherFieldEquals with a Boolean field, it doesn't work the obvious way | contrib.admin | ||
639 | 639 | 2 | Model FileFields empty on first pass through save() | Core (Other) | ||
613 | 613 | 1 | prevent raw_post_data parsing on defined view functions | Core (Other) | ||
5 | 5 | 1 | Add a cache=NUM_SECONDS argument to QuerySet | Metasystem | ||
10 | 10 | 1 | Ordered objects should have API access to their order number | Validators | ||
870 | 870 | 1 | Cool CSS display bug in the calendar widget in the admin view | contrib.admin | ||
349 | 349 | 3 | [patch] Bad styling in Admin interface | contrib.admin | ||
648 | 648 | 1 | [patch] Add a comment tag like {# commented #} | Template system | ||
935 | 935 | 1 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | ||
74 | 74 | ✅ | add djangoproject.com templates into SVN | *.djangoproject.com | ||
210 | 210 | ✅ | 1 | Some tables are unreadable due to white text on white background | *.djangoproject.com | |
2055 | 2055 | ✅ | 2 | [patch] In some languages the text at the login page of the admin page partly disappears | contrib.admin | |
111 | 111 | 1 | Filtering doesn't clean up arguments | contrib.admin | ||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
2072 | 2072 | ✅ | 2 | the changelists.css file references two styles which are not defined : _height & _margin-right | Generic views | |
1615 | 1615 | ✅ | Badges only available in GIF | *.djangoproject.com | ||
542 | 542 | ✅ | [patch] Add an "or cancel" link to add, edit, and delete admin views. | contrib.admin | ||
1318 | 1318 | ✅ | add notes on deprecated classes to admin css docs | Documentation | ||
1019 | 1019 | ✅ | weird formatting problem with admin on Camino | contrib.admin |