#27487 |
ModelAdmin.formfield_overrides on ManyToManyField isn't compatible with CheckboxSelectMultiple
|
assigned
|
Adonys Alea Boffill
|
Cleanup/optimization
|
contrib.admin
|
#27888 |
Add a button to clear all admin filters
|
assigned
|
Md. Al-Amin
|
Cleanup/optimization
|
contrib.admin
|
#11028 |
Problem with searching in m2m fields in inherited model
|
new
|
albertoconnor
|
Bug
|
contrib.admin
|
#16260 |
Ability to change dismissRelatedLookupPopup on custom callback function
|
assigned
|
Alex Kamedov
|
New feature
|
contrib.admin
|
#20372 |
using registration/logged_out.html template overrides admin logout
|
assigned
|
Alexis Bellido
|
Cleanup/optimization
|
contrib.admin
|
#9602 |
Add admin.site._registry manipulation methods
|
assigned
|
anonymous
|
New feature
|
contrib.admin
|
#12627 |
If all fields are readonly or editable=False, their ModelForm is always valid and can raise exceptions
|
new
|
anonymous
|
Bug
|
contrib.admin
|
#16521 |
Provide keyboard shortcuts in admin
|
assigned
|
anonymous
|
New feature
|
contrib.admin
|
#14336 |
list_display should be able to contain sortable references to annotated fields
|
assigned
|
Jon Culver
|
New feature
|
contrib.admin
|
#25656 |
Recent Actions admin section contains link to edit form even when user does not have edit permission
|
assigned
|
Anton Baklanov
|
Bug
|
contrib.admin
|
#29138 |
Add ModelAdmin.autocomplete_fields support for ForeignKeys that use to_field
|
assigned
|
Basu Dubey
|
Bug
|
contrib.admin
|
#12241 |
Admin forgets URL used for prefilling forms when hitting Save and add another
|
new
|
Batiste Bieler
|
Bug
|
contrib.admin
|
#10191 |
Fix / Add support for radiobuttons after adding item with popup in Django Admin
|
new
|
bodiddlie
|
New feature
|
contrib.admin
|
#8472 |
Add "Recent Actions" panel to app_index template
|
assigned
|
Dario Ocles
|
New feature
|
contrib.admin
|
#21241 |
Optimize the query generated for admin changelist filters
|
new
|
Simon Charette
|
Cleanup/optimization
|
contrib.admin
|
#29030 |
Make construction of "View on site" and "View Site" URLs consistent
|
assigned
|
ChiragMaliwal
|
Cleanup/optimization
|
contrib.admin
|
#13659 |
Make the request accessible in callables used in ModelAdmin.list_display
|
assigned
|
Paulo
|
New feature
|
contrib.admin
|
#5899 |
Allow admin fieldsets to be collapsible but not initially collapsed
|
assigned
|
Alexander Herrmann
|
New feature
|
contrib.admin
|
#15220 |
replace SelectFilter2.js with a jQuery plugin
|
new
|
dbunskoek
|
Cleanup/optimization
|
contrib.admin
|
#28283 |
_changeform_view sends wrong object after ModelForm validation
|
assigned
|
ddein
|
Bug
|
contrib.admin
|
#26836 |
Allow applications to register links in the admin interface
|
assigned
|
Luis Del Giudice
|
New feature
|
contrib.admin
|
#6933 |
You cannot search with spaces if search_fields is declared with "^"
|
new
|
diafour
|
New feature
|
contrib.admin
|
#27917 |
Allow ModelAdmin.radio_fields to work with NullBooleanField
|
assigned
|
Musen
|
Cleanup/optimization
|
contrib.admin
|
#27229 |
Allow using aggregates in ModelAdmin.list_display
|
assigned
|
Dor
|
New feature
|
contrib.admin
|
#14810 |
Admin inline templates need blocks
|
new
|
Simon Meers
|
New feature
|
contrib.admin
|
#22569 |
lookup_allowed fails to consider dynamic list_filter
|
assigned
|
Simon Meers
|
Bug
|
contrib.admin
|
#26761 |
Add 'help_text' property to methods in ModelAdmin.list_display
|
assigned
|
ducdetronquito
|
New feature
|
contrib.admin
|
#22828 |
Model admins should return copies of its attributes
|
assigned
|
ericpauley
|
Bug
|
contrib.admin
|
#28589 |
When saving in admin, readonly fields are potentially overwritten
|
assigned
|
Fingal Plumpton
|
Cleanup/optimization
|
contrib.admin
|
#23595 |
“add” button for related fields in admin interface should send 'limit_choices_to' parameter to add form
|
assigned
|
Greg Chapple
|
Cleanup/optimization
|
contrib.admin
|
#28404 |
Django admin empty_value/empty_value_display doesn't check for empty strings
|
assigned
|
Nazarov Georgiy
|
Bug
|
contrib.admin
|
#17498 |
Add a way to register a model with the admin but prevent it from appearing on the app index page
|
assigned
|
heba1108
|
New feature
|
contrib.admin
|
#27360 |
Make it easier to track down the offending models for AlreadyRegistered exceptions
|
assigned
|
Quentin Fulsher
|
Cleanup/optimization
|
contrib.admin
|
#25701 |
Add warning to an admin list_view if too many queries are being used
|
assigned
|
Jacinda Shelly
|
New feature
|
contrib.admin
|
#28687 |
Add a 'Not Empty' option to admin's related filter
|
assigned
|
Jake Barber
|
Cleanup/optimization
|
contrib.admin
|
#12090 |
Show admin actions on the edit pages too
|
assigned
|
jgmize
|
New feature
|
contrib.admin
|
#28889 |
Use JavaScript to prevent double submission of admin forms
|
assigned
|
Karan Bedi
|
Cleanup/optimization
|
contrib.admin
|
#17659 |
django_admin_log searches are slow
|
new
|
keeff
|
Cleanup/optimization
|
contrib.admin
|
#10609 |
Permissions on admin actions
|
assigned
|
leitjohn
|
New feature
|
contrib.admin
|
#24580 |
Add test for untested condition in admin_list template tag.
|
new
|
None
|
Cleanup/optimization
|
contrib.admin
|
#19303 |
ModelAdmin.formfield_overrides is ignored for fields with choices
|
new
|
Łukasz Balcerzak
|
Bug
|
contrib.admin
|
#24947 |
Move admin changelist filters into a separate class (Mixin)
|
new
|
Emmanuelle Delescolle
|
New feature
|
contrib.admin
|
#897 |
Bi-Directional ManyToMany in Admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
#1873 |
Multi-select admin filter for RelatedFields
|
new
|
nobody
|
New feature
|
contrib.admin
|
#2901 |
Enable admin log display to be restricted to a specific site
|
new
|
nobody
|
New feature
|
contrib.admin
|
#4848 |
Allow inline fields to be "mixed in" with the models' own fields
|
new
|
nobody
|
New feature
|
contrib.admin
|
#5372 |
Cache inline ForeignKey options
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#6396 |
Remove customization-unfriendly admin template tags
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#6489 |
Add selected and enabled_from for JS calendar
|
new
|
nobody
|
New feature
|
contrib.admin
|
#7497 |
AppAdmin class for customizing app listing in admin index
|
new
|
nobody
|
New feature
|
contrib.admin
|
#9107 |
URL arguments to set values of fields in admin don't work for inlines
|
new
|
nobody
|
New feature
|
contrib.admin
|
#9338 |
admin-interface: inline formset should have can_order=True when using order_with_respect_to
|
new
|
nobody
|
New feature
|
contrib.admin
|
#10305 |
Add a form instantiation hook for contrib.admin add/change views
|
new
|
nobody
|
New feature
|
contrib.admin
|
#10327 |
Pass document.domain to popup windows in admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
#10743 |
Support lookup separators in ModelAdmin.list_display
|
new
|
nobody
|
New feature
|
contrib.admin
|
#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
|
contrib.admin
|
#11294 |
Django administration Model list always shows Decimal with decimal places
|
new
|
nobody
|
Bug
|
contrib.admin
|
#11561 |
raw_id_fields requires that the user has change permissions on the model class that is being linked to
|
new
|
nobody
|
Bug
|
contrib.admin
|
#11651 |
Allow list_editable form fields to be customized separately from changeform fields.
|
new
|
nobody
|
New feature
|
contrib.admin
|
#11715 |
If change mutable list "inlines" in one admin options then it will change "inlines" for all admin options.
|
new
|
nobody
|
Bug
|
contrib.admin
|
#11803 |
Admin does not update every ForeignKey select of the same model
|
new
|
nobody
|
Bug
|
contrib.admin
|
#12044 |
Add extra_context to admin action delete_selected
|
new
|
nobody
|
New feature
|
contrib.admin
|
#12134 |
contrib.admin.RelatedFieldWidgetWrapper.__deepcopy__() should copy() the widget attrs
|
new
|
nobody
|
Bug
|
contrib.admin
|
#12203 |
ManyToManyField with through model can't be used in admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
#12238 |
ModelAdmin ignores dynamic fields of ModelForm
|
new
|
nobody
|
Bug
|
contrib.admin
|
#12246 |
contrib.admin's JavaScript functions should be namespaced
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#12382 |
Deleting an inline can delete the whole inlined model instance recursively
|
new
|
nobody
|
Bug
|
contrib.admin
|
#12679 |
In admin, inlines should be allowed to be properties
|
new
|
nobody
|
Bug
|
contrib.admin
|
#12780 |
Provide a hook for compound form/formset validation in ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
#12952 |
Models history doesn't use verbose names
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#13033 |
MySQL full text search in admin
|
new
|
nobody
|
New feature
|
contrib.admin
|
#13369 |
Should be easier to add a MultipleChoice for reverse relationships on ModelAdmins
|
new
|
nobody
|
New feature
|
contrib.admin
|
#13664 |
Enable admin permission checks from outside the ModelAdmin
|
new
|
nobody
|
New feature
|
contrib.admin
|
#13764 |
i18n in custom javascript
|
new
|
nobody
|
New feature
|
contrib.admin
|
#13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
new
|
nobody
|
New feature
|
contrib.admin
|
#13883 |
SelectBox.js with grouping (optgroup elements)
|
new
|
nobody
|
Bug
|
contrib.admin
|
#13917 |
Multiple popup window feature of related objects popup through id_to_windowname
|
new
|
nobody
|
New feature
|
contrib.admin
|
#14408 |
Admin Error when subclassing ContentType for generic Relations
|
new
|
nobody
|
Bug
|
contrib.admin
|
#14660 |
Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js
|
new
|
nobody
|
Bug
|
contrib.admin
|
#14760 |
Admin inlines with file/image field fails to save_as
|
new
|
nobody
|
Bug
|
contrib.admin
|
#14832 |
Impossible to create inline objects if form validates but is unchanged
|
new
|
nobody
|
Bug
|
contrib.admin
|
#15231 |
Admin DateTimeShortcuts + Inlines performance
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#15602 |
Using get_readonly_fields and StackedInline/TabularInline admin objects doesn't allow creating new objects, immutible existing objects
|
new
|
nobody
|
Bug
|
contrib.admin
|
#15665 |
Inline admins are broken when primary key is not an AutoField and not editable.
|
new
|
nobody
|
Bug
|
contrib.admin
|
#15759 |
list_editable should respect per-object permissions
|
new
|
nobody
|
Bug
|
contrib.admin
|
#15881 |
FilteredSelectMultiple does not respect order
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#15910 |
show delete links for all admin inline formset rows
|
new
|
nobody
|
Bug
|
contrib.admin
|
#16063 |
Problem with searching in m2m fields in inherited model
|
new
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#16117 |
Provide decorators to easily mark functions/methods as list_display items or admin actions
|
new
|
nobody
|
New feature
|
contrib.admin
|
#16180 |
IGNORED_PARAMS customization
|
new
|
nobody
|
New feature
|
contrib.admin
|
#16212 |
Improve multiple sort UX
|
new
|
nobody
|
New feature
|
contrib.admin
|
#16465 |
Admin history view should also show history of super-object(s)
|
new
|
nobody
|
New feature
|
contrib.admin
|
#16915 |
contrib.admin should use a variable to select base_site template
|
new
|
nobody
|
New feature
|
contrib.admin
|
#17522 |
ModelAdmin.ordering validation too strict
|
new
|
nobody
|
Bug
|
contrib.admin
|
#17726 |
Admin's Recent Actions broken for multiple admin site instances with unique registered models
|
new
|
nobody
|
Bug
|
contrib.admin
|
#17881 |
Implement BaseModelAdmin.get_raw_id_fields, similar to get_readonly_fields
|
new
|
nobody
|
New feature
|
contrib.admin
|
#18096 |
Overiding delete permissions in the Admin
|
new
|
nobody
|
Bug
|
contrib.admin
|
#18427 |
limit_choices_to won't limit correctly
|
new
|
nobody
|
Bug
|
contrib.admin
|
#18665 |
Allow registering custom admin views with the admin's index
|
new
|
nobody
|
New feature
|
contrib.admin
|
#18736 |
Flexible filters for django admin
|
new
|
nobody
|
New feature
|
contrib.admin
|