Thomas Güttler
(guettli)
Most Active Role
Reporter
Most Active Component
Core (Mail)
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (110) | Reporter (96) | Owner (2) | Commenter (177) | Summary | Component |
---|---|---|---|---|---|---|
25582 | 25582 | ✅ | 4 | Add a way to build URLs with query strings | Core (URLs) | |
373 | 373 | 2 | Add support for multi-column primary keys. | Database layer (models, ORM) | ||
26214 | 26214 | ✅ | 3 | Better error message for RuntimeError: populate() isn't reentrant | Core (Other) | |
27465 | 27465 | ✅ | 3 | Allow EmailMessage to load attachments from the Storage API | Core (Mail) | |
14845 | 14845 | 1 | Document connection-creation process | Documentation | ||
32375 | 32375 | ✅ | Make Sitemap's protocol default to "https". | contrib.sitemaps | ||
33267 | 33267 | ✅ | 3 | Add Hyperlink to related model in admin change form. | contrib.admin | |
33467 | 33467 | ✅ | 3 | Small Framework to create Demo-Systems | Core (Other) | |
27936 | 27936 | ✅ | 6 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |
33162 | 33162 | ✅ | 2 | Add __file__ to Settings. | Core (Other) | |
32850 | 32850 | ✅ | ✅ | 6 | Sitemap.items() gets called several times: Fix or document? | Documentation |
32854 | 32854 | ✅ | 2 | Document how to integrate third-party JS code | Documentation | |
32564 | 32564 | ✅ | admin/base.html : Add block "end_of_body" for JS includes | contrib.admin | ||
32536 | 32536 | ✅ | Add references to get() methods in CBV docs. | Documentation | ||
32452 | 32452 | ✅ | 2 | Simplify storing strings/bytes in a Storage | File uploads/storage | |
26962 | 26962 | ✅ | docs: Missing Information about Transaction in Operations (migrations) | Documentation | ||
31018 | 31018 | ✅ | 1 | Update FAQ about NoSQL databases. | Documentation | |
29864 | 29864 | ✅ | 1 | Add links from the cache framework topic guide to the low level API | Documentation | |
29573 | 29573 | ✅ | Add link from per-item aggregation topic discussion to `annotate()` ref. | Documentation | ||
28743 | 28743 | ✅ | 2 | Clarify the term "deployment server" in the documentation | Documentation | |
18063 | 18063 | ✅ | 5 | repr() should return only ascii, not unicode | Database layer (models, ORM) | |
20562 | 20562 | ✅ | 2 | Docs: How to use django ORM with multiprocessing | Documentation | |
28836 | 28836 | ✅ | Not nesting version of @atomic decorator | Database layer (models, ORM) | ||
28744 | 28744 | ✅ | 1 | enctype on <input> if FileField | Forms | |
28623 | 28623 | ✅ | 1 | Docs: handle_uploaded_file(f) .. what is "f"? | Documentation | |
14370 | 14370 | 2 | Adding support for Autocomplete in contrib.admin | contrib.admin | ||
28402 | 28402 | ✅ | 1 | Provide 'temporary_file_path' for InMemoryUploadedFile | File uploads/storage | |
27260 | 27260 | 2 | Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN | Database layer (models, ORM) | ||
27691 | 27691 | ✅ | 1 | Avoid `logger=logging.getLogger(__name__)` | Uncategorized | |
25748 | 25748 | ✅ | 4 | Glossary: Project vs App | Documentation | |
27490 | 27490 | ✅ | Remove python3-memcached from test dependencies | Core (Cache system) | ||
27362 | 27362 | ✅ | 2 | Omitting default_app_config in __init__.py happens too easily. | Core (Other) | |
27347 | 27347 | ✅ | 1 | Contributing docs: Patch vs Pull-Request | Documentation | |
27348 | 27348 | ✅ | Typo in docs for modify_settings | Documentation | ||
27006 | 27006 | ✅ | Hints how to update code automatically to support Python3 | Documentation | ||
26501 | 26501 | ✅ | 2 | Docs for reusable apps is missing {% extends "base.html" %} | Documentation | |
26489 | 26489 | ✅ | 3 | Should reusable django apps use `zip_safe=False` in setup.py? | Documentation | |
26454 | 26454 | ✅ | Direct Link to supported Version Table | Documentation | ||
26376 | 26376 | ✅ | 2 | Explain what "searching for a list of template names" means in TemplateResponse.Mixin.get_template_names() docs. | Documentation | |
26375 | 26375 | ✅ | Docs: since author_form.html gets used by CreateView and UpdateView, the button should be be called "Create" | Documentation | ||
26335 | 26335 | ✅ | 1 | Show SQL if migration fails | Migrations | |
26259 | 26259 | ✅ | Form.cleaned_data should call is_valid() if necessary | Forms | ||
26159 | 26159 | ✅ | 2 | Link to djangopackages comparison grid "Pagination" | Documentation | |
26032 | 26032 | ✅ | 2 | Where does `manage.py` belong: to Application or to Project? | Documentation | |
26078 | 26078 | ✅ | 1 | Docs: DB Meta Migration Guildlines: More explicit "old" vs "new" | Documentation | |
26081 | 26081 | ✅ | 2 | Understanding MyModel._meta.get_fields() | Database layer (models, ORM) | |
25473 | 25473 | ✅ | 4 | Consistently use dashes instead of underscores in URL names | Documentation | |
25581 | 25581 | ✅ | 3 | trac: Search for "Description" contains "foo" AND "bar" | Error reporting | |
25472 | 25472 | ✅ | 2 | docs of login_required() should show the usage in class-based-views. | Documentation | |
25451 | 25451 | ✅ | Docs: Please tell new users where to store their test code | Documentation | ||
25450 | 25450 | ✅ | 1 | HostnameField (Feature request) | Database layer (models, ORM) | |
17785 | 17785 | ✅ | 4 | PostgreSQL Introspection: get_relations() broken after drop column | Database layer (models, ORM) | |
25311 | 25311 | ✅ | Docs: "You may perform partial commits ..." Sorry you can't. Commits are ACID. They are durable xor not. | Documentation | ||
25309 | 25309 | ✅ | 1 | Docs: ATOMIC_REQUESTS is for **view** not http request | Documentation | |
24659 | 24659 | ✅ | Docs of backends.smtp.EmailBackend: use_tls default should be False, not None | Documentation | ||
24557 | 24557 | ✅ | Search for "setup.py" returns no results | Documentation | ||
21004 | 21004 | ✅ | 2 | Deprecation Timeline: is_managed(): more info needed | Documentation | |
19463 | 19463 | ✅ | Add UUID Field to core | Database layer (models, ORM) | ||
6992 | 6992 | ✅ | Better error message if Middleware.process_response returns None | Core (Other) | ||
14051 | 14051 | 1 | Signals for transaction commit/rollback | Database layer (models, ORM) | ||
23 | 23 | 1 | Add support for ValidationWarning | Forms | ||
16330 | 16330 | ✅ | 2 | dumpdata: filter output with given pimary keys | Core (Serialization) | |
6702 | 6702 | ✅ | 4 | ModelForm: assert given instance is instance of model | Forms | |
9055 | 9055 | ✅ | 1 | Percent sign in SQL statement behaves different with CursorDebugWrapper | Database layer (models, ORM) | |
9270 | 9270 | ✅ | Docs: FORCE_SCRIPT_NAME Syntax | Core (URLs) | ||
17935 | 17935 | ✅ | Media and Static files docs | Documentation | ||
6623 | 6623 | ✅ | commit_manually decorator: Better error message (show exception) | Database layer (models, ORM) | ||
19840 | 19840 | ✅ | Traceback view: href to version control page | Uncategorized | ||
19862 | 19862 | ✅ | 1 | docs for signal request_finished | Documentation | |
18062 | 18062 | ✅ | 3 | Document Best Practice for Choices in Model Fields | Documentation | |
18057 | 18057 | ✅ | Docs should say that caches are not cleared after each test | Documentation | ||
17156 | 17156 | ✅ | QuerySet.__contains__ needs documentation | Documentation | ||
9459 | 9459 | ✅ | 4 | forms.DateTimeField() rendered with HiddenInput looses microseconds | Forms | |
17794 | 17794 | ✅ | ✅ | 2 | Docs should have more links to reference | Documentation |
17527 | 17527 | ✅ | 1 | Better TypeError: m2m.add(wrong_type) | Database layer (models, ORM) | |
17596 | 17596 | ✅ | 3 | Safestring in Admin Field Label quoted twice | contrib.admin | |
17495 | 17495 | ✅ | 2 | Release Notes for 1.4: Table auth_message is gone | Documentation | |
17129 | 17129 | ✅ | 2 | Model FAQ: Link to south | Documentation | |
16698 | 16698 | ✅ | 2 | Docs: QuerySet slicing (SQL LIMIT) | Documentation | |
15593 | 15593 | ✅ | 3 | Docs: result of reverse() is already urlquoted | Documentation | |
9987 | 9987 | ✅ | 1 | get_profile documentation: Autocreate by signal | Documentation | |
9577 | 9577 | ✅ | 1 | Debug page's Request URL hides SCRIPT_NAME | HTTP handling | |
9216 | 9216 | ✅ | 2 | Forms: Assert that js and css attributes of Media contain list or tuple | Forms | |
9089 | 9089 | ✅ | 2 | urlencode should support MutliValueDict | Core (Other) | |
9031 | 9031 | ✅ | 1 | Small bug if typo in testcase | Testing framework | |
6766 | 6766 | ✅ | 2 | TEMPLATE_STRING_IF_INVALID should work for loops | Template system | |
6675 | 6675 | ✅ | 3 | Better error message if cleaned_data is missing (unbound Form) | Forms | |
6474 | 6474 | ✅ | 3 | conditional_escape: Try to convert to a string first, then check if SafeData | Uncategorized | |
6454 | 6454 | ✅ | 3 | request.path is a unicode string | Documentation | |
632 | 632 | 2 | database stored templates | Template system | ||
10880 | 10880 | ✅ | 1 | Link to 1.0 docs has two trailing slashes | *.djangoproject.com | |
11900 | 11900 | ✅ | 4 | commit_on_success: Handle Exception in commit() | Database layer (models, ORM) | |
342 | 342 | 2 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | ||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
689 | 689 | 6 | Honor Web server provided authentication | Core (Other) | ||
285 | 285 | 1 | WSGIRequest should set request.path to full uri path | HTTP handling | ||
528 | 528 | 1 | Add a documentation generator that creates a PDF or HTML files locally | Documentation | ||
6928 | 6928 | ✅ | 2 | commit_on_success: Handle KeyboardInterrupt | Database layer (models, ORM) | |
7025 | 7025 | ✅ | 3 | SafeUnicode.split() should return a list of SafeUnicode objects | Core (Other) | |
14350 | 14350 | 1 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | ||
9103 | 9103 | ✅ | 1 | django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/ | *.djangoproject.com | |
13731 | 13731 | ✅ | 2 | Missing docs how to emulate "ON DELETE SET NULL" | Documentation | |
9105 | 9105 | ✅ | __unicode__ method for models | Database layer (models, ORM) | ||
7655 | 7655 | ✅ | 3 | mail.py: Assert that "to" and "bcc" are not strings | Core (Mail) | |
6719 | 6719 | ✅ | 2 | syncdb: Better error message if installing custom sql failed | Core (Other) | |
987 | 987 | 1 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | ||
6403 | 6403 | ✅ | Wiki Startpage: Auto-Escape no longer under discussion | *.djangoproject.com | ||
4218 | 4218 | ✅ | Transactions: Middleware hook at the top | Documentation | ||
4217 | 4217 | ✅ | Databrowser: Add import to urls.py | Documentation | ||
4208 | 4208 | ✅ | Tutorial Part2: admin depends on auth, content-type and sessions. | Documentation |