home / django_tickets

tickets

6 rows where "changetime" is on date 2008-08-14 and "created" is on date 2008-08-14 sorted by summary

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: resolution, summary, reporter, last_pulled_from_trac (date)

created (date) 1 ✖

  • 2008-08-14 · 6 ✖

changetime (date) 1 ✖

  • 2008-08-14 · 6 ✖
id created changetime last_pulled_from_trac stage status component type severity version resolution summary ▼ description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8322 2008-08-14 19:06:28 2008-08-14 20:34:47 2022-03-06 03:41:56.839239 Unreviewed closed contrib.admin       invalid Admin fails to add a slash between MEDIA_URL and upload_to With MEDIA_URL="/media" and upload_to="somefolder" the admin, while uploading files properly, shows the link to the newly uploaded file as “/mediasomefolder/filename” without the slash. Expected: to add a slash. For consistency, the trailing slash should never be required on paths. nobody to.roma.from.djbug@qwertty.com   0 0 0 0 0 0
8302 2008-08-14 03:26:19 2008-08-14 03:31:14 2022-03-06 03:41:53.539158 Unreviewed closed Documentation     dev duplicate Documentation type-o in "Order of Middleware_Classes" http://www.djangoproject.com/documentation/cache/#order-of-middleware-classes Look at the last word in this copy/paste: "Order of MIDDLEWARE_CLASSES If you use caching middlewaare, . . ." nobody defcube   0 0 0 0 0 0
8303 2008-08-14 04:54:31 2008-08-14 04:55:19 2022-03-06 03:41:53.690474 Unreviewed closed Uncategorized     dev invalid XuXBZJFrj 2Mdu0u <a href="http://rshsbbnnfgzq.com/">rshsbbnnfgzq</a>, [url=http://qjvskwacavmt.com/]qjvskwacavmt[/url], [link=http://ryefuwskdkbq.com/]ryefuwskdkbq[/link], http://cnhoeuihcjhf.com/ nobody anonymous tBNuDvuYvrMV 0 0 0 0 0 0
8304 2008-08-14 04:54:34 2008-08-14 04:55:33 2022-03-06 03:41:53.851143 Unreviewed closed Uncategorized     dev invalid XuXBZJFrj 2Mdu0u <a href="http://rshsbbnnfgzq.com/">rshsbbnnfgzq</a>, [url=http://qjvskwacavmt.com/]qjvskwacavmt[/url], [link=http://ryefuwskdkbq.com/]ryefuwskdkbq[/link], http://cnhoeuihcjhf.com/ nobody anonymous tBNuDvuYvrMV 0 0 0 0 0 0
8305 2008-08-14 04:54:42 2008-08-14 04:55:48 2022-03-06 03:41:53.994640 Unreviewed closed Uncategorized     dev invalid XuXBZJFrj 2Mdu0u <a href="http://rshsbbnnfgzq.com/">rshsbbnnfgzq</a>, [url=http://qjvskwacavmt.com/]qjvskwacavmt[/url], [link=http://ryefuwskdkbq.com/]ryefuwskdkbq[/link], http://cnhoeuihcjhf.com/ nobody anonymous tBNuDvuYvrMV 0 0 0 0 0 0
8327 2008-08-14 22:15:19 2008-08-14 22:36:51 2022-03-06 03:41:57.594944 Unreviewed closed contrib.admin     dev invalid link to change password form on 'change user' page in admin interface is broken Go into the admin interface, open a user, and try to change its password. {{{ Environment: Request Method: GET Request URL: http://localhost:8000/bradmin/auth/user/9/password/ Django Version: 1.0-alpha_2-SVN-8351 Python Version: 2.5.2 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'django.contrib.humanize', 'visitdb', 'photologue'] Installed Middleware: ('visitdb.middleware.RequestAttributeSetup', 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.doc.XViewMiddleware', 'visitdb.middleware.StandardViewKwargsMiddleware') Traceback: File "/home/tobias/caktus/eclipse-workspace/blueridge_visit_database/django/core/handlers/base.py" in get_response 86. response = callback(request, *callback_args, **callback_kwargs) File "/home/tobias/caktus/eclipse-workspace/blueridge_visit_database/django/contrib/admin/sites.py" in root 172. return self.model_page(request, *url.split('/', 2)) File "/home/tobias/caktus/eclipse-workspace/blueridge_visit_database/django/views/decorators/cache.py" in _wrapped_view_func 44. response = view_func(request, *args, **kwargs) File "/home/tobias/caktus/eclipse-workspace/blueridge_visit_database/django/contrib/admin/sites.py" in model_page 189. return admin_obj(request, rest_of_url) File "/home/tobias/caktus/eclipse-workspace/blueridge_visit_database/django/contrib/admin/options.py" in __call__ 275. return self.change_view(request, unquote(url)) File "/home/tobias/caktus/eclipse-workspace/blueridge_visit_database/django/db/transaction.py" in _commit_on_success 238. res = func(*args, **kw) File "/home/tobias/caktus/eclipse-workspace/blueridge_visit_database/django/contrib/admin/options.py" in change_view 616. ob… nobody tobias   0 0 0 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tickets (
        id int primary key,
        created datetime,
        changetime datetime,
        last_pulled_from_trac datetime,
        stage text,
        status text,
        component text,
        type text,
        severity text,
        version text,
        resolution text,
        summary text,
        description text,
        owner text,
        reporter text,
        keywords text,
        easy boolean,
        has_patch boolean,
        needs_better_patch boolean,
        needs_tests boolean,
        needs_docs boolean,
        ui_ux boolean
    );
Powered by Datasette · Queries took 1565.347ms