mrts

(mrts)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (43) Reporter (28) Owner (1) Commenter (93) Summary Component
897 897 2 Bi-Directional ManyToMany in Admin contrib.admin
373 373 1 Add support for multi-column primary keys. Database layer (models, ORM)
10743 10743 Support lookup separators in ModelAdmin.list_display contrib.admin
10761 10761 3 ModelAdmin.queryset() is missing a mechanism for specifying different querysets for changelist and change object views contrib.admin
12780 12780 4 Provide a hook for compound form/formset validation in ModelAdmin contrib.admin
7497 7497 1 AppAdmin class for customizing app listing in admin index contrib.admin
32993 32993 5 Refactor AutocompleteJsonView to support extra fields in autocomplete response contrib.admin
17 17 2 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
30084 30084 4 Setting DATABASES['default']['TEST']['engine'] to SQLite does not cause Django to use an in-memory database as expected Testing framework
494 494 2 Collapse in admin interface for inline related objects contrib.admin
29 29 1 Fix usability issue with limit_choices_to and "Add another" in admin contrib.admin
27 27 1 Single form field for multiple database fields Forms
12701 12701 1 "Tooltips" in admin list view contrib.admin
23 23 1 Add support for ValidationWarning Forms
10733 10733 8 Invalid results when deferring fields in more than one related model with only() Database layer (models, ORM)
11906 11906 3 QuerySet._fill_cache is not thread-safe Database layer (models, ORM)
25 25 1 Filtering interface on ForeignKey <select> boxes contrib.admin
702 702 1 document that ManyToMany fields can't be in unique_together Documentation
10712 10712 3 ModelAdmin.queryset() is undocumented. Documentation
342 342 2 Add a way for fields to be displayed in the admin without being editable contrib.admin
10710 10710 4 Invalid results with only() when model has two foreign keys to other models that inherit from a single abstract parent Database layer (models, ORM)
11540 11540 1 Estonian translation Translations
9658 9658 Document `django.core.urlresolvers.resolve` Documentation
10742 10742 1 ModelAdmin.list_select_related needs three-valued logic to support custom select_related() calls contrib.admin
9409 9409 6 "OperationalError: database is locked" with Python 2.6 multiprocessing and SQLite backend Documentation
8177 8177 1 reverse() should report the reverse lookup that fails. Core (Other)
7141 7141 3 Estonian translation missing in global_settings.py Translations
528 528 4 Add a documentation generator that creates a PDF or HTML files locally Documentation
730 730 9 more explicit middlware ordering Core (Other)
7515 7515 3 Add .clear() and .destroy() to session objects contrib.sessions
13 13 1 Related objects interface should be tighter (edit_inline) contrib.admin
7167 7167 Add a SafeForm / SecureForm to django.contrib.csrf CSRF
8768 8768 1 Document that ugettext_lazy returns `<django.utils.functional.__proxy__ object at 0x11b1310>` in non-unicode string context Documentation
11648 11648 1 translation.get_language() should remove sublanguage code if it is not in settings.LANGUAGES Internationalization
11347 11347 2 isnull=False returns incorrect results for reverse relations Database layer (models, ORM)
10697 10697 2 contrib.admin is slow with large, complex datasets contrib.admin
10722 10722 4 Changelist view does not use select_related() on a nullable foreign key contrib.admin
9676 9676 1 Explicit default managers Database layer (models, ORM)
376 376 1 Add a handler for mod_python v. 2 (Django requires v. 3) Core (Other)
565 565 1 Unique fields don't work on edit_inline models contrib.admin
6889 6889 Media not properly merged with admin widgets contrib.admin
6866 6866 1 Easy custom media and validation in newforms-admin contrib.admin
6619 6619 Add custom javascript missing from newforms-admin (js field missing) contrib.admin