| 549 | | At this point, you can't do this. But it's an oft-requested feature, so we're |
|---|
| 550 | | discussing how it can be implemented. The problem is we don't want to couple |
|---|
| 551 | | the model layer with the admin layer with the request layer (to get the current |
|---|
| 552 | | user). It's a tricky problem. |
|---|
| | 549 | At this point, Django doesn't have an official way to do this. But it's an oft-requested |
|---|
| | 550 | feature, so we're discussing how it can be implemented. The problem is we don't want to couple |
|---|
| | 551 | the model layer with the admin layer with the request layer (to get the current user). It's a |
|---|
| | 552 | tricky problem. |
|---|
| | 553 | |
|---|
| | 554 | One person hacked up a `solution that doesn't require patching Django`_, but note that it's an |
|---|
| | 555 | unofficial solution, and there's no guarantee it won't break at some point. |
|---|
| | 556 | |
|---|
| | 557 | .. _solution that doesn't require patching Django: http://lukeplant.me.uk/blog.php?id=1107301634 |
|---|