| Version 6 (modified by , 17 years ago) ( diff ) |
|---|
Some tickets
Ready for 1.1
No results
1.1 DDN
1.1 patches to review
- #2750
- ManyToManyField ignores 'default' option
- #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
- #27489
- Renaming a model doesn't rename the permission name and codename
- #27752
- Fix and test admin_order_field set for the __str__ of a model
- #27775
- Signed cookies does not support custom expiry
- #28236
- Integrate dj-database-url into Django
- #28455
- Create "inplace" QuerySets to speed up certain operations
- #28821
- Allow QuerySet.bulk_create() on multi-table inheritance when possible
- #28872
- JSONField __in operator breaks when given a values_list()
- #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
- #30149
- Empty value selected check in Admin Filter prevents subclassing
- #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
- #34753
- Document how to safely construct email addresses
- #35440
- Update parse_header_parameters to leverage the parsing logic from (stdlib) email Message.
- #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
- #36166
- Backwards migration to replaced migration leads to InconsistentMigrationHistory on forward migrate
- #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
- #36318
- Bad stack trace during rollback after bulk create
- #36355
- sqlmigrate gives unexpected output for an AlterField on a PK when another app has a model with a FK
- #36391
- Document RawSQL on “Performing raw SQL queries” page
- #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()
- #36510
- Header text for pagination contains title of table while it's the only pagination on the page.
- #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.
- #36600
- Misleading wording in description of dispatch_uid
- #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
- #36644
- Enable using an empty order_by() to disable implicit primary key ordering in first()
- #36670
- Admin filter_vertical widget selector chooser has incorrect background color
- #36694
- PostGIS backend silently ignores most Index options when targeting a single GeometryField (expressions, condition, include, opclasses)
- #36727
- Deprecate get_placeholder in favor of get_placeholder_sql
- #36729
- Pre-compile regular expressions as standard
- #36803
- Make AlterField a no-op when ManyToManyField's through.db_table remains the same between renames.
- #36812
- Drop support for MariaDB 10.6-10.10.
- #36816
- Allow **kwargs in @task decorator to support custom Task subclasses
- #36830
- Store the cache alias on the cache backend instance
- #36839
- Renaming of content types on RenameModel operations silently passes when duplicates are found
- #36841
- Add multipart_parser_class attribute to HttpRequest for pluggable multipart parsing
- #36849
- Moved GEOS Error Messages to Exceptions
- #36850
- Django Admin filter sidebar wraps if its inner content becomes too large
- #36854
- Update GEOS bindings to remove usage of deprecated functions
- #36859
- SimpleTestCase.assertContains can't be called multiple times on a streaming response
- #36865
- Query casting introduced in Django 5.2 makes queries miss DB indexes
- #36869
- Optimise migration graph planning
Note:
See TracWiki
for help on using the wiki.