incuna / django-orderable

Add manual sort order to Django objects via an abstract base class and admin classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider removing use of factory boy in tests

mjtamlyn opened this issue · comments

I'm really not sure it adds anything here over .objects.create().

  • We have no models which have extra fields
  • We are explicitly wanting to test the behaviour of .save() so we should be careful with it

Seems sensible enough to me :)