Changes between Initial Version and Version 1 of Ticket #12469


Ignore:
Timestamp:
Feb 9, 2010, 5:56:38 AM (14 years ago)
Author:
Russell Keith-Magee
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12469

    • Property Triage Stage UnreviewedAccepted
  • Ticket #12469 – Description

    initial v1  
    22http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_urls
    33
    4 1. The path in the example r'^my_view/$' will be accessed at /admin/myapp/mymodel/my_view/
     41. The path in the example r'!^my_view/$' will be accessed at /admin/myapp/mymodel/my_view/
    55
    662. self.my_view in the example means that you probably want to define the view inside the MyModelAdmin Class so it has access to the ModelAdmin.
Back to Top