Version 2 (modified by 9 years ago) (diff) | ,
---|
Some tickets
Ready for 1.1
- #26688
- Inconsistent logging of 5xx and 4xx requests to django.request
1.1 DDN
1.1 patches to review
- #6489
- Add selected and enabled_from for JS calendar
- #8936
- Add view (read-only) permission to admin
- #9173
- Conditional content of template blocks
- #9631
- FieldFile assumes efficient Storage.size
- #11964
- Add the ability to use database-level CHECK CONSTRAINTS
- #16470
- RFC5987/RFC6266 Support (Content-Disposition headers)
- #19755
- Incremental filter
- #23646
- query set sql update to change different values by different keys (include django-bulk-update in core)
- #25409
- Allow url and groups of urls to be easily tagged and selected
- #25955
- FK constraints are not checked at the end of nested atomic blocks
- #26688
- Inconsistent logging of 5xx and 4xx requests to django.request
- #26974
- Add support for Hash indexes
- #27272
- Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones
- #27437
- Can't create GinIndex on ArrayField(CITextField)
- #27480
- Add a Cache.touch(key, timeout=DEFAULT_TIMEOUT) method
- #27944
- Have meta.get_field('pk') return the primary key field directly
- #28077
- Allow specifying custom operator classes for PostgreSQL indexes
- #28236
- Integrate dj-database-url into Django
- #28554
- Add support for multiple file fields
- #28643
- Complete the ORM Function Library
- #28661
- Auto-truncate indexes on MySQL when max index size is reached
- #28668
- Add ON CONFLICT support to QuerySet.bulk_create()
- #28887
- Add support for SP-Gist indexes
- #28990
- Add autosummarize parameter to BrinIndex
- #29015
- Add an error when the PostgreSQL database name length limit is exceeded
- #29243
- Improve efficiency of migration graph algorithm