| Version 5 (modified by , 17 years ago) ( diff ) |
|---|
Some tickets
Ready for 1.1
- #36714
- Async signals lose ContextVar state due to use of asyncio.gather
1.1 DDN
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
- #15759
- list_editable should respect per-object permissions
- #17752
- Serialization and multi-table inheritance
- #21080
- collectstatic post-processing fails for references inside comments
- #24886
- Add process_lhs() method for Transform
- #25409
- Allow url and groups of urls to be easily tagged and selected
- #26329
- StaticFilesStorage permits leading slash, CachedStaticFilesStorage doesn't
- #26459
- Allow providing DecimalField with a custom context
- #27150
- Document that a name should be provided when wrapping file-like objects that don't have one with File
- #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
- #29177
- Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.
- #29762
- Document how database routers are used for related object access
- #30515
- Document django.shortcuts.resolve_url.
- #32567
- Issues with ":" and "|" characters in URLs when using LiveServerTestCase on Windows
- #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.
- #34753
- Document how to safely construct email addresses
- #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
- #35838
- Support Requests with Transfer-Encoding: Chunked
- #35951
- Django handling of datetimes in the admin interface can be greatly improved
- #36036
- Support the 4th dimension (M) in the GEOS API
- #36145
- FIRST_DAY_OF_WEEK setting not changing the Admin calendar widget
- #36192
- Use semantic HTML for buttons in Django Admin
- #36233
- Specific DecimalField with integer part longer than 15 digits can be stored but not retrieved on SQLite
- #36293
- GZipMiddleware buffers streaming responses
- #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
- #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
- #36498
- Inline button to add first / only related instance should say "Add ...", not "Add another ..."
- #36507
- Document that only the base queryset’s prefetch_related() is preserved when using union()
- #36513
- Background color for admin's m2m multi-select "selected" rows is broken in Edge
- #36546
- Deprecate django.utils.crypto.constant_time_compare()
- #36553
- Improve the semantic structure of admin widgets.
- #36621
- Button position issue when using admin filter_vertical.
- #36629
- In the admin m2m widget filter_vertical, the “choose all” button is missing.
- #36632
- AlterIndexTogether in historical migration drops overlapping indices
- #36670
- Admin filter_vertical widget selector chooser has incorrect background color
- #36714
- Async signals lose ContextVar state due to use of asyncio.gather
- #36729
- Pre-compile regular expressions as standard
- #36803
- Make AlterField a no-op when ManyToManyField's through.db_table remains the same between renames.
- #36807
- Admin fieldset field layout issue in the Safari browser.
- #36810
- SimpleLazyObject.__repr__ causes infinite recursion when setup function is a bound method
Note:
See TracWiki
for help on using the wiki.