Re: LiveServerTestCase change in Django 1.11 means can't run functional tests against external server?

2016-11-08 Thread Alex Riina
imog...@gmail.com> wrote: >>> >>>> Good points -- given the existing subclassing needed to get >>>> LiverServerTestCase to support that use case, it might be reasonable not >>>> to >>>> worry about backwards-compatibility here. I'd be int

Re: LiveServerTestCase change in Django 1.11 means can't run functional tests against external server?

2016-10-16 Thread Alex Riina
Thanks for including a link to the TDD tutorial! As far as I can tell, the author wants to use `--liveserver` to point his functional tests at an external server so he can run his tests through nginx after running the same tests in his normal test environment. Based on the shell prompts in

Re: Admin-Actions also in the object details view

2016-07-11 Thread Alex Riina
s/card/csrf/ autocorrect grabbed that one from me. On Monday, July 11, 2016 at 7:55:17 AM UTC-4, Alex Riina wrote: > > Here's an implementation: > > https://github.com/crccheck/django-object-actions > > Combining with other admin plugins that change the template requ

Re: Admin-Actions also in the object details view

2016-07-11 Thread Alex Riina
Here's an implementation: https://github.com/crccheck/django-object-actions Combining with other admin plugins that change the template requires overriding the template to fit both changes in. The actions are GETs and have no card protection. -- You received this message because you are