> default? e.g. > > field = meta.CharField("Caption", default="some default text", ...)
Sadly, no. The use case is a link from another context (page) that contains some of the values in question, i.e. from an author detail, click "add book" so that the book add admin page is returned with the author field populated (this is simplied, please trust me that using ForeignKey is not a solution.) Thanks.