What's New in newforms-admin

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    2 Favorites

    What's New in newforms-admin - Presentation Transcript

    1. What’s New in newforms-admin Brian Rosner DjangoCon 2008
    2. What is it? • A branch of Django trunk that refactored django.contrib.admin to use newforms. • Many API improvements, model decoupling and new features. • Landed in trunk at revision 7967. • A part of Django 1.0.
    3. What has changed? • No longer specify admin options in your model or model fields.
    4. # models.py from django.db import models class Article(models.Model): title = models.CharField(max_length=50) slug = models.SlugField( prepopulate_fields=(‘title’,)) class Admin: list_display = (‘title’,)

    + brosnerbrosner, 2 years ago

    custom

    656 views, 2 favs, 1 embeds more stats

    The "What's New in newforms-admin" presentation I g more

    More info about this document

    © All Rights Reserved

    Go to text version

    • Total Views 656
      • 478 on SlideShare
      • 178 from embeds
    • Comments 0
    • Favorites 2
    • Downloads 30
    Most viewed embeds
    • 178 views on http://oebfare.com

    more

    All embeds
    • 178 views on http://oebfare.com

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories