Antti Kaihola
(akaihola)
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 (78) | Reporter (73) | Owner (2) | Commenter (61) | Summary | Component |
---|---|---|---|---|---|---|
373 | 373 | 1 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
17157 | 17157 | ✅ | 1 | CSRF fails in cross-domain iframes on IE | Documentation | |
1443 | 1443 | ✅ | No support for dates before 1900 | Core (Other) | ||
494 | 494 | 1 | Collapse in admin interface for inline related objects | contrib.admin | ||
11264 | 11264 | ✅ | 2 | "from django.db import models" clobbered in functions inside __init__.py of installed apps | Database layer (models, ORM) | |
18091 | 18091 | ✅ | 1 | Non-ASCII templates break `django-admin.py startproject --template=TEMPLATE` | Core (Management commands) | |
12089 | 12089 | ✅ | 7 | test client fails to collect sub-contexts | Testing framework | |
11195 | 11195 | ✅ | 1 | add fieldname to admin changelist <td> tags -- eases CSS customization | contrib.admin | |
15117 | 15117 | ✅ | get_or_create() raises "DatabaseError: no such savepoint" instead of IntegrityError (PostgreSQL) | Database layer (models, ORM) | ||
15849 | 15849 | ✅ | 3 | {% ifchanged %} not thread-safe | Template system | |
16309 | 16309 | ✅ | Clarify "new in" notes in ModelAdmin.list_filter documentation | Documentation | ||
15789 | 15789 | ✅ | 1 | floatformat filter works incorrectly when decimal precision is set low | Template system | |
17584 | 17584 | ✅ | 2 | Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh | Documentation | |
13684 | 13684 | ✅ | 2 | a bug in a catch-all try..except in Django masks other exceptions: local variable 'resolver' referenced before assignment | HTTP handling | |
10644 | 10644 | ✅ | 1 | undocumented context side-effect in {% ifchanged %} | Template system | |
9667 | 9667 | ✅ | replace package versions with links to up-to-date searches on the distributions page | Documentation | ||
9883 | 9883 | ✅ | the linebreaks filter strips leading and trailing whitespace from paragraphs | Template system | ||
3121 | 3121 | ✅ | 2 | RelatedManager.get_or_create() does not work | Database layer (models, ORM) | |
7072 | 7072 | ✅ | 1 | i18n gets active language inconsistently | Internationalization | |
6028 | 6028 | ✅ | 3 | add compatibility with glibc2 MD5-based crypt passwords | contrib.auth | |
15732 | 15732 | ✅ | stringfilter documentation example does not work | Documentation | ||
15340 | 15340 | ✅ | '{% now "D" %}' and '|date:"D"' capitalize Finnish weekday abbreviations | Translations | ||
12544 | 12544 | ✅ | 3 | Bogus If-Modified-Since header causes 500 in django.views.static.serve | HTTP handling | |
5354 | 5354 | ✅ | 1 | django imports minidom (which imports pyexpat) causing a modpython segfault on certain setups | Core (Other) | |
12649 | 12649 | ✅ | more helpful Unicode exceptions for CSRF migration helper script | Forms | ||
3211 | 3211 | ✅ | 1 | admin crash when uploading an e-mail message as a text file | contrib.admin | |
6033 | 6033 | ✅ | validation shouldn't take place when deleting inline objects | contrib.admin | ||
7295 | 7295 | ✅ | 2 | quotes, escaping and translation of string literals handled inconsistently in templates | Template system | |
10281 | 10281 | ✅ | generic inline formsets don't allow custom prefix | Contrib apps | ||
8733 | 8733 | ✅ | filesizeformat filter units unclear | Template system | ||
4736 | 4736 | ✅ | 2 | manually named primary key columns not properly quoted | Database layer (models, ORM) | |
9413 | 9413 | ✅ | 1 | naming a template tag library the same as an app causes import problems | Documentation | |
7061 | 7061 | ✅ | 1 | i18n docs contradict actual RequestContext behavior | Documentation | |
7391 | 7391 | ✅ | newforms-admin: output of as_table() for formsets is HTML-escaped | Forms | ||
7297 | 7297 | ✅ | utils.text docstrings inaccurate, not testable with doctest.testmod | Testing framework | ||
7293 | 7293 | ✅ | django.template docstrings not accurate (fail doctest.testmod) | Testing framework | ||
5759 | 5759 | ✅ | 2 | [newforms-admin] inline_formset() doesn't allow customized forms | Forms | |
6717 | 6717 | ✅ | newforms URL validation rejects leading/trailing space | Forms | ||
5751 | 5751 | ✅ | 3 | manage.py test doesn't run doctests for models split into separate files | Testing framework | |
6660 | 6660 | ✅ | request to add Django to Buildbot success stories page | Uncategorized | ||
6326 | 6326 | ✅ | fix test case for _() in templates, improve documentation | Internationalization | ||
6143 | 6143 | ✅ | provide doctest build helper | Testing framework | ||
6325 | 6325 | ✅ | 3 | fix test case for _() in templates, improve documentation | Internationalization | |
5967 | 5967 | ✅ | weblog archive links missing from August 2007 on | *.djangoproject.com | ||
685 | 685 | 1 | [patch] list_detail and archive_* generic views should default allow_empty to True | Generic views | ||
2080 | 2080 | ✅ | 2 | OR lookup across many-to-one relationships gives unexpected results | Database layer (models, ORM) | |
5758 | 5758 | ✅ | [newforms-admin] save() fails for non-deletable formsets | Forms | ||
115 | 115 | 1 | Models CRUD via web services | Core (Other) | ||
2277 | 2277 | ✅ | 1 | Change manipulator fires a huge number of queries | contrib.admin | |
5430 | 5430 | ✅ | ✅ | 3 | incomplete docs for running Django's own unit tests | Documentation |
5358 | 5358 | ✅ | [newforms-admin] django.newforms.models.inline_formset does not do anything with fk_name arg | Forms | ||
5473 | 5473 | ✅ | ✅ | Finnish translation strings need updating | Translations | |
5264 | 5264 | ✅ | Specify required Flup version in documentation | Documentation | ||
5455 | 5455 | ✅ | 1 | missing double-backticks and apostrophes in settings docs | Documentation | |
5429 | 5429 | ✅ | minor fix to Finnish translation | Translations | ||
3063 | 3063 | ✅ | 2 | [patch] i18n broken for msgids with extended characters | Internationalization | |
1436 | 1436 | ✅ | [magic-removal] [patch] django-admin.py error messages always refer to app with name "models" | Core (Management commands) | ||
1213 | 1213 | ✅ | Value of NOT_PROVIDED might collide with real data | Database layer (models, ORM) | ||
1187 | 1187 | ✅ | [patch] missing PIL gives an error message with missing field name | Core (Other) | ||
1624 | 1624 | ✅ | [patch] argument mismatch between SQLiteCursorWrapper and MysqlDebugWrapper/CursorDebugWrapper PLUS a crash-causing typo | Database layer (models, ORM) | ||
3636 | 3636 | ✅ | I'd like my full name and URL in AUTHORS | Documentation | ||
3071 | 3071 | ✅ | [patch] Context should have the __contains__ method | Template system | ||
1207 | 1207 | ✅ | [patch] Manipulators ignore default values, fields can't be omitted from forms | Core (Other) | ||
61 | 61 | 2 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | ||
1677 | 1677 | ✅ | [magic-removal] [patch] syncdb displays same '<Permission object>' for all created permissions | Tools | ||
1519 | 1519 | ✅ | [patch] [magic-removal] extra(select=) lookup option is out of order | Database layer (models, ORM) | ||
1413 | 1413 | ✅ | [magic-removal] [patch] ImportError raised for Models not in INSTALLED_APPS has invalid module path | Core (Other) | ||
2617 | 2617 | ✅ | First stab at a Finnish translation | Translations | ||
1565 | 1565 | ✅ | [patch] [magic-removal] in_bulk() throws an exception on an empty list of ids | Database layer (models, ORM) | ||
1182 | 1182 | ✅ | [patch] make-messages.py duplicates strings already translated in sub-directories | Internationalization | ||
1414 | 1414 | ✅ | [magic-removal] [patch] LazyDate.strftime missing, admin add user does not work | contrib.admin | ||
1422 | 1422 | ✅ | [patch] Little, easy improvement: model docstrings for admin documentation | contrib.admin | ||
1748 | 1748 | ✅ | ReStructuredText errors don't stand out from HTML documentation | Documentation | ||
1842 | 1842 | ✅ | "OR lookups" page in on-line docs is outdated | *.djangoproject.com | ||
1496 | 1496 | ✅ | [patch] [magic-removal] Equality test doesn't work between models and model wrappers, e.g. User and UserWrapper | Core (Other) | ||
1524 | 1524 | ✅ | [patch] [magic-removal] reference to missing global in management.py | Tools | ||
1433 | 1433 | ✅ | [magic-removal] manage.py installperms fails | Core (Management commands) | ||
1181 | 1181 | ✅ | [patch] get_in_bulk crashes on empty list | Database layer (models, ORM) |