#16260 |
Ability to change dismissRelatedLookupPopup on custom callback function
|
assigned
|
admin javascript
|
Alex Kamedov
|
New feature
|
contrib.admin
|
#8972 |
Add ability to delete selected vector features within the Geodjango/OpenLayers Admin map interface
|
assigned
|
OpenLayers, admin, vector editing
|
jbronn
|
New feature
|
GIS
|
#9602 |
Add admin.site._registry manipulation methods
|
assigned
|
register modeladmin
|
anonymous
|
New feature
|
contrib.admin
|
#26607 |
Add a hook to customize the admin's formsets parameters
|
new
|
admin inline formset initial
|
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
|
admin memory limit
|
nobody
|
New feature
|
contrib.admin
|
#18914 |
Add a way to add items to the admin's object tools using Python code
|
new
|
admin object-tools
|
nobody
|
New feature
|
contrib.admin
|
#17498 |
Add a way to register a model with the admin but prevent it from appearing on the app index page
|
assigned
|
admin
|
heba1108
|
New feature
|
contrib.admin
|
#15059 |
Additional Documentation for the objects in the admin templates
|
new
|
admin templates override
|
nobody
|
Bug
|
Documentation
|
#27755 |
add ModelAdmin.get_inlines() hook to allow set inlines based on the request or model instance.
|
new
|
django,admin,inlines
|
nobody
|
New feature
|
contrib.admin
|
#16872 |
Add touch support to the geographic admin
|
assigned
|
gis admin touch
|
jbronn
|
New feature
|
GIS
|
#11383 |
Admin action 'Delete selected' check only global model delete permission
|
new
|
delete permission admin
|
|
Bug
|
contrib.admin
|
#11803 |
Admin does not update every ForeignKey select of the same model
|
new
|
admin select foreignkey
|
nobody
|
Bug
|
contrib.admin
|
#10964 |
Admin for group doesn't allow to easily add users to the group
|
new
|
admin, groups, reverse M2M
|
nobody
|
New feature
|
Forms
|
#20023 |
Admin Inline form validation must go in Model.clean() if AdminInline.form is not specified
|
new
|
admin inline form validation
|
nobody
|
Bug
|
Documentation
|
#26066 |
Admin listview could handle a table wider than the screen more elegantly
|
new
|
admin css style layout
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#17726 |
Admin's Recent Actions broken for multiple admin site instances with unique registered models
|
new
|
admin, multiple admin sites, recent actions
|
nobody
|
Bug
|
contrib.admin
|
#5899 |
Allow admin fieldsets to be collapsible but not initially collapsed
|
assigned
|
admin fieldset collapsed collapsible nfa-someday
|
Alexander Herrmann
|
New feature
|
contrib.admin
|
#4848 |
Allow inline fields to be "mixed in" with the models' own fields
|
new
|
nfa-someday newforms-admin inline models fields
|
nobody
|
New feature
|
contrib.admin
|
#5372 |
Cache inline ForeignKey options
|
new
|
nfa-someday newforms, admin, inlines
|
nobody
|
Cleanup/optimization
|
contrib.admin
|
#5518 |
Capitalized verbose names for models
|
new
|
admin, verbose_name, nfa-someday i18n-nofix
|
nobody
|
Cleanup/optimization
|
Internationalization
|
#13871 |
contrib.admin:list_editable - ForeignKey performance is O(m*n)
|
new
|
list_editable, admin, ForeignKey, admin efficiency
|
nobody
|
New feature
|
contrib.admin
|
#21021 |
Default geom_type attribute for GeometryWidget should be "Geometry", not "Unknown"
|
new
|
minor
|
|
Cleanup/optimization
|
GIS
|
#11094 |
default_lon and default_lat have no effect for OSMGeoAdmin
|
new
|
OSMGeoAdmin, gis
|
stuartk
|
Bug
|
GIS
|
#12382 |
Deleting an inline can delete the whole inlined model instance recursively
|
new
|
admin inlines
|
nobody
|
Bug
|
contrib.admin
|
#28404 |
Django admin empty_value/empty_value_display doesn't check for empty strings
|
assigned
|
empty value display admin charfield
|
Nazarov Georgiy
|
Bug
|
contrib.admin
|
#28667 |
Documentation for extending UserCreationForm doesn't work with UserAdmin
|
assigned
|
add_fieldsets UserAdmin UserCreationForm Custom Auth User Model
|
Bhavesh Praveen
|
Cleanup/optimization
|
contrib.auth
|
#17208 |
Dogfood class-based views in contrib.admin
|
assigned
|
class-based views admin
|
Yoong Kang Lim
|
Cleanup/optimization
|
contrib.admin
|
#21183 |
Filter block on the right covers information in admin
|
assigned
|
admin, filter, collapse
|
Wiktor
|
New feature
|
contrib.admin
|
#10191 |
Fix / Add support for radiobuttons after adding item with popup in Django Admin
|
new
|
admin, radio, radiolist, dismissAddAnotherPopup, popup
|
bodiddlie
|
New feature
|
contrib.admin
|
#20151 |
get_deleted_objects does not check permissions on proxy model objects without ModelAdmin
|
new
|
ModelAdmin; get_deleted_objects; proxy
|
nobody
|
Bug
|
contrib.admin
|
#11715 |
If change mutable list "inlines" in one admin options then it will change "inlines" for all admin options.
|
new
|
inlines admin options
|
nobody
|
Bug
|
contrib.admin
|
#12679 |
In admin, inlines should be allowed to be properties
|
new
|
admin inlines duck typing
|
nobody
|
Bug
|
contrib.admin
|
#19755 |
Incremental filter
|
assigned
|
filter, admin
|
Przemysław Suliga
|
New feature
|
contrib.admin
|
#22689 |
inlines with sliced and ordered querysets save incorrectly when underlying data has changed since page load
|
new
|
admin inline
|
nobody
|
Bug
|
contrib.admin
|
#18427 |
limit_choices_to won't limit correctly
|
new
|
limit_choices_to admin
|
nobody
|
Bug
|
contrib.admin
|
#27471 |
Make admin's list_filter choices collapsable
|
assigned
|
filter admin collaspe
|
Shiv K Sah
|
New feature
|
contrib.admin
|
#12203 |
ManyToManyField with through model can't be used in admin
|
new
|
M2M, admin, through, through_fields
|
nobody
|
Bug
|
contrib.admin
|
#26834 |
MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm
|
assigned
|
MaxValueValidator, MinValueValidator, ModelForm, IntegerField
|
Sagar Nilesh Shah
|
Bug
|
Forms
|
#12238 |
ModelAdmin ignores dynamic fields of ModelForm
|
new
|
modelform modeladmin dynamic field
|
nobody
|
Bug
|
contrib.admin
|
#17522 |
ModelAdmin.ordering validation too strict
|
new
|
admin, validation, ordering, strict
|
nobody
|
Bug
|
contrib.admin
|
#10761 |
ModelAdmin.queryset() is missing a mechanism for specifying different querysets for changelist and change object views
|
new
|
efficient-admin
|
|
New feature
|
contrib.admin
|
#24947 |
Move admin changelist filters into a separate class (Mixin)
|
new
|
admin changelist filter
|
Emmanuelle Delescolle
|
New feature
|
contrib.admin
|
#11028 |
Problem with searching in m2m fields in inherited model
|
new
|
admin search inheritance
|
albertoconnor
|
Bug
|
contrib.admin
|
#13117 |
Recenter OSMGeoAdmin widget with coordinates
|
new
|
admin widget OSMGeoAdmin
|
nobody
|
New feature
|
GIS
|
#22115 |
Related Querysets from Inlines not getting cached
|
new
|
admin, inline, queryset, queryset caching
|
nobody
|
Bug
|
contrib.admin
|
#13883 |
SelectBox.js with grouping (optgroup elements)
|
new
|
admin, SelectBox, optgroup, sprintdec2010
|
nobody
|
Bug
|
contrib.admin
|
#29351 |
Some words not detected when using prepolated_fields
|
new
|
prepopulated_fields , admin.py, slug, auto
|
nobody
|
Bug
|
Uncategorized
|
#29069 |
Static file serving does not call request_finished signal
|
new
|
streamingresponse request_finished
|
nobody
|
Bug
|
HTTP handling
|
#26040 |
Streaming Large CSV Files Example Incorrect
|
new
|
csv streaming documentation bug
|
nobody
|
Bug
|
Documentation
|
#13224 |
style of m2m readonly_fields in admin change_form
|
new
|
admin, readonly_fields, m2m
|
|
New feature
|
contrib.admin
|
#10743 |
Support lookup separators in ModelAdmin.list_display
|
new
|
efficient-admin, list_display
|
nobody
|
New feature
|
contrib.admin
|
#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.
|
assigned
|
admin, inlines
|
schacki
|
Bug
|
contrib.admin
|
#9107 |
URL arguments to set values of fields in admin don't work for inlines
|
new
|
admin inline
|
nobody
|
New feature
|
contrib.admin
|
#27466 |
Use a datepicker widget for Date[Time]RangeField in admin
|
assigned
|
forms, admin, jquery, datepicker
|
prabod manuranga rathnayaka
|
New feature
|
contrib.admin
|
#27477 |
Use QuerySet.select_for_update() in admin change form to fix race condition
|
new
|
admin
|
nobody
|
New feature
|
contrib.admin
|
#28589 |
When saving in admin, readonly fields are potentially overwritten
|
assigned
|
Admin SQL Overwrite
|
Fingal Plumpton
|
Cleanup/optimization
|
contrib.admin
|
#9388 |
Year navigation in admin's date widgets' calendar
|
assigned
|
admin calendar year previous next widget ui
|
Javier de la Rosa
|
New feature
|
contrib.admin
|