- Language: en
24 results for Best practices in version 2.1
-
Django 1.2 release notes
- … best practices , RSS feeds will now include an atom:link element. You may need to update …
-
Committing code
- … best pull requests possible. In practice however, committers - who will likely be more familiar with …
-
Django 1.9 release notes
- … best to apply the following practices: Any code that generates HTML should use either the template …
-
Performance and optimization
- … practices you should adopt even before you start thinking about improving performance. In this respect Python is an excellent language to work with, because solutions that look elegant and feel right usually are the best …
-
QuerySet API reference
- … QuerySet API reference This document describes the details of the QuerySet API. It builds on …
-
Translation
- … Translation Overview In order to make a Django project translatable, you have to add a …
-
Database transactions
- … Database transactions Django gives you a few ways to control how database transactions are managed …
-
Built-in template tags and filters
- … Built-in template tags and filters This document describes Django’s built-in template tags …
-
Django 1.5 release notes
- … Django 1.5 release notes February 26, 2013 Welcome to Django 1.5! These release notes cover …
-
Uploaded Files and Upload Handlers
- … Uploaded Files and Upload Handlers Uploaded files class UploadedFile [source] During file uploads, the actual …