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

--

Some tickets

Ready for 1.1

#28586
Automatically prefetch related for "to one" fields as needed.
#36659
Re-enable custom height for flatpage content field in admin

Admin actions

No results

1.1 DDN

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

1.1 patches to review

#9435
Check out behaviour of wsgi backend with PATH_INFO being an empty string
#12090
Show admin actions on the edit pages too
#15759
list_editable should respect per-object permissions
#21080
collectstatic post-processing fails for references inside comments
#21961
Add support for database-level cascading options
#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
#28236
Integrate dj-database-url into Django
#28586
Automatically prefetch related for "to one" fields as needed.
#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.
#31506
ExpressionWrapper() doesn't respect output_field when combining DateField and timedelta on PostgreSQL and MySQL.
#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.
#35095
Monetary values in Switzerland discrepancy
#35281
Use HTTP 413 status code for RequestDataTooBig
#35462
Add support JSONArrayAgg
#35548
An error in TestCase.setUpTestData() leaks data on databases without transactions
#35729
Subclasses cannot opt out of natural key serialization
#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
#36127
The link is not displayed when str is blank in admin.
#36189
Oracle Backend with `"use_returning_into": False` Option Fails to Retrieve Last Inserted ID
#36315
Use task groups/cancel scopes where possible
#36436
Sensitive signer.key exposed via Django messages framework in templates
#36441
Add lazy loading support for GDAL library in `django.contrib.gis.gdal`
#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
#36470
Potential log injection in development server (runserver) logging
#36487
Database on commit error logging fails for partials
#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
#36507
Document that only the base queryset’s prefetch_related() is preserved when using union()
#36553
Improve the semantic structure of admin widgets.
#36594
Clarify UniqueConstraint's nulls_distinct system check warning
#36621
Button position issue when using admin filter_vertical.
#36622
FileField.__init__ is triggering storage LazyObject resolution at boot time
#36629
In the admin m2m widget filter_vertical, the “choose all” button is missing.
#36656
GZipMiddleware drops content from async streaming responses
#36659
Re-enable custom height for flatpage content field in admin

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