Opened 15 years ago

Closed 15 years ago

#11189 closed (invalid)

Admin add page rendering blank fieldset

Reported by: epottercg@… Owned by: nobody
Component: contrib.admin Version: 1.1-beta
Severity: Keywords: blank form add
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Just installed the 1.1 Beta. Using sqlite3. Started a new project and app, created some models with some simple varchar fields. Registered them in admin. Logged in, attempted to add a new record. Get the add page, but no form. Actually I get a form but with a blank form fieldset. This is happening with each of my models.

trace: http://dpaste.com/47091/

Change History (3)

comment:1 by Karen Tracey, 15 years ago

I'm confused. Your description talks a blank add page but you have also appended a trace that indicates an exception in the change list view?

Neither of these problems rings any bells -- I can't recall anyone reporting anything similar. Therefore details of your models and admin definitions would make it much easier to track down. I've got plenty of models and admin defs that work fine with 1.1 Beta and beyond, so it's a little hard to figure out what the problem you are seeing might be without some more details.

comment:2 by Karen Tracey, 15 years ago

milestone: 1.1

I rather suspect this is going to be some oddness in the models, admin defs, or install. We have plenty of evidence of the admin working fine with 1.1 beta so without more information it's going to be hard to figure anything out. Moving out of 1.1 milestone pending, at least, new information which shows this is a critical show-stopper type of bug.

comment:3 by epottercg@…, 15 years ago

Resolution: invalid
Status: newclosed

Sorry sorry sorry
I had an error in my model

Note: See TracTickets for help on using tickets.
Back to Top