Re: Failing to Run AutodetectorTests Using runtest.py (25253)

2017-10-13 Thread Tim Graham
The "tests" prefix shouldn't be included in "tests.migrations.test_autodetector.AutodetectorTests". Perhaps runtests.py could raise a helpful message for that mistake. On Friday, October 13, 2017 at 11:52:48 AM UTC-4, Shai Berger wrote: > > I can see the problem as well, and I can see it in 2.0

Re: Failing to Run AutodetectorTests Using runtest.py (25253)

2017-10-13 Thread Shai Berger
I can see the problem as well, and I can see it in 2.0 and 1.11 too. Please open a new bug on the testing framework. On Monday 09 October 2017 06:50:15 Shun Yu wrote: > When I try to run the whole test suite it works fine, it's just that when I > try to run this specific one it's failing on me. >

RE: How Django inlineformsets works internally

2017-10-13 Thread Matthew Pava
You might want to look at stuff that has already been developed. (No need to reinvent the wheel, right?) Check out this jQuery plugin for making a dynamic formset: https://github.com/elo80ka/django-dynamic-formset You might find some answers there. From: django-developers@googlegroups.com [mai

How Django inlineformsets works internally

2017-10-13 Thread sevenrrainbow
Hello, First I know, this is for django developers, but I asked on django-users, stackoverflow, udemy etc and I never got an answered, so this is my last options, to ask the developers. I checked the Django code for BaseFormset, modelform_factory,modelformset_factory,formset_factory etc but no