Version 6 (modified by 16 years ago) ( diff ) | ,
---|
Some tickets
Ready for 1.1
1.1 DDN
1.1 patches to review
- #15759
- list_editable should respect per-object permissions
- #20024
- QuerySet.exclude() does not work with lists containing a 'None' element.
- #21080
- collectstatic post-processing fails for references inside comments
- #25409
- Allow url and groups of urls to be easily tagged and selected
- #26329
- StaticFilesStorage permits leading slash, CachedStaticFilesStorage doesn't
- #26434
- Inconsistent results of QuerySet.count() when ordering is not a subset of explicit grouping.
- #27222
- Refresh fields that are expressions after Model.save()
- #27775
- Signed cookies does not support custom expiry
- #27929
- Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing
- #28041
- Postgres prefix searching for full text search
- #28236
- Integrate dj-database-url into Django
- #29177
- Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.
- #29291
- Negated Q expressions across a nullable relationship are not properly handled by When expressions.
- #30200
- Add support for using indexes in update() for ArrayFields.
- #34041
- Accessibility improvements for admin breadcrumbs
- #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.
- #34989
- Set Content-Length where possible for HttpResponses.
- #35281
- Use HTTP 413 status code for RequestDataTooBig
- #35381
- Provide `JSONNull` expression to represent JSON `null` value
- #35453
- ManyToMany field incorrectly identified as a concrete field on the defining side.
- #35462
- Add support JSONArrayAgg
- #35548
- An error in TestCase.setUpTestData() leaks data on databases without transactions
- #35706
- Improve admin add/change form top level errors for screen readers
- #35813
- Makemigrations not properly tracking changes to unmanaged models
- #35827
- Model subclass with __init_subclass__ doesn't get correct _meta instance
- #35859
- Add DEP14 Tasks interface
- #35961
- Support PEP639-style license indicator in pyproject.toml
- #36127
- The link is not displayed when str is blank in admin.
- #36168
- Backwards migration to replaced migration when other app has squashed migrations can lead to FieldDoesNotExist error due to incorrect state
- #36187
- Add support for CompositePrimaryKey in SingleObjectMixin
- #36248
- Bulk deletion of model referred to by a SET_NULL key can exceed parameter limit
- #36264
- keep_parents=True does not exclude proxy neighbors
- #36315
- Use task groups/cancel scopes where possible
- #36369
- Missing test coverage for FORWARD_PROPERTIES entries
- #36434
- manage.py runserver only respects python -u flag if --noreload is present (-u flag forces streams to be unbuffered)
- #36486
- Add MongoDB Drivers to the List of 3rd Party Database Backends
- #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
- #36504
- Docs: LazyObject for storages with override_settings does not behave as described
- #36508
- Asymmetry between exact and iexact when filtering JSON keys against None
- #36524
- EmailMessage method documentation cannot be cross referenced
- #36526
- Document memory usage of bulk_update and ways to batch updates.
- #36543
- French Canadian locale formats times incorrectly
- #36550
- AssertionError raised when bulk creation model with primary key set via pre_save (e.g. auto_now_add) on databases with can_return_columns_from_insert
- #36553
- Improve the semantic structure of admin widgets.
- #36554
- When the object __str__ is long, the object title is truncated in TabularInline.
- #36584
- Loosen tuple lookup check for rhs subquery field cardinality to allow selecting ForeignObject
- #36587
- Misleading sentence in documentation about upload handlers
- #36591
- Remove unnecessary dotted paths in email docs
- #36593
- Deprecate select_related() with no arguments
Note:
See TracWiki
for help on using the wiki.