#15059: Additional Documentation for the objects in the admin templates
-------------------------------------+-------------------------------------
     Reporter:  mlakewood            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Documentation        |                  Version:  1.2
     Severity:  Normal               |               Resolution:
     Keywords:  admin templates      |             Triage Stage:  Accepted
  override                           |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Akshat verma):

 * cc: Akshat verma (added)


Comment:

 from django.contrib import admin
 from myapp.models import Author

 class AuthorAdmin(admin.ModelAdmin):
     pass
 admin.site.register(Author, AuthorAdmin)

 # Now we need to change UI/UX from NULL to False.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/15059#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070187454536f5-4b668059-38b6-48c4-b670-59789bef0711-000000%40eu-central-1.amazonses.com.

Reply via email to