Simon Willison
(Simon+Willison)
Most Active Role
N/A
Most Active Component
N/A
Activity Timeline
[No data in this time period]
Components
[No data in this time period]
Tickets
Trac | Ticket (63) | Reporter (47) | Owner (0) | Commenter (0) | Summary | Component |
---|---|---|---|---|---|---|
34429 | 34429 | Allow to set unusable password via admin UI | contrib.auth | |||
34109 | 34109 | Uvicorn can be run without installing gunicorn | Documentation | |||
27 | 27 | Single form field for multiple database fields | Forms | |||
3432 | 3432 | ✅ | django.test.client.Client.post doesn't like unicode data | Core (Other) | ||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
1142 | 1142 | ✅ | Support for multiple database connections | Database layer (models, ORM) | ||
6937 | 6937 | ✅ | newforms BooleanField should be more tolerant of different inputs | Forms | ||
1227 | 1227 | ✅ | Problem with spaceless | Template system | ||
3872 | 3872 | ✅ | Bug in SetRemoteAddrFromForwardedFor middleware | Core (Other) | ||
6833 | 6833 | ✅ | Leaving the u off a string returned from __unicode__ results in horribly hard to debug bugs | contrib.admin | ||
4380 | 4380 | ✅ | Rename DEFAULT_CHARSET to OUTPUT_CHARSET (or similar) | Core (Other) | ||
2481 | 2481 | ✅ | Exceptions thrown by request middleware are not caught | Core (Other) | ||
115 | 115 | Models CRUD via web services | Core (Other) | |||
149 | 149 | ✅ | Show latest comments on djangoproject.com | Core (Cache system) | ||
3526 | 3526 | ✅ | HttpResponse object should have 'content_type' argument (in additon to / instead of 'mimetype') | Core (Other) | ||
5074 | 5074 | ✅ | We need an audio pronunciation guide on the site | *.djangoproject.com | ||
48 | 48 | ✅ | Unit tests for MySQL support | Database layer (models, ORM) | ||
148 | 148 | ✅ | Add some padding to the bottom of div#content-main | *.djangoproject.com | ||
264 | 264 | None | Contrib apps | |||
1163 | 1163 | ✅ | Django should be an "ideal web development environment" | Core (Other) | ||
486 | 486 | [patch] Template system incorrectly persists filter arguments | Template system | |||
518 | 518 | ✅ | Need validators that aren't attached to a form field | Validators | ||
509 | 509 | ✅ | We need a "Powered by Django" button | Database layer (models, ORM) | ||
475 | 475 | Recursive function calling not working properly in template tags | Template system | |||
103 | 103 | ✅ | "Get current version: 1.0" is misleading | *.djangoproject.com | ||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
360 | 360 | [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port | Core (Other) | |||
276 | 276 | [patch] new template tag 'strip' | Template system | |||
98 | 98 | ✅ | Pretty CSS for PHILOSOPHY sections in docs | Documentation | ||
117 | 117 | ✅ | Site search and/or Trac search for djangoproject.com | *.djangoproject.com | ||
96 | 96 | ✅ | Coment counts on the djangoproject.com weblog | *.djangoproject.com | ||
45 | 45 | ✅ | Website should emphasize that MySQL support isn't thoroughly tested | *.djangoproject.com | ||
47 | 47 | ✅ | Get rid of the Roadmap link in Trac | *.djangoproject.com | ||
95 | 95 | ✅ | Encourage people to change the TAMPER_SECRET | Core (Other) | ||
49 | 49 | ✅ | Remove references to http://media.ljworld.com from the code | contrib.admin | ||
4429 | 4429 | ✅ | 500 pages don't work unless you have configured Django database settings | Core (Other) | ||
2565 | 2565 | ✅ | Documentation should clarify lazy nature of querysets | Documentation | ||
3452 | 3452 | ✅ | Need mechanism for disabling exception supression when running in test context | Testing framework | ||
3521 | 3521 | ✅ | Semantic disconnect on djangoproject.com homepage | *.djangoproject.com | ||
2995 | 2995 | ✅ | Trac source code highlighting is broken | *.djangoproject.com | ||
105 | 105 | Make collapse class to work in two ways | contrib.admin | |||
510 | 510 | ✅ | [patch] Defend admin against CSRF attacks | contrib.admin | ||
3049 | 3049 | ✅ | djangoproject.com should prominently link to djangobook.com | *.djangoproject.com | ||
2994 | 2994 | ✅ | Can't revert vandalism in AJAX wiki page | *.djangoproject.com | ||
2979 | 2979 | ✅ | Django Trac code browser is broken | *.djangoproject.com | ||
515 | 515 | [patch] additional set of cache backends | Core (Cache system) | |||
119 | 119 | Serving media | Core (Other) | |||
1131 | 1131 | ✅ | Add a __repr__ to MultiValueDict | Core (Other) | ||
1097 | 1097 | ✅ | Add deployable example configs for mod_python/FastCGI/SCGI/Lighttpd etc | Documentation | ||
1224 | 1224 | ✅ | Use inner class for custom Manager in magic removal branch | Database layer (models, ORM) | ||
78 | 78 | Add a test suite for core functionality | Tools | |||
2662 | 2662 | ✅ | [patch] dictfetchmany and dictfetchall should use generators | Database layer (models, ORM) | ||
1139 | 1139 | ✅ | Bug in email.txt documentation example code | Core (Other) | ||
118 | 118 | ✅ | flatfiles should be called flatpages | Core (Other) | ||
2064 | 2064 | ✅ | Need documentation for low-level API for writing your own SQL | Documentation | ||
1713 | 1713 | ✅ | [magic-removal] [patch] Bug in magic-removal doc/forms.txt | Documentation | ||
1232 | 1232 | ✅ | Promote Snakes and Rubies talk on djangoproject.com | *.djangoproject.com | ||
1319 | 1319 | ✅ | Idea: promote rapid pace of Django development on djangoproject.com homepage | *.djangoproject.com | ||
1312 | 1312 | ✅ | QuerySet.in_bulk demands list, should demand iterable | Database layer (models, ORM) | ||
1135 | 1135 | ✅ | Check django.core.mail against SMTP header injection attacks | Core (Other) | ||
507 | 507 | ✅ | Make startswith and endswith case-sensitive in MySQL | Database layer (models, ORM) | ||
506 | 506 | ✅ | [patch] runtests.py should allow models to be tested individually | Tools | ||
4 | 4 | Add a db cache backend | Core (Cache system) |