We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3647077 commit b3023b8Copy full SHA for b3023b8
1 file changed
ietf/redirects/models.py
@@ -15,7 +15,7 @@ class Redirect(models.Model):
15
searched for in the Command table to see if there
16
is a different value of rest= and remove=.
17
"""
18
- cgi = models.CharField(maxlength=50, unique=True)
+ cgi = models.CharField(maxlength=50, unique=True, blank=True)
19
url = models.CharField(maxlength=255)
20
rest = models.CharField(maxlength=100, blank=True)
21
remove = models.CharField(maxlength=50, blank=True)
0 commit comments