Version 4 (modified by Jacob, 16 years ago) ( diff )

--

Some tickets

Ready for 1.1

#28041
Postgres prefix searching for full text search
#35859
Add DEP14 Tasks interface
#35961
Support PEP639-style license indicator in pyproject.toml
#36504
Docs: LazyObject for storages with override_settings does not behave as described
#36581
Update serialization examples from XML to JSON

Admin actions

No results

1.1 DDN

#9631
FieldFile assumes efficient Storage.size
#19755
Incremental filter

1.1 patches to review

#15759
list_editable should respect per-object permissions
#20024
QuerySet.exclude() does not work with lists containing a 'None' element.
#21080
collectstatic post-processing fails for references inside comments
#25409
Allow url and groups of urls to be easily tagged and selected
#26329
StaticFilesStorage permits leading slash, CachedStaticFilesStorage doesn't
#26434
Inconsistent results of QuerySet.count() when ordering is not a subset of explicit grouping.
#27775
Signed cookies does not support custom expiry
#27929
Add ManifestStaticFilesStorage option to remove original (non-hashed) files after processing
#28041
Postgres prefix searching for full text search
#28236
Integrate dj-database-url into Django
#29177
Unmanaged models with ForeignKeys do not get those fields serialized into their migration state when CreateModel happens.
#29291
Negated Q expressions across a nullable relationship are not properly handled by When expressions.
#30200
Add support for using indexes in update() for ArrayFields.
#34041
Accessibility improvements for admin breadcrumbs
#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.
#34989
Set Content-Length where possible for HttpResponses.
#35281
Use HTTP 413 status code for RequestDataTooBig
#35381
Provide `JSONNull` expression to represent JSON `null` value
#35453
ManyToMany field incorrectly identified as a concrete field on the defining side.
#35462
Add support JSONArrayAgg
#35548
An error in TestCase.setUpTestData() leaks data on databases without transactions
#35706
Improve admin add/change form top level errors for screen readers
#35813
Makemigrations not properly tracking changes to unmanaged models
#35827
Model subclass with __init_subclass__ doesn't get correct _meta instance
#35859
Add DEP14 Tasks interface
#35961
Support PEP639-style license indicator in pyproject.toml
#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.
#36168
Backwards migration to replaced migration when other app has squashed migrations can lead to FieldDoesNotExist error due to incorrect state
#36248
Bulk deletion of model referred to by a SET_NULL key can exceed parameter limit
#36264
keep_parents=True does not exclude proxy neighbors
#36315
Use task groups/cancel scopes where possible
#36369
Missing test coverage for FORWARD_PROPERTIES entries
#36434
manage.py runserver only respects python -u flag if --noreload is present (-u flag forces streams to be unbuffered)
#36480
FieldError when referencing a nonexistent alias provides less information than nonexistent annotation
#36488
RedirectView(query_string=True) produces double '?' when both destination URL and request have query parameters
#36489
OneToOneField + concurrent get_or_create results in wrong object in field cache
#36491
AttributeError: '_io.TextIOWrapper' object has no attribute 'getvalue' when setUpTestData raises and tests are run with –parallel –buffer
#36492
Sqlite: lack of specificity when querying against booleans hurts the query-optimizer
#36496
SQLite test database path not recognised when running tests in parallel
#36504
Docs: LazyObject for storages with override_settings does not behave as described
#36508
Asymmetry between exact and iexact when filtering JSON keys against None
#36526
Document memory usage of bulk_update and ways to batch updates.
#36543
French Canadian locale formats times incorrectly
#36550
AssertionError raised when bulk creation model with primary key set via pre_save (e.g. auto_now_add) on databases with can_return_columns_from_insert
#36553
Improve the semantic structure of admin widgets.
#36554
When the object __str__ is long, the object title is truncated in TabularInline.
#36584
Loosen tuple lookup check for rhs subquery field cardinality to allow selecting ForeignObject
#36587
Misleading sentence in documentation about upload handlers
#36588
Harden `django.utils.archive` against decompression bombs
#36589
assertTemplateUsed asserts against template partial name regardless of origin
#36590
Redis, Memcached, and Database cache backends lack specialized many operation implementations
#36593
Deprecate select_related() with no arguments
#36605
Support chaining `QuerySet.in_bulk()` after `.values()` or `.values_list()`
#36606
Optimize QuerySet.values_list(flat=True) with no fields
#36610
[Cache] DatabaseCache resets expiration date on incr/decr

Note: See TracWiki for help on using the wiki.
Back to Top