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
Merge request !129 opened Jul 22, 2014 by Bach Dániel@bachdaniel 
  • Report abuse
Report abuse

Feature Xml Validator

fixes #197 (closed)

Finished for now. Later form UI review.

  • Discussion 3
  • Commits 6
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Bach Dániel
    @bachdaniel started a discussion on an old version of the diff Jul 22, 2014
    circle/dashboard/forms.py
    1223 1224  
    1224 1225  
    1225 1226 class RawDataForm(forms.ModelForm):
    1227 raw_data = forms.CharField(validators=[domain_validator],
    1228 widget=forms.Textarea(attrs={'rows': 5}),
    1229 required=False)
    1226 1230  
    1227 1231 class Meta:
    1228 1232 model = Instance
    1229 fields = ('raw_data', )
    1233 fields = ('raw_data',)
    • Bach Dániel @bachdaniel commented Jul 22, 2014
      Owner

      XD fixed

      -        fields = ('raw_data',)
      +        fields = ('raw_data', )
      Edited Jul 28, 2014
      ~~XD~~ fixed ```diff - fields = ('raw_data',) + fields = ('raw_data', ) ```
    Please register or sign in to reply
  • Őry Máté @orymate commented Jul 28, 2014
    Owner

    ping

    ping
  • Őry Máté @orymate

    Status changed to closed

    Jul 28, 2014

    Status changed to closed

    Status changed to closed
    Toggle commit list
  • Őry Máté @orymate

    mentioned in issue #197 (closed)

    Jul 28, 2014

    mentioned in issue #197 (closed)

    mentioned in issue #197
    Toggle commit list
  • Őry Máté @orymate commented Jul 28, 2014
    Owner

    merged with rebase 4b6c37cb

    merged with rebase 4b6c37cb2
  • 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
Őry Máté
Assignee
Őry Máté @orymate
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: circle/cloud!129