(СКОПИРОВАНО В plans/reference/django.rst)
Permissions:
Rendering:
Flow control:
- HttpMethodsMiddleware — allows to «fake» browser support for HTTP methods PUT and DELETE (defined by standard but not supported by most UAs).
- RestfulView — allows to differentiate view logic by HTTP method such as GET, POST, PUT, DELETE
- @url — getting rid of urlpatterns
- An action decorator for URLs
- Decorating urlpatterns — ability to apply a decorator to a bunch of urlpatterns in one go
Misc. template tags:
Data Workflow:
PIM aggregation:
- jellyroll by Jacob Kaplan-Moss
More: