Admin inline extra field

2010-04-18 Thread nulvinge
I simply can't get the extra field of inlining to work with the admin interface. Whatever I do the admin interface only shows one row of Hour Here's my admin.py: from gshop.gs.models import (Store, Brand, District, Category, Hour) from django.contrib.gis import admin class MyGeoAdmin(admin.OSMGeo

Re: Admin inline extra field

2010-04-18 Thread nulvinge
Since this thing seems to be under some development now I should maybe say that I'm using the debian python-django package version 1.1.1-5. On Apr 19, 1:21 am, nulvinge wrote: > I simply can't get the extra field of inlining to work with the admin > interface. > Whatever I do

Re: Admin inline extra field

2010-04-18 Thread nulvinge
of docs to find what the problem was. It was only thru debugging the program that I found the code in the inlinfesformset_factory. On Apr 19, 1:27 am, nulvinge wrote: > Since this thing seems to be under some development now I should maybe > say that I'm > using the debian python-d