We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

I never Meta model I didn't like: The Django 1.8 Meta Interface

Formal Metadata

Title
I never Meta model I didn't like: The Django 1.8 Meta Interface
Title of Series
Part Number
10
Number of Parts
46
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
This talk will explain the new Meta API, and look at Daniel Pyrathon's django-mailer as an example of using Meta in the real world. Talk outline: What is meta programming - Reflection in Python - What this means in Django History of Django's Meta The new Meta API - Daniel's GSoC project - API walkthrough So why bother? - How Forms use meta - How Admin uses meta - django-mailer: GMail in contrib.admin * Other options? - A teaser of other places where this could be used.