Re: Django multistep form

2022-11-07 Thread Watson Cyrus Anikwai
Following this as well. On Mon, 7 Nov 2022, 8:59 pm Obodoma Uzondu Vincent, wrote: > I have a multi-step form that is 3 steps but it has 4 forms. In the first > form, the user has to choose from two choices. The user’s first form > choices will determine the next form that will be displayed. > T

Custom AdminSite and urlresolvers.reverse

2012-04-05 Thread cyrus
Hello, We have implemented three different ModelAdmin sub-classes for the same model, registered under three different AdminSites. Nothing fancy there, only some business logic was implemented differently. After we upgraded from Django 1.2.3 to Django 1.4 these model admins started to fail on t