Version 4 (modified by 16 years ago) ( diff ) | ,
---|
Some tickets
Ready for 1.1
Admin actions
No results
1.1 DDN
1.1 patches to review
- #13883
- SelectBox.js with grouping (optgroup elements)
- #15727
- Add support for Content-Security-Policy (CSP) to core
- #17461
- Document presumed order of foreign keys on intermediate M2M model
- #18296
- Create the non-existing specified directory when running startapp
- #25409
- Allow url and groups of urls to be easily tagged and selected
- #27775
- Signed cookies does not support custom expiry
- #28236
- Integrate dj-database-url into Django
- #30200
- Add support for using indexes in update() for ArrayFields.
- #32577
- Add support for `UUIDAutoField` `DEFAULT_AUTO_FIELD`
- #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.
- #34865
- DatabaseWrapper are not GC and connections are not closed
- #34871
- Validation of UniqueConstraint with Case() crashes.
- #34917
- Links in the Django admin should be underlined.
- #35440
- Update parse_header_parameters to leverage the parsing logic from (stdlib) email Message.
- #35444
- Add generic support for order by to Aggregate
- #35452
- Unexpected results when Paginator's orphans is equal or higher than the page size
- #35514
- Dictionary based EMAIL_PROVIDERS settings
- #35572
- Improve performance replacing os.listdir() with os.scandir()
- #35581
- Upgrade django.core.mail to use Python's modern email API
- #35676
- ExclusionConstraint that includes a ForeignKey fails validation in ModelForm
- #35680
- Add default automatic imports to shell
- #35705
- Add rotate geographic database function
- #35801
- Signals are dispatched to receivers associated with dead senders
- #35813
- Makemigrations not properly tracking changes to unmanaged models
- #35827
- Model subclass with __init_subclass__ doesn't get correct _meta instance
- #35870
- Allow customization of the blank option in select dropdowns
- #35877
- Documentation on "Changing a ManyToManyField to use a through model" does not respect database index
- #35945
- Add async interface to Paginator
- #35959
- Admin "Change password" Button Visible with Only "Can view user" Permission
- #35972
- Custom lookup example raises TypeError when looked up against a Subquery
- #36030
- Expressions that divide an integer field by a constant decimal.Decimal returns inconsistent decimal places on PostgreSQL
- #36060
- IntegrityError: null value in column "_order" when bulk_create()
- #36067
- Ambiguity of the 'DELETE' text when a TabularInline object does not exist
- #36078
- Document that Postgres normalizes a range field with no points normalizes to empty
- #36083
- LiveServerTestCase fails in parallel test runner if django.contrib.auth.backends has not yet been imported
- #36095
- Explicitly introduce lazy references in early sections of the docs before they are used.
- #36097
- Remove the geographic database functions summary table
- #36127
- The link is not displayed when str is blank in admin.
- #36128
- Document the necessity of adding unique constraints to related models in intermediary m2m model.
- #36134
- Add "ABSENT ON NULL" to JsonArray
- #36138
- Simplify ADMINS and MANAGERS email list settings
- #36152
- Annotation with `%` in alias fails at db level on Postgres and MySQL
- #36163
- Change mail APIs to (mostly) keyword-only parameters
- #36186
- forloop should have an accessor for the total count of the loop
- #36198
- Unique Constraints defined with __date lookups on F expressions fail validation but create database constraints sucessfully
- #36201
- ModelChoiceField/ModelMultipleChoiceField.clean() should catch ValidationError raised by the queryset operations
Note:
See TracWiki
for help on using the wiki.