Version 6 (modified by 16 years ago) ( diff ) | ,
---|
Some tickets
Ready for 1.1
- #28041
- Postgres prefix searching for full text search
1.1 DDN
1.1 patches to review
- #12090
- Show admin actions on the edit pages too
- #21080
- collectstatic post-processing fails for references inside comments
- #25409
- Allow url and groups of urls to be easily tagged and selected
- #26434
- Inconsistent results of QuerySet.count() when ordering is not a subset of explicit grouping.
- #26583
- Add an option to silence collectstatic clashing files warnings
- #27222
- Refresh fields that are expressions after Model.save()
- #28041
- Postgres prefix searching for full text search
- #28236
- Integrate dj-database-url into Django
- #28586
- Automatically prefetch related for "to one" fields as needed.
- #29177
- Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.
- #30200
- Add support for using indexes in update() for ArrayFields.
- #31354
- HttpRequest.get_host() doesn't include the port from META['HTTP_X_FORWARDED_PORT'].
- #31834
- Cannot sqlmigrate on Django migrations that change unique_together
- #33620
- Accessibility in pipeline
- #34041
- Accessibility improvements for admin breadcrumbs
- #34555
- ModelBase metaclass implementation prevents addition of model fields via __init_subclass__
- #34699
- Filtering on annotated TruncSecond expression gives unexpected result.
- #35514
- Dictionary based EMAIL_PROVIDERS settings
- #35581
- Upgrade django.core.mail to use Python's modern email API
- #35680
- Add default automatic imports to shell
- #35827
- Model subclass with __init_subclass__ doesn't get correct _meta instance
- #35972
- Custom lookup example raises TypeError when looked up against a Subquery
- #36083
- LiveServerTestCase fails in parallel test runner if django.contrib.auth.backends has not yet been imported
- #36127
- The link is not displayed when str is blank in admin.
- #36163
- Change mail APIs to (mostly) keyword-only parameters
- #36168
- Backwards migration to replaced migration when other app has squashed migrations can lead to FieldDoesNotExist error due to incorrect state
- #36175
- Implement consistent pagination across admin pages.
- #36210
- Support exact lookups where lhs is CompositePrimaryKey and rhs is Subquery
- #36248
- Bulk deletion of model referred to by a SET_NULL key can exceed parameter limit
- #36282
- Prefetched relations are not used from parent classes in all cases
- #36315
- Use task groups/cancel scopes where possible
- #36329
- Remove non-code custom link text when cross-referencing Python objects in docs
- #36336
- Incorrect size of first autocomple in Inlines with "collapse" class (on chromium based browsers?)
- #36368
- `makemessages` command runs `write_po_file()` multiple times for the same potfile
- #36430
- bulk_batch_size() special-cases single field on SQLite according to outdated limit
- #36439
- Auth hashing blocks event loop if using asyncio
- #36456
- Improve content type negotiation for 500 response
- #36460
- Improve accessibility of column sort buttons on admin changelist page
- #36472
- GeneratedField(primary_key=True) crashes on create(), and other issues
- #36477
- Add an internal helper for deprecating positional arguments in favor of keyword-only arguments
- #36479
- Failing test for black formatter missing install simulation
- #36482
- Admin renders complex PKs incorrectly
- #36485
- Add linting tool for documentation
- #36486
- Add MongoDB Drivers to the List of 3rd Party Database Backends
Note:
See TracWiki
for help on using the wiki.