Home
Solus
Search
Configure Global Search
Log In
Transactions
D6002
Change Details
Change Details
Old
New
Diff
Update django to 2.1.8, last minor update of 2.1 series. Changes: Prevented admin inlines for a ManyToManyField’s implicit through model from being editable if the user only has the view permission.
Update django to 2.2 which is LTS and the latest version. **Brief Summary of Changes** - HttpRequest.headers to allow simple access to a request’s headers. - Database-level constraints on models. - Watchman compatibility for runserver to improve the performance of watching a large number of files for changes. For further changes visit: https://docs.djangoproject.com/en/2.2/releases/2.2/
Update django to 2.
1.8, last minor update of 2.1 series.
2 which is LTS and the latest version. **Brief Summary of
Changes
:
**
Prevented admin inlines for a ManyToManyField’s implicit through model from being editable if the user only has the view permission.
- HttpRequest.headers to allow simple access to a request’s headers. - Database-level constraints on models. - Watchman compatibility for runserver to improve the performance of watching a large number of files for changes. For further changes visit: https://docs.djangoproject.com/en/2.2/releases/2.2/
Continue