home / django_tickets

tickets

3 rows where "created" is on date 2008-08-12 and needs_better_patch = 1 sorted by needs_better_patch

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: needs_tests, needs_docs, changetime (date)

needs_better_patch 1 ✖

  • 1 · 3 ✖

created (date) 1 ✖

  • 2008-08-12 · 3 ✖
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
8255 2008-08-12 12:19:35 2008-08-12 14:39:53 2022-03-06 03:41:46.230989 Unreviewed closed Documentation     dev wontfix Nobody reads the BackwardsIncompatibleChanges page From the django irc room: {{{ out)) [10:49am] daonb: I'm trying to test the trunk and here's what I'm getting - http://dpaste.com/70874/ - I'm using 2.5.1 and postgres_psycopg2 on a OSX 10.5 [10:54am] Matro: huh, was get_<field>_filename removed? [10:55am] mattmcc: Nobody reads the BackwardsIncompatibleChanges page. [10:56am] Matro: I kept finding the one from the last revision [10:56am] Matro: [10:56am] mattmcc: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Filestoragerefactoring [10:58am] daonb: I'll read it, but I just did an 'svn up' and 'python setup.py install' and tested my installation. using runtests.pt. It should pass out of the box [10:58am] }}} nobody daonb <bennydaon@gmail.com>   0 1 1 0 0 0
8258 2008-08-12 13:51:22 2011-09-28 16:12:17 2022-03-06 03:41:46.717759 Accepted closed contrib.admin     dev duplicate Double escaping in admin delete confirmation As reported by Pryankster in [1], the related objects to be deleted and listed in the admin's delete confirmation page are escaped twice: once in `admin.util.get_deleted_objects()` and once in the `unordered_list` filter. [1] http://groups.google.com/group/django-users/browse_thread/thread/911d5a0f6c53fdf2 nobody julien   0 1 1 0 0 0
8270 2008-08-12 23:13:54 2014-06-08 19:55:52 2022-03-06 03:41:48.502448 Accepted closed contrib.contenttypes New feature Normal dev fixed Add convenience method to ContentTypeManager app_label, model_name (e.g. ('news', 'story')) is often passed around internally in our codebase. The attached patch would be nice in Django, since otherwise we do a little hula to get the ContentType object. Doing a direct query would miss the handy cache ContentTypeManager includes. nobody jdunck   0 1 1 1 1 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 987.817ms