Version 6 (modified by Jacob, 17 years ago) ( diff )

--

Some tickets

Ready for 1.1

#36053
FilteredSelectMultiple label to the right of widget on a ModelMultipleChoiceField
#36663
Make management commands default to running checks against all databases
#36686
Clarify the behavior difference between order_by() and Meta.ordering in GROUP BY queries

1.1 DDN

#9631
FieldFile assumes efficient Storage.size
#19755
Incremental filter

1.1 patches to review

#12090
Show admin actions on the edit pages too
#12529
manage.py syncdb doesn't check tables by using mangled names with Oracle backend
#13559
Need a contextprocessor for current site
#13883
SelectBox.js with grouping (optgroup elements)
#15759
list_editable should respect per-object permissions
#21080
collectstatic post-processing fails for references inside comments
#24920
Database type NUMERIC with no parameters is not supported
#24928
Add UUIDField, RangeField, JSONField, etc to database introspection
#25409
Allow url and groups of urls to be easily tagged and selected
#26329
StaticFilesStorage permits leading slash, CachedStaticFilesStorage doesn't
#27380
Add the 'raw' argument with the 'm2m_changed' signal
#27775
Signed cookies does not support custom expiry
#28236
Integrate dj-database-url into Django
#28821
Allow QuerySet.bulk_create() on multi-table inheritance when possible
#33113
Add example to documentation of a DateInput with input_type='date'
#34277
Add where clause in QuerySet.bulk_create() when update_conflicts=True
#34555
ModelBase metaclass implementation prevents addition of model fields via __init_subclass__
#34643
Move admin form labels to a more accessible place
#34699
Filtering on annotated TruncSecond expression gives unexpected result.
#35281
Use HTTP 413 status code for RequestDataTooBig
#35462
Add support JSONArrayAgg
#35548
An error in TestCase.setUpTestData() leaks data on databases without transactions
#35813
Makemigrations not properly tracking changes to unmanaged models
#35824
Improve patch_cache_control documentation
#35827
Model subclass with __init_subclass__ doesn't get correct _meta instance
#36053
FilteredSelectMultiple label to the right of widget on a ModelMultipleChoiceField
#36189
Oracle Backend with `"use_returning_into": False` Option Fails to Retrieve Last Inserted ID
#36192
Use semantic HTML for buttons in Django Admin
#36436
Sensitive signer.key exposed via Django messages framework in templates
#36460
Improve accessibility of column sort buttons on admin changelist page
#36468
Popup stays blank after adding a related object when filter_horizontal is used
#36487
Database on commit error logging fails for partials
#36489
OneToOneField + concurrent get_or_create results in wrong object in field cache
#36492
Sqlite: lack of specificity when querying against booleans hurts the query-optimizer
#36507
Document that only the base queryset’s prefetch_related() is preserved when using union()
#36508
Asymmetry between exact and iexact when filtering JSON keys against None
#36553
Improve the semantic structure of admin widgets.
#36582
Accessibility improvement for required field labels for inline forms in the admin.
#36594
Clarify UniqueConstraint's nulls_distinct system check warning
#36621
Button position issue when using admin filter_vertical.
#36632
AlterIndexTogether in historical migration drops overlapping indices
#36649
Add `|=` update operator support to `MultiValueDict` and `QueryDict`.
#36663
Make management commands default to running checks against all databases
#36670
Admin filter_vertical widget selector chooser has incorrect background color
#36686
Clarify the behavior difference between order_by() and Meta.ordering in GROUP BY queries
#36717
Admin login should redirect already logged-in users to page specified in next parameter
#36718
Enable JSON negative indexing for Oracle 21c+ using [last-N]
#36722
MySQL backend raises error when selecting 0 using an expression targeting an autofield.
#36723
Help text appears below FilteredSelectMultiple's select controls
#36724
FilteredSelectMultiple widget has broken "for" attribute on <legend>

Note: See TracWiki for help on using the wiki.
Back to Top