Skip to content
Snippets Groups Projects
Commit d06f9b51 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add missing model for tests

parent 5723037c
No related branches found
No related tags found
1 merge request!1More tests
Pipeline #120572 passed
from django.db import models
class AModel(models.Model):
a_field = models.CharField("A field", max_length=50, null=True, blank=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment