Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Closed
Open
Issue #394 opened Mar 11, 2015 by Bach Dániel@bachdaniel 
  • Report abuse
  • New issue
Report abuse New issue

fix RemovedInDjango18Warnings

  • Bach Dániel @bachdaniel commented Mar 11, 2015
    Owner
    /home/cloud/slave-cloud/cloud/build/circle/dashboard/forms.py:611: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form LeaseForm needs updating
      class LeaseForm(forms.ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/dashboard/forms.py:1587: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form DataStoreForm needs updating
      class DataStoreForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/dashboard/forms.py:1609: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form DiskForm needs updating
      class DiskForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:49: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form BlacklistItemForm needs updating
      class BlacklistItemForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:74: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form DomainForm needs updating
      class DomainForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:95: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form FirewallForm needs updating
      class FirewallForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:110: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form GroupForm needs updating
      class GroupForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:131: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form HostForm needs updating
      class HostForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:170: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form RecordForm needs updating
      class RecordForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:196: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form RuleForm needs updating
      class RuleForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:235: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form SwitchPortForm needs updating
      class SwitchPortForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:257: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form VlanForm needs updating
      class VlanForm(ModelForm):
    
    /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:310: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form VlanGroupForm needs updating
      class VlanGroupForm(ModelForm):
    ``` /home/cloud/slave-cloud/cloud/build/circle/dashboard/forms.py:611: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form LeaseForm needs updating class LeaseForm(forms.ModelForm): /home/cloud/slave-cloud/cloud/build/circle/dashboard/forms.py:1587: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form DataStoreForm needs updating class DataStoreForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/dashboard/forms.py:1609: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form DiskForm needs updating class DiskForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:49: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form BlacklistItemForm needs updating class BlacklistItemForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:74: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form DomainForm needs updating class DomainForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:95: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form FirewallForm needs updating class FirewallForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:110: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form GroupForm needs updating class GroupForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:131: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form HostForm needs updating class HostForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:170: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form RecordForm needs updating class RecordForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:196: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form RuleForm needs updating class RuleForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:235: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form SwitchPortForm needs updating class SwitchPortForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:257: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form VlanForm needs updating class VlanForm(ModelForm): /home/cloud/slave-cloud/cloud/build/circle/network/forms.py:310: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form VlanGroupForm needs updating class VlanGroupForm(ModelForm): ```
  • Bach Dániel @bachdaniel

    mentioned in commit 253bce91

    Mar 12, 2015

    mentioned in commit 253bce91

    mentioned in commit 253bce9111cdaf0e8b57f6cc58343502d9a2fa81
    Toggle commit list
  • Bach Dániel @bachdaniel

    Status changed to closed

    Apr 09, 2015

    Status changed to closed

    Status changed to closed
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
0
Labels
None
Assign labels
  • View labels
1
1 participant
Reference: circle/cloud#394