Compatibility with Django 1.10
See original GitHub issue-
Update Tox and Travis config (allow failures of all builds) - #2724
-
cls._deferred
check inPageBase
- #2731Refs:
-
Remove
SubfieldBase
- #2736 -
Fix commands that accept only positional arguments (
replace_text
,move_pages
) - #2726 -
Update requirements for Django 1.10 - #2738
-
Decorated urlpatterns - #2741
-
model._meta.get_all_related_objects()
(see comment; requires tests!) - -
RegexURLResolver
fix forwagtailroutablepage
-#2742fixed in Django -
TypeError: 'ModelChoiceIterator' object does not support indexing
(regression in Django) -
FieldFile
issue (regression in Django)
List will be updated.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Django 1.10 documentation - DevDocs
Python compatibility Django aims to be compatible with multiple different flavors and versions of Python: Jython support. Python 3 compatibility.
Read more >Compatibility with Django 1.10 · Issue #29 - GitHub
When I use it with Django 1.10, the middleware will fail as Traceback (most recent call last): ... It seems to be a...
Read more >Make compatible with Django 1.10 and 1.11 · f78c7dd683 ...
Make compatible with Django 1.10 and 1.11 ... in Django 1.10+). Flatten Context into dict for render (necessary for Django 1.11+). Both changes...
Read more >django-compat - PyPI
For- and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, 1.10, and 1.11.
Read more >Django - endoflife.date
These releases will be 100% compatible with the associated feature release, unless this is impossible for security reasons or to prevent data loss....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
RegexBlock
issue fixed in 5758b54f2eac32640d408de1228bc04a8c0d5bde - I think that’s everything ticked off now! If CI succeeds, I’ll merge #2738 and update Travis to no longer allow failures on 1.10.Completed in 03d8e738dec960e1b5ad0d11932969360a0c9bd1 + parents. Thanks all!