b-jam

Results 7 comments of b-jam

Thanks! Same here, a bit tied up for the next 2 days, but I'll work on those things if you haven't got to it already. Also I'm currently working on...

Hey so I started on this, but realised I didn't understand factory-boy well enough to write the tests. The other two fixes are trivial, so is it OK if I...

I added help text (with il8n) and marked the other messages for il8n. regarding tests: So I wrote 3 test cases, but I can't figure out how to change the...

Cool, no worries. Its all done except for the tests, I'm not sure if its possible to change the domain to example.org in tests? If not, it makes it kind...

The Django documentation has the answer: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#django.contrib.auth.get_user_model The most relevant section: Generally speaking, you should reference the User model with the AUTH_USER_MODEL setting in code that is executed at import...

The problem is models.py::formlog::created_by field. This field is not inside any method. So if you import this from your own models it will crash. a fix would be to put...