#5899 |
Allow admin fieldsets to be collapsible but not initially collapsed
|
assigned
|
admin fieldset collapsed collapsible nfa-someday
|
Alexander Herrmann
|
New feature
|
|
#8165 |
When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false
|
new
|
formsets
|
nobody
|
New feature
|
|
#9519 |
Add QuerySet.bulk_delete() that issues only a single SQL query
|
new
|
database, queryset, delete
|
nobody
|
New feature
|
|
#10403 |
provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet
|
new
|
formset modelformset inlineformset
|
nobody
|
New feature
|
|
#11097 |
Formset documentation should include a note about form.blah_ptr for derived models
|
new
|
formset, form, inheritance, id
|
nobody
|
Cleanup/optimization
|
|
#13060 |
ManagementForm exception in case of bad prefix should be easier to understand
|
new
|
formset, ValidationError, ManagementForm
|
nobody
|
Cleanup/optimization
|
|
#14009 |
custom formset validation documentation is incomplete
|
new
|
formset validation
|
nobody
|
Bug
|
|
#14628 |
Document which settings can be changed at runtime
|
new
|
settings django.conf
|
nobody
|
Cleanup/optimization
|
|
#14688 |
BaseInlineFormSet does not support "auto_id"
|
new
|
formsets
|
nobody
|
Bug
|
|
#15015 |
Mixing read-only with ability to add new instances using a FormSet
|
new
|
formset
|
nobody
|
New feature
|
|
#15574 |
IndexError: list index out of range caused by inline formsets
|
new
|
inline formset
|
nobody
|
Bug
|
|
#17664 |
{% if %} template tag silences exceptions inconsistently
|
assigned
|
smart if tag queryset exception silenced
|
Robert Roskam
|
Bug
|
|
#17930 |
Error in Queryset with operator | (union queryset) + slice
|
new
|
queryset union, slice
|
nobody
|
Bug
|
|
#18597 |
`BaseInlineFormSet` should attempt to get it's queryset from it's instance related manager before falling back to it's model's default manager
|
new
|
model formset inline
|
nobody
|
Bug
|
|
#19527 |
Allow QuerySet.bulk_create() to set the primary key of its objects
|
new
|
oracle QuerySet.bulk_create
|
nobody
|
New feature
|
|
#22115 |
Related Querysets from Inlines not getting cached
|
new
|
admin, inline, queryset, queryset caching
|
nobody
|
Bug
|
|
#22492 |
provide a way to prevent database queries on model objects
|
assigned
|
model,queryset,defer,only
|
Raúl Cumplido
|
New feature
|
|
#22503 |
Inconsistent behavior when a QuerySet is sliced
|
new
|
QuerySet, filter, slice
|
nobody
|
New feature
|
|
#23870 |
Sliced QuerySets in ModelChoiceField
|
assigned
|
modelchoicefield limit queryset slicing
|
nishkr
|
Bug
|
|
#24048 |
only() doesn't override fields included in defer() as documented
|
new
|
defer, only, QuerySet, DeferredAttribute
|
nobody
|
Bug
|
|
#24638 |
New feature: support adding an SQL comment in queries
|
new
|
queryset, query, comment, optimizer hint
|
nobody
|
New feature
|
|
#25203 |
Document changes to WSGI application loading sequence in 1.7
|
new
|
wsgi setup application loading
|
nobody
|
Cleanup/optimization
|
|
#25789 |
Inefficient Queries Generated due to not using WHERE EXISTS
|
new
|
QuerySet.extra
|
nobody
|
Cleanup/optimization
|
|
#26318 |
Unexpected / duplicated queries on nested Prefetch queryset with repeated model
|
new
|
queryset prefetch_related duplicate
|
nobody
|
Bug
|
|
#26430 |
Coalesce in Aggregations ignored when EmptyResultSet returned
|
new
|
aggregation coalesce in queryset
|
nobody
|
Bug
|
|
#26434 |
Inconsistent results of QuerySet count() method using PostgreSQL backend prior and post the QuerySet evaluation
|
new
|
postgresql queryset count annotate aggreagate order_by
|
nobody
|
Bug
|
|
#26602 |
Provide a way to manage grouping with RawSQL
|
new
|
QuerySet.extra
|
nobody
|
New feature
|
|
#26607 |
Add a hook to customize the admin's formsets parameters
|
new
|
admin inline formset initial
|
nobody
|
New feature
|
|
#27560 |
Formset.save() crashes for model with foreign key to concrete base model
|
new
|
formset inline_formset inline_formsetfactory
|
nobody
|
Bug
|
|
#27806 |
Allow for more dynamic ALLOWED_HOSTS configuration
|
new
|
settings, security
|
nobody
|
New feature
|
|
#28107 |
Can't perform annotation on related table when un-managed model is backed by a DB view
|
new
|
QuerySet.extra
|
nobody
|
Bug
|
|
#28236 |
Integrate dj-database-url into Django
|
assigned
|
settings, dj-database-url, database_url
|
Tom Forbes
|
New feature
|
|
#28373 |
TIME_ZONE value in DATABASES settings is not used for date lookup
|
assigned
|
settings ORM lookup mysql timezone
|
messfish
|
Bug
|
|
#28621 |
Crash in QuerySet.annotate() with OuterRef
|
new
|
QuerySet.extra
|
nobody
|
Bug
|
|
#28667 |
Documentation for extending UserCreationForm doesn't work with UserAdmin
|
assigned
|
add_fieldsets UserAdmin UserCreationForm Custom Auth User Model
|
Bhavesh Praveen
|
Cleanup/optimization
|
|
#28905 |
Overhaul extra_requires to include more optional dependencies
|
new
|
setup optional dependencies packages requirements
|
nobody
|
Cleanup/optimization
|
|
#28919 |
Add support for Common Table Expression (CTE) queries
|
new
|
QuerySet.extra
|
nobody
|
New feature
|
|
#29214 |
Invalid SQL when updating after annotating using subquery
|
new
|
queryset annotations
|
nobody
|
Bug
|
|
#29226 |
@modify_settings append/remove/prepend is affected by dictionary order
|
assigned
|
tests, modify_settings
|
benjaoming
|
Uncategorized
|
|