Custom Query (151 matches)

Results (1 - 100 of 151)

1 2
Ticket Summary Status Owner Type Version Ticket
#897 Bi-Directional ManyToMany in Admin new nobody New feature dev low
#2137 Add drag and drop ordering for inlines to set order_with_respect_to in admin interface new New feature normal
#2259 Primary keys should be readonly by default in admin new Bug dev normal
#2901 Enable admin log display to be restricted to a specific site new nobody New feature newforms-admin normal
#4848 Allow inline fields to be "mixed in" with the models' own fields new nobody New feature newforms-admin
#5372 Cache inline ForeignKey options new nobody Cleanup/optimization newforms-admin
#5899 Allow admin fieldsets to be collapsible but not initially collapsed assigned poncelettheo New feature newforms-admin
#6363 Login page is redisplayed without any message if AdminSite.has_permission() returns False assigned Ahtisham Shafi Bug dev
#6396 Remove customization-unfriendly admin template tags new nobody Cleanup/optimization dev
#6489 Add selected and enabled_from for JS calendar new nobody New feature dev
#8408 Add a new meta option: don't do count(*) in admin new Thomas C New feature dev
#8472 Add "Recent Actions" panel to app_index template assigned Dario Ocles New feature dev
#8851 Add a default option to list_filter in the admin interface assigned Andrew Aikman New feature dev
#9025 Nested Inline Support in Admin new New feature dev
#9107 URL arguments to set values of fields in admin don't work for inlines new New feature dev
#9373 "This field is required" error even on empty inlines formsets in the admin model page, when hiding a choice field of a custom form. new Bug 1.7
#9388 Made month and year selectable in admin calender widget. new ahmadkhalili New feature dev
#9739 Admin does not correctly prefill DataTimeField from URL assigned Fabian Binz Bug 1.0
#9976 Generic Foreign Keys should have a nice widget(ala raw_id) new New feature dev
#10191 Fix / Add support for radiobuttons after adding item with popup in Django Admin new bodiddlie New feature dev
#10305 Add a form instantiation hook for contrib.admin add/change views new nobody New feature dev
#10761 ModelAdmin.queryset() is missing a mechanism for specifying different querysets for changelist and change object views assigned Tom Carrick New feature dev
#10919 Add an option to disable display of related items on admin's delete confirmation page (to prevent large memory usage on complex objects) new nobody New feature dev
#11294 Django administration Model list always shows Decimal with decimal places new nobody Bug dev
#11383 Admin action 'Delete selected' check only global model delete permission new Bug dev
#11561 raw_id_fields requires that the user has change permissions on the model class that is being linked to new nobody Bug 1.0
#11651 Allow list_editable form fields to be customized separately from changeform fields. new nobody New feature dev
#12044 Add extra_context to admin action delete_selected new nobody New feature 1.1
#12090 Show admin actions on the edit pages too assigned Marcelo Galigniana New feature dev
#12134 contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the widget attrs new nobody Bug 1.1
#12203 ManyToManyField with through model can't be used in admin assigned Rosana Rufer Bug dev
#12238 ModelAdmin ignores dynamic fields of ModelForm new nobody Bug 1.1
#12246 contrib.admin's JavaScript functions should be namespaced new nobody Cleanup/optimization dev
#12382 Deleting an inline can delete the whole inlined model instance recursively new nobody Bug 1.1
#12509 Feature: Selector Inlines new Zain Memon New feature soc2009/admin-ui
#13033 MySQL full text search in admin new nobody New feature dev
#13224 style of m2m readonly_fields in admin change_form new New feature 1.2-beta
#13369 Should be easier to add a MultipleChoice for reverse relationships on ModelAdmins new nobody New feature 1.2
#13539 The delete confirmation page does not check for object-level permissions when building the related list new Bug 1.8
#13659 Make the request accessible in callables used in ModelAdmin.list_display assigned Paulo New feature dev
#13664 Enable admin permission checks from outside the ModelAdmin new nobody New feature dev
#13871 contrib.admin:list_editable - ForeignKey performance is O(m*n) new nobody New feature dev
#13883 SelectBox.js with grouping (optgroup elements) assigned Sean Helvey Bug dev
#13917 Multiple popup window feature of related objects popup through id_to_windowname new nobody New feature 1.2
#14336 list_display should be able to contain sortable references to annotated fields new New feature 1.2
#14760 Admin inlines with file/image field fails to save_as new nobody Bug 1.2
#14832 Impossible to create inline objects if form validates but is unchanged new nobody Bug 1.4
#15220 replace SelectFilter2.js with a jQuery plugin new Cleanup/optimization dev
#15231 Admin DateTimeShortcuts + Inlines performance new nobody Cleanup/optimization dev
#15602 Using get_readonly_fields and StackedInline/TabularInline admin objects doesn't allow creating new objects, immutible existing objects new nobody Bug dev
#15759 list_editable should respect per-object permissions new nobody Bug dev
#15881 FilteredSelectMultiple does not respect order new nobody Cleanup/optimization 1.3
#16260 Ability to change dismissRelatedLookupPopup on custom callback function new New feature dev
#16465 Admin history view should also show history of super-object(s) new nobody New feature 1.3
#16521 Provide keyboard shortcuts in admin assigned Mike Schem New feature 1.3
#16730 serializing forms which use FilteredSelectMultiple new New feature 1.3
#16915 contrib.admin should use a variable to select base_site template new nobody New feature dev
#17208 Dogfood class-based views in contrib.admin assigned Yoong Kang Lim Cleanup/optimization dev
#17522 ModelAdmin.ordering validation too strict new nobody Bug dev
#17659 django_admin_log searches are slow new keeff Cleanup/optimization 1.3
#17726 Admin's Recent Actions broken for multiple admin site instances with unique registered models new nobody Bug 4.1
#17881 Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields new nobody New feature 1.4-beta-1
#18427 limit_choices_to won't limit correctly new nobody Bug 1.4
#18665 Allow registering custom admin views with the admin's index new nobody New feature dev
#18736 Flexible filters for django admin new nobody New feature 1.4
#18879 FilteredSelectMultiple loses data new nobody Bug 1.4
#18914 Add a way to add items to the admin's object tools using Python code new nobody New feature dev
#19303 ModelAdmin.formfield_overrides is ignored for fields with choices new Bug dev
#19710 ModelAdmin exclude behaviour not consistent with ModelAdmin behaviour new nobody Bug 1.4
#19755 Incremental filter assigned Przemysław Suliga New feature dev
#20151 get_deleted_objects does not check permissions on proxy model objects without ModelAdmin new nobody Bug 1.5
#20372 using registration/logged_out.html template overrides admin logout assigned Ayush Khatri Cleanup/optimization 1.5
#21135 Admin: Support for editing OneToOne related models in RELATED model new nobody New feature dev
#22226 Reversing admin URLs requires undocumented filter admin_urlquote. new nobody Bug dev
#22689 inlines with sliced and ordered querysets save incorrectly when underlying data has changed since page load new nobody Bug 1.7
#23242 Add an option to avoid slow date_hierarchy queries on a big tables new nobody New feature dev
#23501 remove/add fields programatically in modelform fails in admin new nobody Bug 1.7
#23595 “add” button for related fields in admin interface should send 'limit_choices_to' parameter to add form assigned Greg Chapple Cleanup/optimization dev
#24117 make admin not require context_processors new nobody Cleanup/optimization dev
#24580 Add test for untested condition in admin_list template tag. new None Cleanup/optimization 1.8
#24947 Move admin changelist filters into a separate class (Mixin) assigned Antoliny New feature dev
#25197 Add a more friendly widget for HStoreField new New feature dev
#25387 ModelAdmin actions don't get access to the ActionForm new nobody New feature dev
#25656 Recent Actions admin section contains link to edit form even when user does not have edit permission assigned AP Jama Bug dev
#25701 Add warning to an admin list_view if too many queries are being used new New feature dev
#25857 DateTimeShortcuts.js could try and consume all DATE_INPUT_FORMATS. new nobody New feature dev
#26066 Admin listview could handle a table wider than the screen more elegantly new Cleanup/optimization 1.9
#26372 admin_order_field ignored when shadowing model field new nobody Bug dev
#26810 DATA_UPLOAD_MAX_NUMBER_FIELDS not taken into account in admin mass actions new nobody Cleanup/optimization 1.10
#26982 Allow easy removal of "novalidate" in admin new nobody New feature 1.10
#27157 AdminForm may crash if model_admin argument is None new nobody Bug 1.10
#27229 Allow using aggregates in ModelAdmin.list_display assigned Dor New feature dev
#27303 Selecting multiple admin list_filters across relations return results that don't match both filters new nobody Bug 1.10
#27466 Use a datepicker widget for Date[Time]RangeField in admin new nobody New feature 1.10
#27477 Use QuerySet.select_for_update() in admin change form to fix race condition new nobody New feature dev
#27487 ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple new Cleanup/optimization 1.10
#27692 Remember scroll position in list screen after coming back from edit screen - remove autofocus from search field assigned SAI GANESH S Bug 1.10
#27752 Fix and test admin_order_field set for the __str__ of a model new Bug dev
#28068 Allow customizing popup window for selecting related objects in django admin new nobody New feature dev
#28267 Change submit_line implementation to allow easier modification new nobody New feature dev
1 2
Note: See TracQuery for help on using queries.
Back to Top