Skip to content
Snippets Groups Projects

More tests

Merged Bryan BRANCOTTE requested to merge more-tests into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
tests/models.py 0 → 100644
+ 5
0
 
from django.db import models
 
 
 
class AModel(models.Model):
 
a_field = models.CharField("A field", max_length=50, null=True, blank=True)
Loading