Skip to content

Commit

Permalink
Merge pull request #28 from sivaa/patch-1
Browse files Browse the repository at this point in the history
Typo fix in How to get Django admin urls for specific objects?
  • Loading branch information
shabda committed Mar 11, 2018
2 parents 5cb8ee0 + 5d51e22 commit 68f0393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/object_url.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
How to get Django admin urls for specific objects?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

You have a children column displatying the names of each heroes' children. You have been asked to link each children to the change page. You can do it like this.::
You have a children column displaying the names of each heroes' children. You have been asked to link each children to the change page. You can do it like this.::

@admin.register(Hero)
class HeroAdmin(admin.ModelAdmin, ExportCsvMixin):
Expand Down

0 comments on commit 68f0393

Please sign in to comment.