| #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
|
assigned
|
Jessica Louis
|
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
|
|
| #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
|
assigned
|
LubiePlacki
|
New feature
|
dev
|
|
| #8408 |
Add a way to avoid QuerySet.count() in admin pagination
|
new
|
|
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
|
|
| #11294 |
Django administration Model list always shows Decimal with decimal places
|
assigned
|
gaweng
|
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
|
|
| #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
|
|
| #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
|
|
| #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
|
|
| #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
|
|
| #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
|
5.2
|
|
| #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
|
assigned
|
Fabian Braun
|
New feature
|
dev
|
|
| #19303 |
ModelAdmin.formfield_overrides is ignored for fields with choices
|
assigned
|
Kundan Jangale
|
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
|
assigned
|
Jerlo F. De Leon
|
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.
|
assigned
|
Sidharth Dusanapudi
|
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
|
Artyom Kotovskiy
|
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
|
assigned
|
Pranav Agarkar
|
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
|
assigned
|
Sanghyuk Jeong
|
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
|
assigned
|
VIZZARD-X
|
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
|
|
| #28283 |
_changeform_view sends wrong object after ModelForm validation
|
assigned
|
Youngkwang Yang
|
Bug
|
dev
|
|
| #28369 |
Provide ModelAdmin hooks for reversing URLs
|
new
|
|
New feature
|
dev
|
|
| #28589 |
When saving in admin, readonly fields are potentially overwritten
|
assigned
|
Fingal Plumpton
|
Cleanup/optimization
|
dev
|
|
| #29030 |
Make construction of "View on site" and "View Site" URLs consistent
|
assigned
|
Pierre Sassoulas
|
Cleanup/optimization
|
2.0
|
|
| #29111 |
Use autocomplete_fields in list_filter for related models
|
new
|
|
New feature
|
dev
|
|
| #29115 |
Allow rendering of admin forms with Jinja2
|
assigned
|
David Smith
|
New feature
|
dev
|
|
| #29237 |
ModelAdmin.inlines cause a model to lose its primary key from a model field default
|
assigned
|
Sasha Gaevsky
|
Bug
|
1.11
|
|