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

--

Some tickets

Ready for 1.1

No results

[Error: Query filter requires field and constraints separated by a "="]

No results

1.1 DDN

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

1.1 patches to review

#5815
Adds per-view cache refreshing (clearing)
#9435
Check out behaviour of wsgi backend with PATH_INFO being an empty string
#12090
Show admin actions on the edit pages too
#12529
manage.py syncdb doesn't check tables by using mangled names with Oracle backend
#15759
list_editable should respect per-object permissions
#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
#27775
Signed cookies does not support custom expiry
#28236
Integrate dj-database-url into Django
#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.
#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.
#35281
Use HTTP 413 status code for RequestDataTooBig
#35462
Add support JSONArrayAgg
#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
#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
#36192
Use semantic HTML for buttons in Django Admin
#36315
Use task groups/cancel scopes where possible
#36329
Remove non-code custom link text when cross-referencing Python objects in docs
#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
#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.
#36582
Accessibility improvement for required field labels for inline forms in the admin.
#36590
Redis, Memcached, and Database cache backends lack specialized many operation implementations
#36594
Clarify UniqueConstraint's nulls_distinct system check warning
#36621
Button position issue when using admin filter_vertical.
#36649
Add `|=` update operator support to `MultiValueDict` and `QueryDict`.
#36652
Loading squashed migrations from disk raises CircularDependencyError indeterministically
#36661
Add introspection support for database-level delete options
#36670
Admin filter_vertical widget selector chooser has incorrect background color
#36678
Infinite retries in parallel test runner if _init_worker fails
#36680
Formatters run on `TemplateCommand` make `admin_scripts` tests brittle
#36681
blocktranslate count plural example does not work for all languages (e.g. French 0 case)
#36683
Update with Distinct Produces Unintentional Results

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