When you pass a GET query like
?name=hoge&url=fuga
to the Django admin's new record addition page, it will pre-fill the corresponding fields with these default values.
This works well with bookmarklets.
For example, you can create a bookmarklet like this:
or something similar.
Comments