Will Hardy
Will Hardy
I don't know about any bugs, but the `onchange` event doesn't seem to have fired. You can of course call it by hand: ``` self.ghost.evaluate('document.querySelector("#s1").onchange()') ``` Also, you probably want...
This would be a nice thing to add I think. Here are some useful values for such a tag: - `NoIndex` - `NoFollow` - `NoArchive` - `NoSnippet` (only google?) -...
This is an interesting point. The `populate_from` argument is a fallback for developers to determine, while the Model metadata is a fallback for the site administrator to determine. I'm not...
Well argued! I'm convinced you're right, the `populate_from` was originally intended for generic placefiller metadata, I think the administrator should be able to override it, which is the point of...
Hmm, this is a little more difficult to change than I thought, but I think it's for the better. My first attempt failed a number of other tests, so I'll...
I'm not entirely sure I understand what your problem is. Does your model define `get_absolute_url`? Could it be that `get_absolute_url` fails for some reason?
The only suggestion I can make for now would be to overload `get_form` on the model admin and generate it at runtime. Ideally, the end developer isn't restricted in this...