Task #3453
Make Pulp 3 compatible with Django 2.0
100%
Description
Django 2.0.z will be shipping with Fedora 28, scheduled for release May 8, 2018.
Obvious things to fix:
- Django version requirement string in setup.py
- on_delete=? made mandatory on all ForeignKey and OneToOneField fields.
Associated revisions
Revision 15922c9a
View on GitHub
Make compatible with Django 2
Fix a few issues which prevented Pulp from working with Django 2.0
Revision 2b0a065e
View on GitHub
Added Travis tests for both Django 1.11 and Django 2.0
Revision 2b0a065e
View on GitHub
Added Travis tests for both Django 1.11 and Django 2.0
Revision 09f45753
View on GitHub
Rename Remote.feed_url to Remote.url
Requires PR: https://github.com/PulpQE/pulp-smash/pull/930 Requires PR: https://github.com/pulp/pulp_file/pull/64
History
#1
Updated by dalley almost 3 years ago
- Description updated (diff)
- Status changed from NEW to POST
- Assignee set to dalley
#2
Updated by dalley almost 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|15922c9ad12e17a00481aaab3b59ec6fe9967132.
#3
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
#4
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
#5
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Make compatible with Django 2
Fix a few issues which prevented Pulp from working with Django 2.0
closes #3453 https://pulp.plan.io/issues/3453